Searched refs:p4d_val (Results 1 – 4 of 4) sorted by relevance
40 #define p4d_val(x) (pgd_val((x).pgd)) macro
48 #define pud_val(x) (p4d_val((x).p4d))
233 __entry->p4dval = p4d_val(p4dval)),
1134 return p4d_val(p4d_a) == p4d_val(p4d_b); in p4d_same()
Completed in 10 milliseconds