Searched refs:PGEX_W (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/i386/include/
H A Dpmap.h103 #define PGEX_W 0x02 /* during a Write cycle */ macro
/freebsd-12-stable/sys/amd64/amd64/
H A Dtrap.c669 pg_nx != 0 && (frame->tf_err & (PGEX_P | PGEX_W |
816 if (frame->tf_err & PGEX_W)
881 code & PGEX_W ? "write" : "read",
/freebsd-12-stable/sys/amd64/include/
H A Dpmap.h136 #define PGEX_W 0x02 /* during a Write cycle */ macro
/freebsd-12-stable/sys/i386/i386/
H A Dtrap.c849 if (frame->tf_err & PGEX_W)
913 code & PGEX_W ? "write" : "read",
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1926 error_code |= PGEX_W;

Completed in 127 milliseconds