Searched refs:pm_apte_mtx (Results 1 – 3 of 3) sorted by relevance
529 mtx_enter(&curcpu()->ci_curpmap->pm_apte_mtx); in pmap_map_ptes_86()561 mtx_leave(&curcpu()->ci_curpmap->pm_apte_mtx); in pmap_unmap_ptes_86()980 mtx_init(&kpm->pm_apte_mtx, IPL_VM); in pmap_bootstrap()1363 mtx_init(&pmap->pm_apte_mtx, IPL_VM); in pmap_create()
522 mtx_enter(&curcpu()->ci_curpmap->pm_apte_mtx); in pmap_map_ptes_pae()559 mtx_leave(&curcpu()->ci_curpmap->pm_apte_mtx); in pmap_unmap_ptes_pae()
96 struct mutex pm_apte_mtx; member