Lines Matching refs:__vma
330 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument
333 struct vm_area_struct *___vma = __vma; \
343 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument
346 struct vm_area_struct *___vma = __vma; \
356 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument
359 struct vm_area_struct *___vma = __vma; \
367 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument
370 struct vm_area_struct *___vma = __vma; \
378 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument
381 struct mm_struct *___mm = (__vma)->vm_mm; \
384 ___pte = ptep_clear_flush(__vma, __address, __ptep); \
391 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
394 struct mm_struct *___mm = (__vma)->vm_mm; \
397 ___pmd = pmdp_huge_clear_flush(__vma, __haddr, __pmd); \
404 #define pudp_huge_clear_flush_notify(__vma, __haddr, __pud) \ argument
407 struct mm_struct *___mm = (__vma)->vm_mm; \
410 ___pud = pudp_huge_clear_flush(__vma, __haddr, __pud); \