Home
last modified time | relevance | path

Searched refs:p4dval (Results 1 – 1 of 1) sorted by relevance

/mm/
Dmemory.c5039 p4d_t *p4d, p4dval; in ___handle_speculative_fault() local
5136 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()