Searched refs:sc_vp_pool (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/arch/arm64/dev/ |
H A D | smmuvar.h | 77 struct pool sc_vp_pool; member
|
H A D | smmu.c | 128 pool_init(&sc->sc_vp_pool, sizeof(struct smmuvp0), PAGE_SIZE, IPL_VM, 0, in smmu_attach() 130 pool_setlowat(&sc->sc_vp_pool, 20); in smmu_attach() 737 dom->sd_vp.l0 = pool_get(&sc->sc_vp_pool, in smmu_domain_create() 743 dom->sd_vp.l1 = pool_get(&sc->sc_vp_pool, in smmu_domain_create() 980 vp1 = pool_get(&sc->sc_vp_pool, in smmu_vp_enter() 999 vp2 = pool_get(&sc->sc_vp_pool, PR_NOWAIT | PR_ZERO); in smmu_vp_enter()
|