Home
last modified time | relevance | path

Searched refs:arch_enter_lazy_mmu_mode (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/arch/powerpc/mm/book3s64/
Dhash_tlb.c208 arch_enter_lazy_mmu_mode(); in __flush_hash_table_range()
240 arch_enter_lazy_mmu_mode(); in flush_hash_table_pmd_range()
Dsubpage_prot.c74 arch_enter_lazy_mmu_mode(); in hpte_flush_range()
/linux-6.1.9/arch/sparc/include/asm/
Dtlbflush_64.h45 void arch_enter_lazy_mmu_mode(void);
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dtlbflush-hash.h29 static inline void arch_enter_lazy_mmu_mode(void) in arch_enter_lazy_mmu_mode() function
/linux-6.1.9/arch/x86/kernel/
Dparavirt.c188 arch_enter_lazy_mmu_mode(); in paravirt_flush_lazy_mmu()
213 arch_enter_lazy_mmu_mode(); in paravirt_end_context_switch()
/linux-6.1.9/arch/sparc/mm/
Dtlb.c53 void arch_enter_lazy_mmu_mode(void) in arch_enter_lazy_mmu_mode() function
/linux-6.1.9/mm/
Dmadvise.c414 arch_enter_lazy_mmu_mode(); in madvise_cold_or_pageout_pte_range()
620 arch_enter_lazy_mmu_mode(); in madvise_free_pte_range()
Dmigrate_device.c113 arch_enter_lazy_mmu_mode(); in migrate_vma_collect_pmd()
Dmprotect.c111 arch_enter_lazy_mmu_mode(); in change_pte_range()
Dmremap.c178 arch_enter_lazy_mmu_mode(); in move_ptes()
Dmemory.c1046 arch_enter_lazy_mmu_mode(); in copy_pte_range()
1414 arch_enter_lazy_mmu_mode(); in zap_pte_range()
2395 arch_enter_lazy_mmu_mode(); in remap_pte_range()
2634 arch_enter_lazy_mmu_mode(); in apply_to_pte_range()
Dvmscan.c3895 arch_enter_lazy_mmu_mode(); in walk_pte_range()
3978 arch_enter_lazy_mmu_mode(); in walk_pmd_range_locked()
4632 arch_enter_lazy_mmu_mode(); in lru_gen_look_around()
/linux-6.1.9/arch/x86/include/asm/
Dparavirt.h564 static inline void arch_enter_lazy_mmu_mode(void) in arch_enter_lazy_mmu_mode() function
/linux-6.1.9/include/linux/
Dpgtable.h1042 #define arch_enter_lazy_mmu_mode() do {} while (0) macro