Searched refs:pvzone (Results 1 – 1 of 1) sorted by relevance
256 static uma_zone_t pvzone; variable551 pv = uma_zalloc(pvzone, M_NOWAIT); in pv_alloc()562 uma_zfree(pvzone, pve); in pv_free()1072 pvzone = uma_zcreate("PV ENTRY", sizeof(struct pv_entry), NULL, NULL, in mmu_booke_init()1081 uma_zone_reserve_kva(pvzone, pv_entry_max); in mmu_booke_init()1084 uma_prealloc(pvzone, PV_ENTRY_ZONE_MIN); in mmu_booke_init()