Home
last modified time | relevance | path

Searched refs:arm64_sync_tlb (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/osfmk/arm64/
H A Dtlb.h86 arm64_sync_tlb(bool strong __unused) in arm64_sync_tlb() function
185 arm64_sync_tlb(strong); in flush_mmu_tlb_allentries()
283 arm64_sync_tlb(strong); in flush_mmu_tlb_entries()
320 arm64_sync_tlb(strong); in flush_mmu_tlb_asid()
418 arm64_sync_tlb(strong); in flush_mmu_tlb_range()
452 arm64_sync_tlb(strong); in flush_mmu_tlb_allrange()
/xnu-12377.61.12/osfmk/arm64/sptm/pmap/
H A Dpmap.c3932 arm64_sync_tlb(true);
5621 arm64_sync_tlb(true);
9002 arm64_sync_tlb(true);
9038 arm64_sync_tlb(true);
10695 arm64_sync_tlb(false);
10703 arm64_sync_tlb((cacheattr & VM_WIMG_MASK) == VM_WIMG_RT);
/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp979 arm64_sync_tlb(true); in force_hard_hang_if_transaction_pending()
/xnu-12377.61.12/osfmk/arm/pmap/
H A Dpmap.c635arm64_sync_tlb(strong); …
11015 arm64_sync_tlb(false);
11023 arm64_sync_tlb((cacheattr & VM_WIMG_MASK) == VM_WIMG_RT);
11335 arm64_sync_tlb(false);
11343 arm64_sync_tlb((attributes & VM_WIMG_MASK) == VM_WIMG_RT);
H A Dpmap_data.c949 arm64_sync_tlb(need_strong_sync); in ppr_remove_pt_page()