| /linux-6.15/include/linux/ |
| H 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; \
|
| H A D | huge_mm.h | 400 #define split_huge_pmd(__vma, __pmd, __address) \ argument 405 __split_huge_pmd(__vma, __pmd, __address, \ 427 #define split_huge_pud(__vma, __pud, __address) \ argument 432 __split_huge_pud(__vma, __pud, __address); \ 577 #define split_huge_pmd(__vma, __pmd, __address) \ argument 595 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
| H A D | pagewalk.h | 196 #define folio_walk_end(__fw, __vma) do { \ argument 200 vma_pgtable_walk_end(__vma); \
|
| H A D | mm.h | 1143 #define for_each_vma(__vmi, __vma) \ argument 1144 while (((__vma) = vma_next(&(__vmi))) != NULL) 1147 #define for_each_vma_range(__vmi, __vma, __end) \ argument 1148 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
|
| /linux-6.15/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 156 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument 158 int __young = ptep_test_and_clear_young(__vma, __address, __ptep);\
|
| /linux-6.15/tools/testing/vma/ |
| H A D | vma_internal.h | 105 #define for_each_vma(__vmi, __vma) \ argument 106 while (((__vma) = vma_next(&(__vmi))) != NULL) 109 #define for_each_vma_range(__vmi, __vma, __end) \ argument 110 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | pgtable_32.h | 421 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 426 flush_tlb_page(__vma, __address); \
|
| /linux-6.15/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 311 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 312 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
|
| /linux-6.15/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 363 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 365 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \
|