Home
last modified time | relevance | path

Searched refs:pte_mkyoung (Results 1 – 20 of 20) sorted by relevance

/arch/sparc/include/asm/
Dpgtable_32.h248 BTFIXUPDEF_CALL_CONST(pte_t, pte_mkyoung, pte_t)
252 #define pte_mkyoung(pte) BTFIXUP_CALL(pte_mkyoung)(pte) macro
Dpgtable_64.h483 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
/arch/mips/include/asm/
Dpgtable.h239 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
288 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
/arch/sh/mm/
Dfault_32.c315 entry = pte_mkyoung(entry); in __do_page_fault()
/arch/cris/include/asm/
Dpgtable.h154 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
/arch/m68k/include/asm/
Dsun3_pgtable.h179 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= SUN3_PAGE_ACCESSED; return pte; } in pte_mkyoung() function
Dmotorola_pgtable.h178 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
/arch/sh/include/asm/
Dpgtable_64.h268 static inline pte_t pte_mkyoung(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_ACCESSED)); r… in pte_mkyoung() function
/arch/um/include/asm/
Dpgtable.h224 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
/arch/avr32/include/asm/
Dpgtable.h247 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
/arch/xtensa/include/asm/
Dpgtable.h223 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
/arch/alpha/include/asm/
Dpgtable.h278 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
/arch/powerpc/include/asm/
Dpgtable-ppc64.h258 static inline pte_t pte_mkyoung(pte_t pte) { in pte_mkyoung() function
Dpgtable-ppc32.h571 static inline pte_t pte_mkyoung(pte_t pte) { in pte_mkyoung() function
/arch/parisc/include/asm/
Dpgtable.h332 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
/arch/x86/include/asm/
Dpgtable.h268 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
/arch/ia64/include/asm/
Dpgtable.h314 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A)) macro
/arch/s390/include/asm/
Dpgtable.h738 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
/arch/sparc/mm/
Dsrmmu.c2211 BTFIXUPSET_CALL(pte_mkyoung, srmmu_pte_mkyoung, BTFIXUPCALL_ORINT(SRMMU_REF)); in ld_mmu_srmmu()
Dsun4c.c2145 BTFIXUPSET_CALL(pte_mkyoung, sun4c_pte_mkyoung, BTFIXUPCALL_NORM); in ld_mmu_sun4c()