Home
last modified time | relevance | path

Searched refs:KVA_PAGES (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/i386/include/
HDpmap.h113 #ifndef KVA_PAGES
115 #define KVA_PAGES 512 macro
117 #define KVA_PAGES 256 macro
146 #define NKPDE (KVA_PAGES) /* number of page tables/pde's */
/freebsd-11-stable/sys/conf/
HDoptions.pc9830 KVA_PAGES opt_global.h
HDoptions.i38634 KVA_PAGES opt_global.h
/freebsd-11-stable/sys/pc98/conf/
HDNOTES497 options KVA_PAGES=260
/freebsd-11-stable/sys/i386/conf/
HDNOTES974 options KVA_PAGES=260
/freebsd-11-stable/sys/i386/i386/
HDpmap.c488 SYSMAP(pt_entry_t *, KPTD, KPTmap, KVA_PAGES) in pmap_bootstrap()