Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dpmap_nopae.h56 #define NPGPTD 1 macro
H A Dpmap_pae.h57 #define NPGPTD 4 /* Num of pages for page directory */ macro
H A Dparam.h89 #define NBPTD (NPGPTD << PAGE_SHIFT)
H A Dpmap.h117 #define PTDPTDI (NPDEPTD - NTRPPTD - NPGPTD)
/freebsd/sys/i386/i386/
H A Dpmap.c451 IdlePTD = (pd_entry_t *)allocpages(NPGPTD, &physfree); in __CONCAT()
474 for (a = 0; a < NPGPTD; a++) in __CONCAT()
482 for (a = 0; a < NPGPTD; a++) in __CONCAT()
506 pmap_cold_mapident((u_long)IdlePTD, NPGPTD); in __CONCAT()
1053 pdptzone = uma_zcreate("PDPT", NPGPTD * sizeof(pdpt_entry_t), NULL, in __CONCAT()
1054 NULL, NULL, NULL, (NPGPTD * sizeof(pdpt_entry_t)) - 1, in __CONCAT()
2074 ((NPGPTD * sizeof(pdpt_entry_t)) - 1)) == 0, in __CONCAT()
2087 for (i = 0; i < NPGPTD; i++) { in __CONCAT()
2095 pmap_qenter((vm_offset_t)pmap->pm_pdir, pmap->pm_ptdpg, NPGPTD); in __CONCAT()
2101 NPGPTD * sizeo in __CONCAT()
[all...]