Lines Matching refs:__vma
534 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument
537 struct vm_area_struct *___vma = __vma; \
547 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument
550 struct vm_area_struct *___vma = __vma; \
560 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument
563 struct vm_area_struct *___vma = __vma; \
571 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument
574 struct vm_area_struct *___vma = __vma; \
582 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument
585 struct mm_struct *___mm = (__vma)->vm_mm; \
588 ___pte = ptep_clear_flush(__vma, __address, __ptep); \
595 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
598 struct mm_struct *___mm = (__vma)->vm_mm; \
601 ___pmd = pmdp_huge_clear_flush(__vma, __haddr, __pmd); \
608 #define pudp_huge_clear_flush_notify(__vma, __haddr, __pud) \ argument
611 struct mm_struct *___mm = (__vma)->vm_mm; \
614 ___pud = pudp_huge_clear_flush(__vma, __haddr, __pud); \