Lines Matching refs:__vma
540 #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; \
594 ___pte = ptep_clear_flush(__vma, __address, __ptep); \
601 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
604 struct mm_struct *___mm = (__vma)->vm_mm; \
607 ___pmd = pmdp_huge_clear_flush(__vma, __haddr, __pmd); \
614 #define pudp_huge_clear_flush_notify(__vma, __haddr, __pud) \ argument
617 struct mm_struct *___mm = (__vma)->vm_mm; \
620 ___pud = pudp_huge_clear_flush(__vma, __haddr, __pud); \