Home
last modified time | relevance | path

Searched refs:NKPT (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dpmap_pae.h89 #ifndef NKPT
90 #define NKPT 240 macro
H A Dpmap_nopae.h72 #ifndef NKPT
73 #define NKPT 30 macro
/f-stack/freebsd/mips/include/
H A Dpmap.h55 #define NKPT 256 /* mem > 4G, vm_page_startup needs more KPTs */ macro
57 #define NKPT 120 /* actual number of kernel page tables */ macro
/f-stack/freebsd/i386/i386/
H A Dpmap.c222 static int nkpt = NKPT;
455 KPTphys = allocpages(NKPT, &physfree); in __CONCAT()
481 for (a = 0; a < NKPT; a++) in __CONCAT()
521 pmap_cold_map(KPTphys, (u_long)KPTmap, NKPT); in __CONCAT()
586 kernel_vm_end = /* 0 + */ NKPT * NBPDR; in __CONCAT()
716 for (i = 0; i < NKPT; i++) in __CONCAT()
982 for (i = 0; i < NKPT; i++) { in __CONCAT()
1001 vm_wire_add(NKPT); in __CONCAT()
/f-stack/freebsd/amd64/conf/
H A DNOTES605 options NKPT=31
/f-stack/freebsd/mips/mips/
H A Dpmap.c452 npde = howmany(NKPT, NPDEPG); in pmap_create_kernel_pagetable()
455 nkpt = NKPT; in pmap_create_kernel_pagetable()
/f-stack/freebsd/i386/conf/
H A DNOTES861 options NKPT=31
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c1532 #ifdef NKPT in nkpt_init()
1533 pt_pages = NKPT; in nkpt_init()