Searched refs:PGEX_U (Results 1 – 5 of 5) sorted by relevance
653 (frame->tf_err & (PGEX_P | PGEX_U | PGEX_I | PGEX_RSV)) == in trap_is_smap()663 PGEX_U | PGEX_I)) == (PGEX_P | PGEX_U | PGEX_I) && in trap_is_pti()874 code & PGEX_U ? "user" : "supervisor",
95 #define PGEX_U 0x04 /* access from User mode (UPL) */ macro
137 #define PGEX_U 0x04 /* access from User mode (UPL) */ macro
904 code & PGEX_U ? "user" : "supervisor",
2038 error_code |= PGEX_U; in pf_error_code()