Home
last modified time | relevance | path

Searched refs:update_mmu_tlb_range (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/xtensa/include/asm/
H A Dpgtable.h413 void update_mmu_tlb_range(struct vm_area_struct *vma,
415 #define update_mmu_tlb_range update_mmu_tlb_range macro
/linux-6.15/arch/xtensa/mm/
H A Dtlb.c166 void update_mmu_tlb_range(struct vm_area_struct *vma, in update_mmu_tlb_range() function
/linux-6.15/include/linux/
H A Dpgtable.h768 #ifndef update_mmu_tlb_range
769 static inline void update_mmu_tlb_range(struct vm_area_struct *vma, in update_mmu_tlb_range() function
778 update_mmu_tlb_range(vma, address, ptep, 1); in update_mmu_tlb()
/linux-6.15/arch/loongarch/include/asm/
H A Dpgtable.h459 #define update_mmu_tlb_range(vma, addr, ptep, nr) \ macro
/linux-6.15/arch/mips/include/asm/
H A Dpgtable.h597 #define update_mmu_tlb_range(vma, address, ptep, nr) \ macro
/linux-6.15/arch/riscv/include/asm/
H A Dpgtable.h535 #define update_mmu_tlb_range(vma, addr, ptep, nr) \ macro
/linux-6.15/mm/
H A Dmemory.c5028 update_mmu_tlb_range(vma, addr, vmf->pte, nr_pages); in do_anonymous_page()