Home
last modified time | relevance | path

Searched refs:sd_pmap_mtx (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/arm64/dev/
H A Dsmmu.c578 mtx_init(&dom->sd_pmap_mtx, IPL_VM); in smmu_domain_create()
977 mtx_enter(&dom->sd_pmap_mtx); in smmu_vp_enter()
983 mtx_leave(&dom->sd_pmap_mtx); in smmu_vp_enter()
988 mtx_leave(&dom->sd_pmap_mtx); in smmu_vp_enter()
996 mtx_enter(&dom->sd_pmap_mtx); in smmu_vp_enter()
1001 mtx_leave(&dom->sd_pmap_mtx); in smmu_vp_enter()
1006 mtx_leave(&dom->sd_pmap_mtx); in smmu_vp_enter()
1011 mtx_enter(&dom->sd_pmap_mtx); in smmu_vp_enter()
1016 mtx_leave(&dom->sd_pmap_mtx); in smmu_vp_enter()
1021 mtx_leave(&dom->sd_pmap_mtx); in smmu_vp_enter()
H A Dsmmuvar.h34 struct mutex sd_pmap_mtx; member