Home
last modified time | relevance | path

Searched defs:p4d_none (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/asm-generic/
Dpgtable-nopud.h31 static inline int p4d_none(p4d_t p4d) { return 0; } in p4d_none() function
D5level-fixup.h22 #define p4d_none(p4d) 0 macro