Lines Matching refs:__vma
537 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument
540 struct vm_area_struct *___vma = __vma; \
550 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument
553 struct vm_area_struct *___vma = __vma; \
563 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument
566 struct vm_area_struct *___vma = __vma; \
574 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument
577 struct vm_area_struct *___vma = __vma; \
585 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument
588 struct mm_struct *___mm = (__vma)->vm_mm; \
591 ___pte = ptep_clear_flush(__vma, __address, __ptep); \
598 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
601 struct mm_struct *___mm = (__vma)->vm_mm; \
604 ___pmd = pmdp_huge_clear_flush(__vma, __haddr, __pmd); \
611 #define pudp_huge_clear_flush_notify(__vma, __haddr, __pud) \ argument
614 struct mm_struct *___mm = (__vma)->vm_mm; \
617 ___pud = pudp_huge_clear_flush(__vma, __haddr, __pud); \