Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dmmu_notifier.h529 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument
532 struct vm_area_struct *___vma = __vma; \
542 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument
545 struct vm_area_struct *___vma = __vma; \
555 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument
558 struct vm_area_struct *___vma = __vma; \
566 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument
569 struct vm_area_struct *___vma = __vma; \
Dhuge_mm.h155 #define split_huge_pmd(__vma, __pmd, __address) \ argument
160 __split_huge_pmd(__vma, __pmd, __address, \
171 #define split_huge_pud(__vma, __pud, __address) \ argument
176 __split_huge_pud(__vma, __pud, __address); \
304 #define split_huge_pmd(__vma, __pmd, __address) \ argument
312 #define split_huge_pud(__vma, __pmd, __address) \ argument
Dmm.h1016 #define for_each_vma(__vmi, __vma) \ argument
1017 while (((__vma) = vma_next(&(__vmi))) != NULL)
1020 #define for_each_vma_range(__vmi, __vma, __end) \ argument
1021 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
/linux-6.6.21/arch/powerpc/include/asm/nohash/64/
Dpgtable.h206 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
209 __r = __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \
235 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument
237 int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
/linux-6.6.21/arch/ia64/include/asm/
Dpgtable.h486 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument
491 flush_tlb_page(__vma, __addr); \
496 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument
500 set_pte_at((__vma)->vm_mm, (__addr), __ptep, __entry); \
501 flush_tlb_page(__vma, __addr); \
/linux-6.6.21/arch/powerpc/include/asm/nohash/32/
Dpgtable.h307 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
308 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
/linux-6.6.21/arch/sparc/include/asm/
Dpgtable_32.h421 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument
426 flush_tlb_page(__vma, __address); \
/linux-6.6.21/arch/powerpc/include/asm/book3s/32/
Dpgtable.h332 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
333 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dpgtable.h378 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
380 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \