Searched defs:p4dval (Results 1 – 3 of 3) sorted by relevance
40 #define set_p4d(p4dptr, p4dval) set_pud((pud_t *)(p4dptr), (pud_t) { p4dval }) argument
72 #define set_p4d(p4dptr, p4dval) (*(p4dptr) = (p4dval)) argument
177 static inline void set_p4d(p4d_t *p4d, p4d_t p4dval) in set_p4d()