Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_tlb.c208 arch_enter_lazy_mmu_mode(); in __flush_hash_table_range()
240 arch_enter_lazy_mmu_mode(); in flush_tlb_pmd_range()
H A Dsubpage_prot.c74 arch_enter_lazy_mmu_mode(); in hpte_flush_range()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dtlbflush_64.h45 void arch_enter_lazy_mmu_mode(void);
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush-hash.h29 static inline void arch_enter_lazy_mmu_mode(void) in arch_enter_lazy_mmu_mode() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dparavirt.c226 arch_enter_lazy_mmu_mode(); in paravirt_flush_lazy_mmu()
251 arch_enter_lazy_mmu_mode(); in paravirt_end_context_switch()
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dtlb.c52 void arch_enter_lazy_mmu_mode(void) in arch_enter_lazy_mmu_mode() function
/OK3568_Linux_fs/kernel/mm/
H A Dmadvise.c406 arch_enter_lazy_mmu_mode(); in madvise_cold_or_pageout_pte_range()
618 arch_enter_lazy_mmu_mode(); in madvise_free_pte_range()
H A Dmprotect.c73 arch_enter_lazy_mmu_mode(); in change_pte_range()
H A Dmremap.c176 arch_enter_lazy_mmu_mode(); in move_ptes()
H A Dmemory.c1001 arch_enter_lazy_mmu_mode(); in copy_pte_range()
1287 arch_enter_lazy_mmu_mode(); in zap_pte_range()
2252 arch_enter_lazy_mmu_mode(); in remap_pte_range()
2480 arch_enter_lazy_mmu_mode(); in apply_to_pte_range()
H A Dmigrate.c2348 arch_enter_lazy_mmu_mode(); in migrate_vma_collect_pmd()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dparavirt.h527 static inline void arch_enter_lazy_mmu_mode(void) in arch_enter_lazy_mmu_mode() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h905 #define arch_enter_lazy_mmu_mode() do {} while (0) macro