Searched refs:pgdval (Results 1 – 1 of 1) sorted by relevance
5038 pgd_t *pgd, pgdval; in ___handle_speculative_fault() local5129 pgdval = READ_ONCE(*pgd); in ___handle_speculative_fault()5130 if (pgd_none(pgdval) || unlikely(pgd_bad(pgdval))) in ___handle_speculative_fault()5134 if (pgd_val(READ_ONCE(*pgd)) != pgd_val(pgdval)) in ___handle_speculative_fault()