Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/amd64/
H A Didentcpu.c686 uint32_t msr = rdmsr(MSR_ARCH_CAPABILITIES); in identifycpu()
688 pmsr32(ci, MSR_ARCH_CAPABILITIES, msr, in identifycpu()
1042 msr = rdmsr(MSR_ARCH_CAPABILITIES); in cpu_check_vmm_cap()
H A Dcpu.c206 (rdmsr(MSR_ARCH_CAPABILITIES) & ARCH_CAP_IBRS_ALL)) { in replacemeltdown()
315 cap = rdmsr(MSR_ARCH_CAPABILITIES); in replacemds()
1316 msr = rdmsr(MSR_ARCH_CAPABILITIES); in cpu_tsx_disable()
H A Dlocore0.S236 movl $MSR_ARCH_CAPABILITIES, %ecx
/openbsd/sys/arch/i386/include/
H A Dspecialreg.h349 #define MSR_ARCH_CAPABILITIES 0x10a macro
/openbsd/sys/arch/i386/i386/
H A Dlocore0.S169 movl $MSR_ARCH_CAPABILITIES,%ecx
H A Dcpu.c480 msr = rdmsr(MSR_ARCH_CAPABILITIES); in cpu_tsx_disable()
/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h494 #define MSR_ARCH_CAPABILITIES 0x10a macro