/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 186 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 325 pte_t pte_set = pte_mkyoung(pte_mkdirty(pte_mkwrite(pte_mkexec(__pte(0))))); in __ptep_set_access_flags() 326 pte_t pte_clr = pte_mkyoung(pte_mkdirty(pte_mkwrite(pte_mkexec(__pte(~0))))); in __ptep_set_access_flags()
|
/arch/sh/mm/ |
D | tlbex_32.c | 64 entry = pte_mkyoung(entry); in handle_tlbmiss()
|
/arch/arc/include/asm/ |
D | hugepage.h | 27 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
|
/arch/mips/include/asm/ |
D | pgtable.h | 358 static inline pte_t pte_mkyoung(pte_t pte) function 407 static inline pte_t pte_mkyoung(pte_t pte) function 415 #define pte_sw_mkyoung pte_mkyoung
|
/arch/arm64/mm/ |
D | hugetlbpage.c | 178 orig_pte = pte_mkyoung(orig_pte); in get_clear_flush() 440 pte = pte_mkyoung(pte); in huge_ptep_set_access_flags()
|
/arch/m68k/mm/ |
D | mcfmmu.c | 147 set_pte(pte, pte_mkyoung(*pte)); in cf_tlb_miss()
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 167 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= SUN3_PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
D | mmu_context.h | 149 set_pte(pte, pte_mkyoung(*pte)); in load_ksp_mmu()
|
D | motorola_pgtable.h | 183 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
D | mcf_pgtable.h | 292 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/nios2/include/asm/ |
D | pgtable.h | 165 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 278 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/csky/include/asm/ |
D | pgtable.h | 215 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 113 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/um/include/asm/ |
D | pgtable.h | 217 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/arm64/include/asm/ |
D | pgtable.h | 218 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 429 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd))) 460 #define pud_mkyoung(pud) pte_pud(pte_mkyoung(pud_pte(pud)))
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 293 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 269 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
D | pgtable_64.h | 551 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 773 pte = pte_mkyoung(pte); in pmd_mkyoung()
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 278 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/alpha/include/asm/ |
D | pgtable.h | 279 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
|
/arch/arm/include/asm/ |
D | pgtable.h | 264 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 330 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|
/arch/riscv/include/asm/ |
D | pgtable.h | 272 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/mips/kvm/ |
D | mmu.c | 607 set_pte(ptep, pte_mkyoung(*ptep)); in _kvm_mips_map_page_fast() 1085 *ptep = pte_mkyoung(pte_mkdirty(pfn_pte(pfn, PAGE_SHARED))); in kvm_mips_handle_commpage_tlb_fault()
|