Searched refs:pte_mkyoung (Results 1 – 20 of 20) sorted by relevance
248 BTFIXUPDEF_CALL_CONST(pte_t, pte_mkyoung, pte_t)252 #define pte_mkyoung(pte) BTFIXUP_CALL(pte_mkyoung)(pte) macro
483 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
239 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function288 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
315 entry = pte_mkyoung(entry); in __do_page_fault()
154 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
179 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= SUN3_PAGE_ACCESSED; return pte; } in pte_mkyoung() function
178 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
268 static inline pte_t pte_mkyoung(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_ACCESSED)); r… in pte_mkyoung() function
224 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
247 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
223 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
278 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
258 static inline pte_t pte_mkyoung(pte_t pte) { in pte_mkyoung() function
571 static inline pte_t pte_mkyoung(pte_t pte) { in pte_mkyoung() function
332 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
268 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
314 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A)) macro
738 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
2211 BTFIXUPSET_CALL(pte_mkyoung, srmmu_pte_mkyoung, BTFIXUPCALL_ORINT(SRMMU_REF)); in ld_mmu_srmmu()
2145 BTFIXUPSET_CALL(pte_mkyoung, sun4c_pte_mkyoung, BTFIXUPCALL_NORM); in ld_mmu_sun4c()