Searched refs:update_mmu_tlb_range (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/xtensa/include/asm/ |
| A D | pgtable.h | 413 void update_mmu_tlb_range(struct vm_area_struct *vma, 415 #define update_mmu_tlb_range update_mmu_tlb_range macro
|
| /linux/arch/xtensa/mm/ |
| A D | tlb.c | 166 void update_mmu_tlb_range(struct vm_area_struct *vma, in update_mmu_tlb_range() function
|
| /linux/include/linux/ |
| A D | pgtable.h | 738 #ifndef update_mmu_tlb_range 739 static inline void update_mmu_tlb_range(struct vm_area_struct *vma, in update_mmu_tlb_range() function 748 update_mmu_tlb_range(vma, address, ptep, 1); in update_mmu_tlb()
|
| /linux/arch/loongarch/include/asm/ |
| A D | pgtable.h | 456 #define update_mmu_tlb_range(vma, addr, ptep, nr) \ macro
|
| /linux/arch/mips/include/asm/ |
| A D | pgtable.h | 597 #define update_mmu_tlb_range(vma, address, ptep, nr) \ macro
|
| /linux/arch/riscv/include/asm/ |
| A D | pgtable.h | 523 #define update_mmu_tlb_range(vma, addr, ptep, nr) \ macro
|
| /linux/mm/ |
| A D | memory.c | 4812 update_mmu_tlb_range(vma, addr, vmf->pte, nr_pages); in do_anonymous_page() 5155 update_mmu_tlb_range(vma, addr, vmf->pte, nr_pages); in finish_fault()
|
Completed in 35 milliseconds