Home
last modified time | relevance | path

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

/Linux-v6.6/include/asm-generic/
Dtlb.h273 extern void tlb_flush_rmaps(struct mmu_gather *tlb, struct vm_area_struct *vma);
287 static inline void tlb_flush_rmaps(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_flush_rmaps() function
/Linux-v6.6/mm/
Dmmu_gather.c73 void tlb_flush_rmaps(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_flush_rmaps() function
Dmemory.c1523 tlb_flush_rmaps(tlb, vma); in zap_pte_range()