Searched refs:PMAP_SHPGPERPROC (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/pc98/conf/
H A DNOTES499 options PMAP_SHPGPERPROC=201
/freebsd-9.3-release/sys/i386/conf/
H A DNOTES937 options PMAP_SHPGPERPROC=201
/freebsd-9.3-release/sys/ia64/ia64/
H A Dpmap.c118 #ifndef PMAP_SHPGPERPROC
119 #define PMAP_SHPGPERPROC 200 macro
469 int shpgperproc = PMAP_SHPGPERPROC;
/freebsd-9.3-release/sys/mips/mips/
H A Dpmap.c109 #ifndef PMAP_SHPGPERPROC
110 #define PMAP_SHPGPERPROC 200 macro
616 pv_entry_max = PMAP_SHPGPERPROC * maxproc + cnt.v_page_count;
/freebsd-9.3-release/sys/powerpc/booke/
H A Dpmap.c227 #ifndef PMAP_SHPGPERPROC
228 #define PMAP_SHPGPERPROC 200 macro
1330 int shpgperproc = PMAP_SHPGPERPROC;
/freebsd-9.3-release/sys/arm/arm/
H A Dpmap.c397 #ifndef PMAP_SHPGPERPROC
398 #define PMAP_SHPGPERPROC 200 macro
1857 int shpgperproc = PMAP_SHPGPERPROC;
/freebsd-9.3-release/sys/i386/xen/
H A Dpmap.c166 #ifndef PMAP_SHPGPERPROC
167 #define PMAP_SHPGPERPROC 200 macro
235 static int shpgperproc = PMAP_SHPGPERPROC;
/freebsd-9.3-release/sys/i386/i386/
H A Dpmap.c168 #ifndef PMAP_SHPGPERPROC
169 #define PMAP_SHPGPERPROC 200 macro
257 static int shpgperproc = PMAP_SHPGPERPROC;

Completed in 168 milliseconds