Searched refs:update_mmu_cache (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/arch/hexagon/include/asm/
H A Dcacheflush.h68 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux-master/arch/microblaze/include/asm/
H A Dtlbflush.h37 #define update_mmu_cache(vma, addr, pte) \ macro
/linux-master/arch/sh/mm/
H A Dtlbex_32.c79 update_mmu_cache(NULL, address, pte);
/linux-master/arch/m68k/include/asm/
H A Dpgtable_mm.h145 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux-master/arch/sh/include/asm/
H A Dpgtable.h113 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h107 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux-master/arch/powerpc/include/asm/
H A Dpgtable.h49 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux-master/arch/csky/include/asm/
H A Dpgtable.h268 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h288 #define update_mmu_cache(vma,address,ptep) do {} while (0) macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h288 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux-master/arch/mips/include/asm/
H A Dpgtable.h501 * update_mmu_cache will unconditionally execute, handling both
594 #define update_mmu_cache(vma, address, ptep) \ macro
598 #define update_mmu_tlb update_mmu_cache
/linux-master/mm/
H A Dmigrate_device.c668 update_mmu_cache(vma, addr, ptep);
672 update_mmu_cache(vma, addr, ptep);
H A Duserfaultfd.c235 update_mmu_cache(dst_vma, dst_addr, dst_pte);
342 update_mmu_cache(dst_vma, dst_addr, dst_pte);
424 update_mmu_cache(dst_vma, dst_addr, dst_pte);
H A Dhugetlb.c5326 update_mmu_cache(vma, address, ptep);
6604 update_mmu_cache(vma, haddr, ptep);
6692 update_mmu_cache(dst_vma, dst_addr, dst_pte);
6854 update_mmu_cache(dst_vma, dst_addr, dst_pte);
H A Dmemory.c749 update_mmu_cache(vma, address, ptep);
2293 update_mmu_cache(vma, addr, pte);
2310 update_mmu_cache(vma, addr, pte); /* XXX: why not for insert_page? */
5256 * There is also a hook called "update_mmu_cache()" that architectures
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h467 #define update_mmu_cache(vma, addr, ptep) \ macro
471 #define update_mmu_tlb update_mmu_cache
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h391 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h319 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
H A Dpgtable_64.h985 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h408 #define update_mmu_cache(vma, address, ptep) \ macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h301 extern inline void update_mmu_cache(struct vm_area_struct * vma, function
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h486 #define update_mmu_cache(vma, addr, ptep) \ macro
490 #define update_mmu_tlb update_mmu_cache
497 update_mmu_cache(vma, address, ptep);
/linux-master/arch/arm/include/asm/
H A Dtlbflush.h635 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h407 #define update_mmu_cache(vma, addr, ptep) __update_cache(*ptep) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1507 static inline void update_mmu_cache(struct vm_area_struct *vma, function

Completed in 456 milliseconds

12