Lines Matching refs:__vma
603 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument
606 struct vm_area_struct *___vma = __vma; \
616 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument
619 struct vm_area_struct *___vma = __vma; \
629 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument
632 struct vm_area_struct *___vma = __vma; \
640 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument
643 struct vm_area_struct *___vma = __vma; \
651 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument
654 struct mm_struct *___mm = (__vma)->vm_mm; \
657 ___pte = ptep_clear_flush(__vma, __address, __ptep); \
664 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
667 struct mm_struct *___mm = (__vma)->vm_mm; \
670 ___pmd = pmdp_huge_clear_flush(__vma, __haddr, __pmd); \
677 #define pudp_huge_clear_flush_notify(__vma, __haddr, __pud) \ argument
680 struct mm_struct *___mm = (__vma)->vm_mm; \
683 ___pud = pudp_huge_clear_flush(__vma, __haddr, __pud); \