Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dtrap.c653 (frame->tf_err & (PGEX_P | PGEX_U | PGEX_I | PGEX_RSV)) == in trap_is_smap()
663 PGEX_U | PGEX_I)) == (PGEX_P | PGEX_U | PGEX_I) && in trap_is_pti()
811 else if ((frame->tf_err & PGEX_I) && pg_nx != 0) in trap_pfault()
876 code & PGEX_I ? "instruction" : "data",
/f-stack/freebsd/i386/include/
H A Dpmap.h97 #define PGEX_I 0x10 /* during an instruction fetch */ macro
/f-stack/freebsd/i386/i386/
H A Dtrap.c845 else if ((frame->tf_err & PGEX_I) && pg_nx != 0) in trap_pfault()
907 (code & PGEX_I ? " instruction" : " data") :
/f-stack/freebsd/amd64/include/
H A Dpmap.h139 #define PGEX_I 0x10 /* during an instruction fetch */ macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c2042 error_code |= PGEX_I; in pf_error_code()