__vma 524 arch/ia64/include/asm/pgtable.h # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ __vma 529 arch/ia64/include/asm/pgtable.h flush_tlb_page(__vma, __addr); \ __vma 534 arch/ia64/include/asm/pgtable.h # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ __vma 538 arch/ia64/include/asm/pgtable.h set_pte_at((__vma)->vm_mm, (__addr), __ptep, __entry); \ __vma 539 arch/ia64/include/asm/pgtable.h flush_tlb_page(__vma, __addr); \ __vma 314 arch/powerpc/include/asm/book3s/32/pgtable.h #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ __vma 315 arch/powerpc/include/asm/book3s/32/pgtable.h __ptep_test_and_clear_young((__vma)->vm_mm->context.id, __addr, __ptep) __vma 383 arch/powerpc/include/asm/book3s/64/pgtable.h #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ __vma 386 arch/powerpc/include/asm/book3s/64/pgtable.h __r = __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \ __vma 295 arch/powerpc/include/asm/nohash/32/pgtable.h #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ __vma 296 arch/powerpc/include/asm/nohash/32/pgtable.h __ptep_test_and_clear_young((__vma)->vm_mm->context.id, __addr, __ptep) __vma 253 arch/powerpc/include/asm/nohash/64/pgtable.h #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ __vma 256 arch/powerpc/include/asm/nohash/64/pgtable.h __r = __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \ __vma 282 arch/powerpc/include/asm/nohash/64/pgtable.h #define ptep_clear_flush_young(__vma, __address, __ptep) \ __vma 284 arch/powerpc/include/asm/nohash/64/pgtable.h int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \ __vma 428 arch/sparc/include/asm/pgtable_32.h #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ __vma 432 arch/sparc/include/asm/pgtable_32.h set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \ __vma 433 arch/sparc/include/asm/pgtable_32.h flush_tlb_page(__vma, __address); \ __vma 175 include/linux/huge_mm.h #define split_huge_pmd(__vma, __pmd, __address) \ __vma 180 include/linux/huge_mm.h __split_huge_pmd(__vma, __pmd, __address, \ __vma 191 include/linux/huge_mm.h #define split_huge_pud(__vma, __pud, __address) \ __vma 196 include/linux/huge_mm.h __split_huge_pud(__vma, __pud, __address); \ __vma 333 include/linux/huge_mm.h #define split_huge_pmd(__vma, __pmd, __address) \ __vma 341 include/linux/huge_mm.h #define split_huge_pud(__vma, __pmd, __address) \ __vma 422 include/linux/mmu_notifier.h #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ __vma 425 include/linux/mmu_notifier.h struct vm_area_struct *___vma = __vma; \ __vma 435 include/linux/mmu_notifier.h #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ __vma 438 include/linux/mmu_notifier.h struct vm_area_struct *___vma = __vma; \ __vma 448 include/linux/mmu_notifier.h #define ptep_clear_young_notify(__vma, __address, __ptep) \ __vma 451 include/linux/mmu_notifier.h struct vm_area_struct *___vma = __vma; \ __vma 459 include/linux/mmu_notifier.h #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ __vma 462 include/linux/mmu_notifier.h struct vm_area_struct *___vma = __vma; \ __vma 470 include/linux/mmu_notifier.h #define ptep_clear_flush_notify(__vma, __address, __ptep) \ __vma 473 include/linux/mmu_notifier.h struct mm_struct *___mm = (__vma)->vm_mm; \ __vma 476 include/linux/mmu_notifier.h ___pte = ptep_clear_flush(__vma, __address, __ptep); \ __vma 483 include/linux/mmu_notifier.h #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ __vma 486 include/linux/mmu_notifier.h struct mm_struct *___mm = (__vma)->vm_mm; \ __vma 489 include/linux/mmu_notifier.h ___pmd = pmdp_huge_clear_flush(__vma, __haddr, __pmd); \ __vma 496 include/linux/mmu_notifier.h #define pudp_huge_clear_flush_notify(__vma, __haddr, __pud) \ __vma 499 include/linux/mmu_notifier.h struct mm_struct *___mm = (__vma)->vm_mm; \ __vma 502 include/linux/mmu_notifier.h ___pud = pudp_huge_clear_flush(__vma, __haddr, __pud); \