Home
last modified time | relevance | path

Searched refs:update_mmu_tlb (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/mm/
Dmemory.c2615 update_mmu_tlb(vma, addr, vmf->pte); in cow_user_page()
2640 update_mmu_tlb(vma, addr, vmf->pte); in cow_user_page()
2930 update_mmu_tlb(vma, vmf->address, vmf->pte); in wp_page_copy()
2990 update_mmu_tlb(vmf->vma, vmf->address, vmf->pte); in finish_mkwrite_fault()
3505 update_mmu_tlb(vma, vmf->address, vmf->pte); in do_anonymous_page()
3808 update_mmu_tlb(vma, vmf->address, vmf->pte); in alloc_set_pte()
4387 update_mmu_tlb(vmf->vma, vmf->address, vmf->pte); in handle_pte_fault()
/Linux-v5.10/arch/mips/include/asm/
Dpgtable.h553 #define update_mmu_tlb update_mmu_cache macro
/Linux-v5.10/include/linux/
Dpgtable.h326 static inline void update_mmu_tlb(struct vm_area_struct *vma, in update_mmu_tlb() function