/linux/include/linux/ |
A D | mmu_notifier.h | 543 struct vm_area_struct *___vma = __vma; \ 556 struct vm_area_struct *___vma = __vma; \ 566 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 569 struct vm_area_struct *___vma = __vma; \ 580 struct vm_area_struct *___vma = __vma; \ 591 struct mm_struct *___mm = (__vma)->vm_mm; \ 594 ___pte = ptep_clear_flush(__vma, __address, __ptep); \ 604 struct mm_struct *___mm = (__vma)->vm_mm; \ 607 ___pmd = pmdp_huge_clear_flush(__vma, __haddr, __pmd); \ 617 struct mm_struct *___mm = (__vma)->vm_mm; \ [all …]
|
A D | huge_mm.h | 199 #define split_huge_pmd(__vma, __pmd, __address) \ argument 204 __split_huge_pmd(__vma, __pmd, __address, \ 215 #define split_huge_pud(__vma, __pud, __address) \ argument 220 __split_huge_pud(__vma, __pud, __address); \ 391 #define split_huge_pmd(__vma, __pmd, __address) \ argument 399 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
/linux/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 218 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 221 __r = __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \ 247 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument 249 int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
|
/linux/arch/ia64/include/asm/ |
A D | pgtable.h | 494 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument 499 flush_tlb_page(__vma, __addr); \ 504 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument 508 set_pte_at((__vma)->vm_mm, (__addr), __ptep, __entry); \ 509 flush_tlb_page(__vma, __addr); \
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_32.h | 417 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 421 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \ 422 flush_tlb_page(__vma, __address); \
|
/linux/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 300 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 301 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 341 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 342 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
|
/linux/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 395 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 397 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \
|