Searched refs:PGEX_RSV (Results 1 – 5 of 5) sorted by relevance
99 #define PGEX_RSV 0x08 /* reserved PTE field is non-zero */ macro
677 (frame->tf_err & (PGEX_P | PGEX_U | PGEX_I | PGEX_RSV)) == in trap_is_smap()798 if (frame->tf_err & PGEX_RSV) { in trap_pfault()902 code & PGEX_RSV ? "reserved bits in PTE" : in trap_diag()
92 #define PGEX_RSV 0x08 /* reserved PTE field is non-zero */ macro
839 if (frame->tf_err & PGEX_RSV) { in trap_pfault()912 code & PGEX_RSV ? "reserved bits in PTE" : in trap_fatal()
2052 error_code |= PGEX_RSV; in pf_error_code()