Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/i386/include/
Dspecialreg.h200 #define SEFF0EDX_IBRS 0x04000000 /* IBRS / IBPB Speculation Control */ macro
/openbsd/src/sys/arch/amd64/amd64/
Dcpu.c208 } else if (ci->ci_feature_sefflags_edx & SEFF0EDX_IBRS) { in replacemeltdown()
211 if (ci->ci_feature_sefflags_edx & SEFF0EDX_IBRS) in replacemeltdown()
Dvmm_machdep.c3822 (ci->ci_feature_sefflags_edx & SEFF0EDX_IBRS)) { in vcpu_run_vmx()
/openbsd/src/sys/arch/amd64/include/
Dspecialreg.h275 #define SEFF0EDX_IBRS 0x04000000 /* IBRS / IBPB Speculation Control */ macro
/openbsd/src/sys/arch/i386/i386/
Dmachdep.c1026 { SEFF0EDX_IBRS, "IBRS,IBPB" },