Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dmmu_notifier.h540 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument
543 struct vm_area_struct *___vma = __vma; \
553 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument
556 struct vm_area_struct *___vma = __vma; \
566 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument
569 struct vm_area_struct *___vma = __vma; \
577 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument
580 struct vm_area_struct *___vma = __vma; \
588 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument
591 struct mm_struct *___mm = (__vma)->vm_mm; \
[all …]
Dhuge_mm.h199 #define split_huge_pmd(__vma, __pmd, __address) \ argument
204 __split_huge_pmd(__vma, __pmd, __address, \
215 #define split_huge_pud(__vma, __pud, __address) \ argument
220 __split_huge_pud(__vma, __pud, __address); \
406 #define split_huge_pmd(__vma, __pmd, __address) \ argument
414 #define split_huge_pud(__vma, __pmd, __address) \ argument
/Linux-v5.15/arch/powerpc/include/asm/nohash/64/
Dpgtable.h223 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
226 __r = __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \
252 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument
254 int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
/Linux-v5.15/arch/ia64/include/asm/
Dpgtable.h494 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument
499 flush_tlb_page(__vma, __addr); \
504 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument
508 set_pte_at((__vma)->vm_mm, (__addr), __ptep, __entry); \
509 flush_tlb_page(__vma, __addr); \
/Linux-v5.15/arch/sparc/include/asm/
Dpgtable_32.h417 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument
421 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \
422 flush_tlb_page(__vma, __address); \
/Linux-v5.15/arch/powerpc/include/asm/nohash/32/
Dpgtable.h298 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
299 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
/Linux-v5.15/arch/powerpc/include/asm/book3s/32/
Dpgtable.h341 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
342 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
/Linux-v5.15/arch/powerpc/include/asm/book3s/64/
Dpgtable.h395 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
397 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \