Searched refs:__unmap_hugepage_range (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | hugetlb.h | 128 void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma, 356 static inline void __unmap_hugepage_range(struct mmu_gather *tlb, in __unmap_hugepage_range() function
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | others.patch | 504 @@ -3932,7 +3932,6 @@ void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vm… 512 @@ -3961,8 +3960,10 @@ void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *v… 525 @@ -4019,22 +4020,6 @@ void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *v…
|
/kernel/linux/linux-5.10/mm/ |
D | hugetlb.c | 3922 void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma, in __unmap_hugepage_range() function 4044 __unmap_hugepage_range(tlb, vma, start, end, ref_page); in __unmap_hugepage_range_final() 4079 __unmap_hugepage_range(&tlb, vma, start, end, ref_page); in unmap_hugepage_range()
|