Lines Matching refs:__vma
310 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument
313 struct vm_area_struct *___vma = __vma; \
323 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument
326 struct vm_area_struct *___vma = __vma; \
336 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument
339 struct vm_area_struct *___vma = __vma; \
347 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument
350 struct vm_area_struct *___vma = __vma; \
358 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument
361 struct mm_struct *___mm = (__vma)->vm_mm; \
364 ___pte = ptep_clear_flush(__vma, __address, __ptep); \
371 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
374 struct mm_struct *___mm = (__vma)->vm_mm; \
377 ___pmd = pmdp_huge_clear_flush(__vma, __haddr, __pmd); \