Home
last modified time | relevance | path

Searched refs:IA32_SPEC_CTRL_IBRS (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/x86/x86/
Dspectre.c261 msr |= IA32_SPEC_CTRL_IBRS; in mitigation_v2_apply_cpu()
263 msr &= ~IA32_SPEC_CTRL_IBRS; in mitigation_v2_apply_cpu()
/netbsd/src/sys/arch/amd64/amd64/
Dlocore.S1857 orl $IA32_SPEC_CTRL_IBRS,%eax
1865 andl $~IA32_SPEC_CTRL_IBRS,%eax
/netbsd/src/sys/arch/x86/include/
Dspecialreg.h1229 #define IA32_SPEC_CTRL_IBRS 0x01 macro