Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h1009 static inline bool arch_wants_old_prefaulted_pte(void) in arch_wants_old_prefaulted_pte() function
1013 #define arch_wants_old_prefaulted_pte arch_wants_old_prefaulted_pte macro
/OK3568_Linux_fs/kernel/mm/
H A Dmemory.c142 #ifndef arch_wants_old_prefaulted_pte
143 static inline bool arch_wants_old_prefaulted_pte(void) in arch_wants_old_prefaulted_pte() function
4151 if (prefault && arch_wants_old_prefaulted_pte()) in do_set_pte()