Searched refs:__vma (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| A D | mmu_notifier.h | 518 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument 521 struct vm_area_struct *___vma = __vma; \ 531 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument 534 struct vm_area_struct *___vma = __vma; \ 544 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 547 struct vm_area_struct *___vma = __vma; \ 555 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument 558 struct vm_area_struct *___vma = __vma; \
|
| A D | pagewalk.h | 197 #define folio_walk_end(__fw, __vma) do { \ argument 201 vma_pgtable_walk_end(__vma); \
|
| A D | huge_mm.h | 402 #define split_huge_pmd(__vma, __pmd, __address) \ argument 406 __split_huge_pmd(__vma, __pmd, __address, \ 427 #define split_huge_pud(__vma, __pud, __address) \ argument 431 __split_huge_pud(__vma, __pud, __address); \ 575 #define split_huge_pmd(__vma, __pmd, __address) \ argument 593 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
| A D | mm.h | 921 #define for_each_vma(__vmi, __vma) \ argument 922 while (((__vma) = vma_next(&(__vmi))) != NULL) 925 #define for_each_vma_range(__vmi, __vma, __end) \ argument 926 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
|
Completed in 18 milliseconds