Searched refs:p4d_set (Results 1 – 4 of 4) sorted by relevance
18 #define p4d_populate(MM, P4D, PUD) p4d_set(P4D, (unsigned long)PUD)
180 static inline void p4d_set(p4d_t *p4dp, unsigned long val) in p4d_set() function
21 p4d_set(p4d, pud); in __p4d_populate()
889 #define p4d_set(p4dp, pudp) \ macro