Searched refs:PGEX_W (Results 1 – 5 of 5) sorted by relevance
97 #define PGEX_W 0x02 /* during a Write cycle */ macro
686 pg_nx != 0 && (frame->tf_err & (PGEX_P | PGEX_W | in trap_is_pti()833 if (frame->tf_err & PGEX_W) in trap_pfault()898 code & PGEX_W ? "write" : "read", in trap_diag()
90 #define PGEX_W 0x02 /* during a Write cycle */ macro
848 if (frame->tf_err & PGEX_W) in trap_pfault()908 code & PGEX_W ? "write" : "read", in trap_fatal()
2048 error_code |= PGEX_W; in pf_error_code()