Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dsupport.S376 orl $(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP),%eax
377 orl $(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP)>>32,%edx
391 andl $~(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP),%eax
392 andl $~((IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP)>>32),%edx
/freebsd/sys/amd64/amd64/
H A Dsupport.S1656 orl $(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP),%eax
1657 orl $(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP)>>32,%edx
1670 andl $~(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP),%eax
1671 andl $~((IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP)>>32),%edx
1686 andl $~(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP),%eax
1687 andl $~((IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP)>>32),%edx
/freebsd/sys/x86/x86/
H A Dcpu_machdep.c280 wrmsr(MSR_IA32_SPEC_CTRL, v & ~(IA32_SPEC_CTRL_IBRS | in acpi_cpu_idle_mwait()
1016 IA32_SPEC_CTRL_IBRS, NULL); in hw_ibrs_recalculate()
/freebsd/sys/x86/include/
H A Dspecialreg.h879 #define IA32_SPEC_CTRL_IBRS 0x00000001 macro