Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/include/asm/
Dpgtable.h1091 #define arch_wants_old_prefaulted_pte cpu_has_hw_af macro
/Linux-v6.1/mm/
Dmemory.c131 #ifndef arch_wants_old_prefaulted_pte
132 static inline bool arch_wants_old_prefaulted_pte(void) in arch_wants_old_prefaulted_pte() function
4330 if (prefault && arch_wants_old_prefaulted_pte()) in do_set_pte()