Home
last modified time | relevance | path

Searched refs:PMAP_LOCK_ASSERT (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dpmap-v6.h122 #define PMAP_LOCK_ASSERT(pmap, type) \ macro
/f-stack/freebsd/mips/include/
H A Dpmap.h112 #define PMAP_LOCK_ASSERT(pmap, type) mtx_assert(&(pmap)->pm_mtx, (type)) macro
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c730 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_resident_count_inc()
738 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_resident_count_dec()
1663 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in _pmap_unwire_l3()
1851 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in _pmap_alloc_l3()
2478 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in free_pv_entry()
2534 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in get_pv_entry()
2605 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in reserve_pv_entries()
2699 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_pv_demote_l2()
2777 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_try_insert_pv_entry()
2802 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_pv_insert_l2()
[all …]
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c1460 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_resident_count_inc()
1468 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_resident_count_dec()
3926 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_insert_pt_page()
3941 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_remove_pt_page()
3972 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in _pmap_unwire_ptp()
4404 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_allocpte_nosleep()
5129 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in free_pv_entry()
5220 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in get_pv_entry()
5322 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in reserve_pv_entries()
5425 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_pv_demote_pde()
[all …]
H A Defirt_machdep.c294 PMAP_LOCK_ASSERT(curpmap, MA_OWNED); in efi_arch_enter()
/f-stack/freebsd/arm64/include/
H A Dpmap.h136 #define PMAP_LOCK_ASSERT(pmap, type) \ macro
/f-stack/freebsd/i386/i386/
H A Dpmap.c1649 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_pte_ufast()
1938 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_insert_pt_page()
1953 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_remove_pt_page()
2479 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in free_pv_entry()
2538 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in get_pv_entry()
2719 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_insert_entry()
2734 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_try_insert_pv_entry()
2793 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_demote_pde()
2939 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_remove_kernel_pde()
2980 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_remove_pde()
[all …]
/f-stack/freebsd/i386/include/
H A Dpmap.h188 #define PMAP_LOCK_ASSERT(pmap, type) \ macro
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c2986 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in free_pv_entry()
3028 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in get_pv_entry()
3101 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_insert_entry()
3224 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_try_insert_pv_entry()
3447 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_promote_pte1()
3576 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_remove_kernel_pte1()
3622 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_remove_pte1()
3700 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_demote_pte1()
4114 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_remove_pte2()
4148 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_remove_page()
[all …]
/f-stack/freebsd/mips/mips/
H A Dpmap.c1010 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in _pmap_unwire_ptp()
1451 PMAP_LOCK_ASSERT(locked_pmap, MA_OWNED); in pmap_pv_reclaim()
1573 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in free_pv_entry()
1629 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in get_pv_entry()
1732 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_try_insert_pv_entry()
1770 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_remove_pte()
1816 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_remove_page()
2335 PMAP_LOCK_ASSERT(pmap, MA_OWNED); in pmap_enter_quick_locked()
/f-stack/freebsd/amd64/include/
H A Dpmap.h394 #define PMAP_LOCK_ASSERT(pmap, type) \ macro