Searched refs:PGEX_RSV (Results 1 – 5 of 5) sorted by relevance
653 (frame->tf_err & (PGEX_P | PGEX_U | PGEX_I | PGEX_RSV)) == in trap_is_smap()774 if (frame->tf_err & PGEX_RSV) { in trap_pfault()879 code & PGEX_RSV ? "reserved bits in PTE" :
96 #define PGEX_RSV 0x08 /* reserved PTE field is non-zero */ macro
834 if (frame->tf_err & PGEX_RSV) { in trap_pfault()909 code & PGEX_RSV ? "reserved bits in PTE" :
138 #define PGEX_RSV 0x08 /* reserved PTE field is non-zero */ macro
2040 error_code |= PGEX_RSV; in pf_error_code()