Home
last modified time | relevance | path

Searched refs:arch_wants_old_prefaulted_pte (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/arch/arm64/include/asm/
Dpgtable.h1096 #define arch_wants_old_prefaulted_pte cpu_has_hw_af macro
/Linux-v6.6/mm/
Dmemory.c145 #ifndef arch_wants_old_prefaulted_pte
146 static inline bool arch_wants_old_prefaulted_pte(void) in arch_wants_old_prefaulted_pte() function
4342 if (prefault && arch_wants_old_prefaulted_pte()) in set_pte_range()