Searched refs:pdptzone (Results 1 – 1 of 1) sorted by relevance
226 static uma_zone_t pdptzone; variable1063 pdptzone = uma_zcreate("PDPT", NPGPTD * sizeof(pdpt_entry_t), NULL, in __CONCAT()1066 uma_zone_set_allocf(pdptzone, pmap_pdpt_allocf); in __CONCAT()2072 pmap->pm_pdpt = uma_zalloc(pdptzone, M_WAITOK | M_ZERO); in __CONCAT()