Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dpmap_nopae.h66 #define KVA_PAGES (256*4) macro
H A Dpmap_pae.h74 #define KVA_PAGES (512*4) macro
H A Dpmap.h101 #define NKPDE (KVA_PAGES) /* number of page tables/pde's */
/freebsd/sys/conf/
H A Doptions.i38627 KVA_PAGES opt_global.h
/freebsd/sys/i386/i386/
H A Dpmap.c701 * KPTmap is created that can support KVA_PAGES page table pages. in __CONCAT()
703 SYSMAP(pt_entry_t *, KPTD, KPTmap, KVA_PAGES) in __CONCAT()