Home
last modified time | relevance | path

Searched defs:update_mmu_cache (Results 1 – 11 of 11) sorted by relevance

/linux/arch/hexagon/include/asm/
H A Dcacheflush.h68 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux/arch/microblaze/include/asm/
H A Dtlbflush.h37 #define update_mmu_cache(vma, addr, pte) \ macro
/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h107 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux/arch/powerpc/include/asm/
H A Dpgtable.h39 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux/arch/arm/include/asm/
H A Dtlbflush.h635 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h391 #define update_mmu_cache(vma, addr, ptep) __update_cache(*ptep) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h486 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h580 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux/arch/x86/include/asm/
H A Dpgtable.h1488 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux/arch/s390/include/asm/
H A Dpgtable.h52 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h1585 #define update_mmu_cache(vma, addr, ptep) \ macro