Searched refs:PGEX_I (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()837 else if ((frame->tf_err & PGEX_I) && pg_nx != 0) in trap_pfault()900 code & PGEX_I ? "instruction" : "data", in trap_fatal()
93 #define PGEX_I 0x10 /* during an instruction fetch */ macro
866 else if ((frame->tf_err & PGEX_I) && pg_nx != 0) in trap_pfault()926 (code & PGEX_I ? " instruction" : " data") : in trap_fatal()
139 #define PGEX_I 0x10 /* during an instruction fetch */ macro
2040 error_code |= PGEX_I; in pf_error_code()