/linux-6.1.9/include/linux/ |
D | mmu_notifier.h | 540 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument 543 struct vm_area_struct *___vma = __vma; \ 553 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument 556 struct vm_area_struct *___vma = __vma; \ 566 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 569 struct vm_area_struct *___vma = __vma; \ 577 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument 580 struct vm_area_struct *___vma = __vma; \ 588 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument 591 struct mm_struct *___mm = (__vma)->vm_mm; \ [all …]
|
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); \ 353 #define split_huge_pmd(__vma, __pmd, __address) \ argument 361 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
D | mm.h | 689 #define for_each_vma(__vmi, __vma) \ argument 690 while (((__vma) = vma_next(&(__vmi))) != NULL) 693 #define for_each_vma_range(__vmi, __vma, __end) \ argument 694 while (((__vma) = vma_find(&(__vmi), (__end) - 1)) != NULL)
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/64/ |
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.1.9/arch/ia64/include/asm/ |
D | pgtable.h | 477 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument 482 flush_tlb_page(__vma, __addr); \ 487 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument 491 set_pte_at((__vma)->vm_mm, (__addr), __ptep, __entry); \ 492 flush_tlb_page(__vma, __addr); \
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | pgtable_32.h | 403 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 407 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \ 408 flush_tlb_page(__vma, __address); \
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 301 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 302 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 329 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 330 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/ |
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); \
|