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

/freebsd-12-stable/sys/amd64/amd64/
H A Dtrap.c660 (frame->tf_err & (PGEX_P | PGEX_U | PGEX_I | PGEX_RSV)) ==
670 PGEX_U | PGEX_I)) == (PGEX_P | PGEX_U | PGEX_I) &&
813 * PGEX_I is defined only if the execute disable bit capability is
818 else if ((frame->tf_err & PGEX_I) && pg_nx != 0)
882 code & PGEX_I ? "instruction" : "data",
/freebsd-12-stable/sys/i386/include/
H A Dpmap.h106 #define PGEX_I 0x10 /* during an instruction fetch */ macro
/freebsd-12-stable/sys/amd64/include/
H A Dpmap.h139 #define PGEX_I 0x10 /* during an instruction fetch */ macro
/freebsd-12-stable/sys/i386/i386/
H A Dtrap.c846 * PGEX_I is defined only if the execute disable bit capability is
852 else if ((frame->tf_err & PGEX_I) && pg_nx != 0)
916 (code & PGEX_I ? " instruction" : " data") :
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1932 error_code |= PGEX_I;

Completed in 478 milliseconds