/linux-4.1.27/include/linux/ |
D | huge_mm.h | 70 #define transparent_hugepage_enabled(__vma) \ argument 75 ((__vma)->vm_flags & VM_HUGEPAGE))) && \ 76 !((__vma)->vm_flags & VM_NOHUGEPAGE) && \ 77 !is_vma_temporary_stack(__vma)) 78 #define transparent_hugepage_defrag(__vma) \ argument 83 (__vma)->vm_flags & VM_HUGEPAGE)) 103 #define split_huge_page_pmd(__vma, __address, __pmd) \ argument 107 __split_huge_page_pmd(__vma, __address, \ 174 #define transparent_hugepage_enabled(__vma) 0 argument 186 #define split_huge_page_pmd(__vma, __address, __pmd) \ argument
|
D | mmu_notifier.h | 288 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument 291 struct vm_area_struct *___vma = __vma; \ 301 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument 304 struct vm_area_struct *___vma = __vma; \ 314 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument 317 struct mm_struct *___mm = (__vma)->vm_mm; \ 320 ___pte = ptep_clear_flush(__vma, __address, __ptep); \ 327 #define pmdp_clear_flush_notify(__vma, __haddr, __pmd) \ argument 330 struct mm_struct *___mm = (__vma)->vm_mm; \ 333 ___pmd = pmdp_clear_flush(__vma, __haddr, __pmd); \
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgtable.h | 523 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument 528 flush_tlb_page(__vma, __addr); \ 533 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument 537 set_pte_at((__vma)->vm_mm, (__addr), __ptep, __entry); \ 538 flush_tlb_page(__vma, __addr); \
|
/linux-4.1.27/arch/metag/include/asm/ |
D | pgtable.h | 254 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 258 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \ 260 flush_tlb_page(__vma, __address); \
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_32.h | 427 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 431 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \ 432 flush_tlb_page(__vma, __address); \
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable-ppc64.h | 266 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 269 __r = __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \ 302 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument 304 int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
|
D | pgtable-ppc32.h | 263 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 264 __ptep_test_and_clear_young((__vma)->vm_mm->context.id, __addr, __ptep)
|