Searched refs:update_mmu_tlb (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/arch/xtensa/mm/ |
D | tlb.c | 165 void update_mmu_tlb(struct vm_area_struct *vma, in update_mmu_tlb() function
|
/Linux-v6.1/arch/xtensa/include/asm/ |
D | pgtable.h | 396 void update_mmu_tlb(struct vm_area_struct *vma,
|
/Linux-v6.1/mm/ |
D | memory.c | 2889 update_mmu_tlb(vma, addr, vmf->pte); in __wp_page_copy_user() 2914 update_mmu_tlb(vma, addr, vmf->pte); in __wp_page_copy_user() 3225 update_mmu_tlb(vma, vmf->address, vmf->pte); in wp_page_copy() 3281 update_mmu_tlb(vmf->vma, vmf->address, vmf->pte); in finish_mkwrite_fault() 4096 update_mmu_tlb(vma, vmf->address, vmf->pte); in do_anonymous_page() 4136 update_mmu_tlb(vma, vmf->address, vmf->pte); in do_anonymous_page() 4428 update_mmu_tlb(vma, vmf->address, vmf->pte); in finish_fault() 4967 update_mmu_tlb(vmf->vma, vmf->address, vmf->pte); in handle_pte_fault()
|
/Linux-v6.1/arch/loongarch/include/asm/ |
D | pgtable.h | 420 #define update_mmu_tlb update_mmu_cache macro
|
/Linux-v6.1/arch/mips/include/asm/ |
D | pgtable.h | 543 #define update_mmu_tlb update_mmu_cache macro
|
/Linux-v6.1/include/linux/ |
D | pgtable.h | 444 static inline void update_mmu_tlb(struct vm_area_struct *vma, in update_mmu_tlb() function
|