/openbmc/linux/include/linux/ |
H A D | mmu_notifier.h | 529 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument 532 struct vm_area_struct *___vma = __vma; \ 542 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument 545 struct vm_area_struct *___vma = __vma; \ 555 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 558 struct vm_area_struct *___vma = __vma; \ 566 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument 569 struct vm_area_struct *___vma = __vma; \
|
H A D | huge_mm.h | 173 #define split_huge_pmd(__vma, __pmd, __address) \ argument 178 __split_huge_pmd(__vma, __pmd, __address, \ 189 #define split_huge_pud(__vma, __pud, __address) \ argument 194 __split_huge_pud(__vma, __pud, __address); \ 322 #define split_huge_pmd(__vma, __pmd, __address) \ argument 330 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
H A D | mm.h | 1020 #define for_each_vma(__vmi, __vma) \ argument 1021 while (((__vma) = vma_next(&(__vmi))) != NULL) 1024 #define for_each_vma_range(__vmi, __vma, __end) \ argument 1025 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
|
/openbmc/linux/arch/powerpc/include/asm/nohash/64/ |
H 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, \
|
/openbmc/linux/arch/ia64/include/asm/ |
H 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); \
|
/openbmc/linux/arch/powerpc/include/asm/nohash/32/ |
H 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)
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 421 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 426 flush_tlb_page(__vma, __address); \
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H 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)
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 378 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 380 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \
|