Lines Matching refs:__vma
422 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument
425 struct vm_area_struct *___vma = __vma; \
435 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument
438 struct vm_area_struct *___vma = __vma; \
448 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument
451 struct vm_area_struct *___vma = __vma; \
459 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument
462 struct vm_area_struct *___vma = __vma; \
470 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument
473 struct mm_struct *___mm = (__vma)->vm_mm; \
476 ___pte = ptep_clear_flush(__vma, __address, __ptep); \
483 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
486 struct mm_struct *___mm = (__vma)->vm_mm; \
489 ___pmd = pmdp_huge_clear_flush(__vma, __haddr, __pmd); \
496 #define pudp_huge_clear_flush_notify(__vma, __haddr, __pud) \ argument
499 struct mm_struct *___mm = (__vma)->vm_mm; \
502 ___pud = pudp_huge_clear_flush(__vma, __haddr, __pud); \