Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dpte.h97 #define PGEX_W 0x02 /* during a Write cycle */ macro
/freebsd/sys/amd64/amd64/
H A Dtrap.c686 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()
/freebsd/sys/i386/include/
H A Dpmap.h90 #define PGEX_W 0x02 /* during a Write cycle */ macro
/freebsd/sys/i386/i386/
H A Dtrap.c848 if (frame->tf_err & PGEX_W) in trap_pfault()
908 code & PGEX_W ? "write" : "read", in trap_fatal()
/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c2048 error_code |= PGEX_W; in pf_error_code()