Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dtrap.c679 (frame->tf_err & (PGEX_P | PGEX_U | PGEX_I | PGEX_RSV)) == in trap_is_smap()
689 PGEX_U | PGEX_I)) == (PGEX_P | PGEX_U | PGEX_I) && in trap_is_pti()
837 else if ((frame->tf_err & PGEX_I) && pg_nx != 0) in trap_pfault()
900 code & PGEX_I ? "instruction" : "data", in trap_fatal()
/freebsd/sys/i386/include/
H A Dpmap.h93 #define PGEX_I 0x10 /* during an instruction fetch */ macro
/freebsd/sys/i386/i386/
H A Dtrap.c866 else if ((frame->tf_err & PGEX_I) && pg_nx != 0) in trap_pfault()
926 (code & PGEX_I ? " instruction" : " data") : in trap_fatal()
/freebsd/sys/amd64/include/
H A Dpmap.h139 #define PGEX_I 0x10 /* during an instruction fetch */ macro
/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c2040 error_code |= PGEX_I; in pf_error_code()