Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dtrap.c662 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",
/f-stack/freebsd/i386/include/
H A Dpmap.h94 #define PGEX_W 0x02 /* during a Write cycle */ macro
/f-stack/freebsd/i386/i386/
H A Dtrap.c843 if (frame->tf_err & PGEX_W) in trap_pfault()
905 code & PGEX_W ? "write" : "read",
/f-stack/freebsd/amd64/include/
H A Dpmap.h136 #define PGEX_W 0x02 /* during a Write cycle */ macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c2036 error_code |= PGEX_W; in pf_error_code()