Home
last modified time | relevance | path

Searched refs:__vma (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dmmu_notifier.h518 #define clear_flush_young_ptes_notify(__vma, __address, __ptep, __nr) \ argument
521 struct vm_area_struct *___vma = __vma; \
532 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument
535 struct vm_area_struct *___vma = __vma; \
545 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument
548 struct vm_area_struct *___vma = __vma; \
556 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument
559 struct vm_area_struct *___vma = __vma; \
H A Dhuge_mm.h451 #define split_huge_pmd(__vma, __pmd, __address) \ argument
455 __split_huge_pmd(__vma, __pmd, __address, \
476 #define split_huge_pud(__vma, __pud, __address) \ argument
480 __split_huge_pud(__vma, __pud, __address); \
654 #define split_huge_pmd(__vma, __pmd, __address) \ argument
672 #define split_huge_pud(__vma, __pmd, __address) \ argument
H A Dpagewalk.h200 #define folio_walk_end(__fw, __vma) do { \ argument
204 vma_pgtable_walk_end(__vma); \
H A Dmm.h1378 #define for_each_vma(__vmi, __vma) \ argument
1379 while (((__vma) = vma_next(&(__vmi))) != NULL)
1382 #define for_each_vma_range(__vmi, __vma, __end) \ argument
1383 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h156 #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 Dpgtable_32.h412 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument
417 flush_tlb_page(__vma, __address); \
/linux/tools/testing/vma/include/
H A Ddup.h372 #define for_each_vma(__vmi, __vma) \ argument
373 while (((__vma) = vma_next(&(__vmi))) != NULL)
376 #define for_each_vma_range(__vmi, __vma, __end) \ argument
377 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)