/Linux-v5.15/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 | 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); \ 406 #define split_huge_pmd(__vma, __pmd, __address) \ argument 414 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
/Linux-v5.15/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 223 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 226 __r = __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \ 252 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument 254 int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
|
/Linux-v5.15/arch/ia64/include/asm/ |
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-v5.15/arch/sparc/include/asm/ |
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-v5.15/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 298 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 299 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
|
/Linux-v5.15/arch/powerpc/include/asm/book3s/32/ |
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-v5.15/arch/powerpc/include/asm/book3s/64/ |
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); \
|