Searched refs:p4dval (Results 1 – 1 of 1) sorted by relevance
5039 p4d_t *p4d, p4dval; in ___handle_speculative_fault() local5136 p4dval = READ_ONCE(*p4d); in ___handle_speculative_fault()5137 if (p4d_none(p4dval) || unlikely(p4d_bad(p4dval))) in ___handle_speculative_fault()5141 if (p4d_val(READ_ONCE(*p4d)) != p4d_val(p4dval)) in ___handle_speculative_fault()