Searched refs:PGEX_U (Results 1 – 5 of 5) sorted by relevance
679 (frame->tf_err & (PGEX_P | PGEX_U | PGEX_I | PGEX_RSV)) == in trap_is_smap()689 PGEX_U | PGEX_I)) == (PGEX_P | PGEX_U | PGEX_I) && in trap_is_pti()898 code & PGEX_U ? "user" : "supervisor", in trap_fatal()
91 #define PGEX_U 0x04 /* access from User mode (UPL) */ macro
137 #define PGEX_U 0x04 /* access from User mode (UPL) */ macro
923 code & PGEX_U ? "user" : "supervisor", in trap_fatal()
2036 error_code |= PGEX_U; in pf_error_code()