HomeSort by: relevance | last modified time | path
    Searched refs:NEXPAGES (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/vax/vax/
cmi.c 80 #define NEXPAGES (sizeof(struct nexus) / VAX_NBPG)
83 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES);
85 vax_unmap_physmem((vaddr_t)sa.sa_ioh, NEXPAGES);
97 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES);
99 vax_unmap_physmem((vaddr_t)sa.sa_ioh, NEXPAGES);
111 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES);
117 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES);
120 vax_unmap_physmem((vaddr_t)sa.sa_ioh, NEXPAGES);
ubi.c 77 #define NEXPAGES (sizeof(struct nexus) / VAX_NBPG)
86 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES);
88 vax_unmap_physmem((vaddr_t)sa.sa_ioh, NEXPAGES);
101 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES);
110 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES);
sbi.c 111 #define NEXPAGES (sizeof(struct nexus) / VAX_NBPG)
119 sizeof(struct nexus) * nexnum, NEXPAGES);
121 vax_unmap_physmem((vaddr_t)nexusP, NEXPAGES);
162 #define NEXPAGES (sizeof(struct nexus) / VAX_NBPG)
171 sizeof(struct nexus) * nexnum, NEXPAGES);
173 vax_unmap_physmem((vaddr_t)nexusP, NEXPAGES);

Completed in 12 milliseconds