Searched refs:PGEX_W (Results 1 – 5 of 5) sorted by relevance
662 pg_nx != 0 && (frame->tf_err & (PGEX_P | PGEX_W | in trap_is_pti()809 if (frame->tf_err & PGEX_W) in trap_pfault()875 code & PGEX_W ? "write" : "read",
94 #define PGEX_W 0x02 /* during a Write cycle */ macro
843 if (frame->tf_err & PGEX_W) in trap_pfault()905 code & PGEX_W ? "write" : "read",
136 #define PGEX_W 0x02 /* during a Write cycle */ macro
2036 error_code |= PGEX_W; in pf_error_code()