Searched refs:NPAGSEG (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/lib/libkvm/
H A Dkvm_sun2.c91 #define NPAGSEG 16 /* pages per segment */ macro
96 int pmeg[NKSEG][NPAGSEG];
H A Dkvm_sun3.c91 #define NPAGSEG 16 /* pages per segment */ macro
96 int pmeg[NKSEG][NPAGSEG];
/netbsd-current/sys/arch/sun2/include/
H A Dpte.h35 #define NPAGSEG 16 macro
/netbsd-current/sys/arch/sun3/include/
H A Dpte3.h38 #define NPAGSEG 16 macro
/netbsd-current/sys/arch/sun2/sun2/
H A Dpmap.c1053 nvp = NPMEG * NPAGSEG;
3738 sme = (off / (NPAGSEG * sizeof(*pt))); /* PMEG to start on */
3740 sme + (PAGE_SIZE / (NPAGSEG * sizeof(*pt))); /* where to stop */
/netbsd-current/sys/arch/sun3/sun3/
H A Dpmap.c1062 nvp = NPMEG * NPAGSEG;

Completed in 287 milliseconds