Home
last modified time | relevance | path

Searched refs:SEFF0EDX_ARCH_CAP (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/arch/amd64/amd64/
H A Dcpu.c205 if ((ci->ci_feature_sefflags_edx & SEFF0EDX_ARCH_CAP) && in replacemeltdown()
314 if ((ci->ci_feature_sefflags_edx & SEFF0EDX_ARCH_CAP)) in replacemds()
1315 (sefflags_edx & SEFF0EDX_ARCH_CAP)) { in cpu_tsx_disable()
H A Didentcpu.c685 if (ci->ci_feature_sefflags_edx & SEFF0EDX_ARCH_CAP) { in identifycpu()
1041 if (ci->ci_feature_sefflags_edx & SEFF0EDX_ARCH_CAP) { in cpu_check_vmm_cap()
H A Dlocore0.S232 testl $SEFF0EDX_ARCH_CAP, %edx
/openbsd/sys/arch/i386/include/
H A Dspecialreg.h203 #define SEFF0EDX_ARCH_CAP 0x20000000 /* Has IA32_ARCH_CAPABILITIES MSR */ macro
/openbsd/sys/arch/i386/i386/
H A Dlocore0.S165 testl $SEFF0EDX_ARCH_CAP,%edx
H A Dcpu.c479 (sefflags_edx & SEFF0EDX_ARCH_CAP)) { in cpu_tsx_disable()
/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h278 #define SEFF0EDX_ARCH_CAP 0x20000000 /* Has IA32_ARCH_CAPABILITIES MSR */ macro