Searched refs:PGEX_P (Results 1 – 5 of 5) sorted by relevance
96 #define PGEX_P 0x01 /* Protection violation vs. not present */ macro
686 (frame->tf_err & (PGEX_P | PGEX_U | PGEX_I | PGEX_RSV)) == in trap_is_smap()687 PGEX_P && (frame->tf_rflags & PSL_AC) == 0); in trap_is_smap()695 pg_nx != 0 && (frame->tf_err & (PGEX_P | PGEX_W | in trap_is_pti()696 PGEX_U | PGEX_I)) == (PGEX_P | PGEX_U | PGEX_I) && in trap_is_pti()917 code & PGEX_P ? "protection violation" : "page not present"); in trap_diag()
89 #define PGEX_P 0x01 /* Protection violation vs. not present */ macro
913 code & PGEX_P ? "protection violation" : "page not present"); in trap_fatal()
2046 error_code |= PGEX_P; in pf_error_code()