Searched refs:p4d_present (Results 1 – 4 of 4) sorted by relevance
33 static inline int p4d_present(p4d_t p4d) { return 1; } in p4d_present() function
24 #define p4d_present(p4d) 1 macro
369 (p4d_present(p4d) && (!(write) || p4d_write(p4d)))
297 if (!p4d_present(*p4d)) in userfaultfd_must_wait()