Searched refs:PGEX_RSV (Results 1 – 5 of 5) sorted by relevance
660 (frame->tf_err & (PGEX_P | PGEX_U | PGEX_I | PGEX_RSV)) == in trap_is_smap()781 if (frame->tf_err & PGEX_RSV) { in trap_pfault()885 code & PGEX_RSV ? "reserved bits in PTE" :
105 #define PGEX_RSV 0x08 /* reserved PTE field is non-zero */ macro
840 if (frame->tf_err & PGEX_RSV) { in trap_pfault()919 code & PGEX_RSV ? "reserved bits in PTE" :
138 #define PGEX_RSV 0x08 /* reserved PTE field is non-zero */ macro
1930 error_code |= PGEX_RSV; in pf_error_code()