Searched refs:IA32_SPEC_CTRL_IBRS (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | support.s | 434 orl $(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP),%eax 435 orl $(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP)>>32,%edx 449 andl $~(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP),%eax 450 andl $~((IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP)>>32),%edx
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | support.S | 1597 orl $(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP),%eax 1598 orl $(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP)>>32,%edx 1611 andl $~(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP),%eax 1612 andl $~((IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP)>>32),%edx 1627 andl $~(IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP),%eax 1628 andl $~((IA32_SPEC_CTRL_IBRS|IA32_SPEC_CTRL_STIBP)>>32),%edx
|
| /f-stack/freebsd/x86/x86/ |
| H A D | cpu_machdep.c | 244 wrmsr(MSR_IA32_SPEC_CTRL, v & ~(IA32_SPEC_CTRL_IBRS | in acpi_cpu_idle_mwait() 873 IA32_SPEC_CTRL_IBRS); in hw_ibrs_recalculate()
|
| /f-stack/freebsd/x86/include/ |
| H A D | specialreg.h | 794 #define IA32_SPEC_CTRL_IBRS 0x00000001 macro
|