PGEX_I
(frame->tf_err & (PGEX_P | PGEX_U | PGEX_I | PGEX_RSV)) ==
PGEX_U | PGEX_I)) == (PGEX_P | PGEX_U | PGEX_I) &&
else if ((frame->tf_err & PGEX_I) && pg_nx != 0)
code & PGEX_I ? "instruction" : "data",
error_code |= PGEX_I;
else if ((frame->tf_err & PGEX_I) && pg_nx != 0)
(code & PGEX_I ? " instruction" : " data") :