Home
last modified time | relevance | path

Searched refs:update_mmu_cache (Results 1 – 25 of 25) 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/sh/mm/
H A Dtlbex_32.c80 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
/linux/arch/sh/include/asm/
H A Dpgtable.h113 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux/arch/m68k/include/asm/
H A Dpgtable_mm.h145 #define update_mmu_cache(vma, addr, ptep) \ 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.h49 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h291 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux/arch/csky/include/asm/
H A Dpgtable.h268 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h301 extern inline void update_mmu_cache(struct vm_area_struct * vma, in update_mmu_cache() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h520 #define update_mmu_cache(vma, addr, ptep) \ macro
531 update_mmu_cache(vma, address, ptep); in update_mmu_cache_pmd()
/linux/arch/openrisc/include/asm/
H A Dpgtable.h391 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h319 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
H A Dpgtable_64.h987 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h408 #define update_mmu_cache(vma, address, ptep) \ macro
/linux/mm/
H A Duserfaultfd.c233 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_atomic_install_pte()
375 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_atomic_pte_zeropage()
457 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_atomic_pte_poison()
H A Dmigrate_device.c671 update_mmu_cache(vma, addr, ptep); in migrate_vma_insert_page()
H A Dmadvise.c1221 update_mmu_cache(walk->vma, addr, pte); in guard_remove_pte_entry()
H A Dhugetlb.c5203 update_mmu_cache(vma, address, ptep); in set_huge_ptep_writable()
6520 update_mmu_cache(vma, vmf.address, vmf.pte); in hugetlb_fault()
6620 update_mmu_cache(dst_vma, dst_addr, dst_pte); in hugetlb_mfill_atomic_pte()
6777 update_mmu_cache(dst_vma, dst_addr, dst_pte); in hugetlb_mfill_atomic_pte()
H A Dmemory.c760 update_mmu_cache(vma, address, ptep); in restore_exclusive_pte()
2439 update_mmu_cache(vma, addr, pte); in insert_pfn()
2456 update_mmu_cache(vma, addr, pte); /* XXX: why not for insert_page? */ in insert_pfn()
H A Dmigrate.c338 update_mmu_cache(vma, pvmw.address, pvmw.pte); in remove_migration_pte()
H A Dgup.c813 update_mmu_cache(vma, address, pte); in follow_pfn_pte()
/linux/arch/arm/include/asm/
H A Dtlbflush.h635 #define update_mmu_cache(vma, addr, ptep) \ macro
/linux/arch/mips/include/asm/
H A Dpgtable.h594 #define update_mmu_cache(vma, address, ptep) \ macro
/linux/arch/s390/include/asm/
H A Dpgtable.h49 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro