Searched refs:update_mmu_tlb (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/xtensa/mm/ |
A D | tlb.c | 165 void update_mmu_tlb(struct vm_area_struct *vma, in update_mmu_tlb() function
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | pgtable.h | 415 void update_mmu_tlb(struct vm_area_struct *vma,
|
/linux-6.3-rc2/mm/ |
A D | memory.c | 2837 update_mmu_tlb(vma, addr, vmf->pte); in __wp_page_copy_user() 2862 update_mmu_tlb(vma, addr, vmf->pte); in __wp_page_copy_user() 3176 update_mmu_tlb(vma, vmf->address, vmf->pte); in wp_page_copy() 3232 update_mmu_tlb(vmf->vma, vmf->address, vmf->pte); in finish_mkwrite_fault() 4035 update_mmu_tlb(vma, vmf->address, vmf->pte); in do_anonymous_page() 4075 update_mmu_tlb(vma, vmf->address, vmf->pte); in do_anonymous_page() 4367 update_mmu_tlb(vma, vmf->address, vmf->pte); in finish_fault() 4922 update_mmu_tlb(vmf->vma, vmf->address, vmf->pte); in handle_pte_fault()
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 455 #define update_mmu_tlb update_mmu_cache macro
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 422 #define update_mmu_tlb update_mmu_cache macro
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable.h | 578 #define update_mmu_tlb update_mmu_cache macro
|
/linux-6.3-rc2/include/linux/ |
A D | pgtable.h | 473 static inline void update_mmu_tlb(struct vm_area_struct *vma, in update_mmu_tlb() function
|
Completed in 31 milliseconds