| /linux/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 | 409 #define split_huge_pmd(__vma, __pmd, __address) \ argument 413 __split_huge_pmd(__vma, __pmd, __address, \ 434 #define split_huge_pud(__vma, __pud, __address) \ argument 438 __split_huge_pud(__vma, __pud, __address); \ 605 #define split_huge_pmd(__vma, __pmd, __address) \ argument 623 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
| H A D | pagewalk.h | 200 #define folio_walk_end(__fw, __vma) do { \ argument 204 vma_pgtable_walk_end(__vma); \
|
| H A D | mm.h | 986 #define for_each_vma(__vmi, __vma) \ argument 987 while (((__vma) = vma_next(&(__vmi))) != NULL) 990 #define for_each_vma_range(__vmi, __vma, __end) \ argument 991 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
|
| /linux/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/arch/sparc/include/asm/ |
| H A D | pgtable_32.h | 416 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 421 flush_tlb_page(__vma, __address); \
|
| /linux/tools/testing/vma/ |
| H A D | vma_internal.h | 129 #define for_each_vma(__vmi, __vma) \ argument 130 while (((__vma) = vma_next(&(__vmi))) != NULL) 133 #define for_each_vma_range(__vmi, __vma, __end) \ argument 134 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
|
| /linux/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/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 362 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 364 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \
|