/linux-6.3-rc2/include/linux/ |
A D | mmu_notifier.h | 540 struct vm_area_struct *___vma = __vma; \ 553 struct vm_area_struct *___vma = __vma; \ 563 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 566 struct vm_area_struct *___vma = __vma; \ 577 struct vm_area_struct *___vma = __vma; \ 588 struct mm_struct *___mm = (__vma)->vm_mm; \ 591 ___pte = ptep_clear_flush(__vma, __address, __ptep); \ 601 struct mm_struct *___mm = (__vma)->vm_mm; \ 604 ___pmd = pmdp_huge_clear_flush(__vma, __haddr, __pmd); \ 614 struct mm_struct *___mm = (__vma)->vm_mm; \ [all …]
|
A D | huge_mm.h | 195 #define split_huge_pmd(__vma, __pmd, __address) \ argument 200 __split_huge_pmd(__vma, __pmd, __address, \ 211 #define split_huge_pud(__vma, __pud, __address) \ argument 216 __split_huge_pud(__vma, __pud, __address); \ 344 #define split_huge_pmd(__vma, __pmd, __address) \ argument 352 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
A D | mm.h | 796 #define for_each_vma(__vmi, __vma) \ argument 797 while (((__vma) = vma_next(&(__vmi))) != NULL) 800 #define for_each_vma_range(__vmi, __vma, __end) \ argument 801 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 206 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 209 __r = __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \ 235 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument 237 int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 486 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument 491 flush_tlb_page(__vma, __addr); \ 496 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument 500 set_pte_at((__vma)->vm_mm, (__addr), __ptep, __entry); \ 501 flush_tlb_page(__vma, __addr); \
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_32.h | 421 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 425 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \ 426 flush_tlb_page(__vma, __address); \
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 307 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 308 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 332 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 333 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 377 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 379 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \
|