Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
HDpmap.h130 #define PGEX_I 0x10 /* during an instruction fetch */ macro
/dragonfly/sys/platform/pc64/x86_64/
HDtrap.c351 (frame->tf_err & (PGEX_P | PGEX_U | PGEX_I | PGEX_RSV)) == PGEX_P && in trap_is_smap()
936 else if (frame->tf_err & PGEX_I) in trap_pfault()
1047 code & PGEX_I ? "instruction" : "data", in trap_fatal()
/dragonfly/sys/platform/vkernel64/x86_64/
HDtrap.c817 else if (frame->tf_err & PGEX_I) in trap_pfault()
/dragonfly/sys/dev/virtual/nvmm/x86/
HDnvmm_x86_svm.c1311 else if (cpudata->vmcb->ctrl.exitinfo1 & PGEX_I) in svm_exit_npf()