Searched refs:MSR_IA32_MISC_ENABLE (Results 1 – 11 of 11) sorted by relevance
| /arch/x86/kernel/acpi/ |
| A D | sleep.c | 99 if (!rdmsr_safe(MSR_IA32_MISC_ENABLE, in x86_acpi_suspend_lowlevel() 102 !wrmsr_safe(MSR_IA32_MISC_ENABLE, in x86_acpi_suspend_lowlevel()
|
| /arch/x86/kernel/cpu/ |
| A D | intel.c | 198 if (msr_clear_bit(MSR_IA32_MISC_ENABLE, MSR_IA32_MISC_ENABLE_LIMIT_CPUID_BIT) > 0) in intel_unlock_cpuid_leafs() 304 rdmsrq(MSR_IA32_MISC_ENABLE, misc_enable); in early_init_intel() 435 if (msr_set_bit(MSR_IA32_MISC_ENABLE, in intel_workarounds() 557 rdmsr(MSR_IA32_MISC_ENABLE, l1, l2); in init_intel()
|
| A D | aperfmperf.c | 103 err = rdmsrq_safe(MSR_IA32_MISC_ENABLE, &misc_en); in turbo_disabled()
|
| /arch/x86/power/ |
| A D | cpu.c | 129 ctxt->misc_enable_saved = !rdmsrq_safe(MSR_IA32_MISC_ENABLE, in __save_processor_state() 202 wrmsrq(MSR_IA32_MISC_ENABLE, ctxt->misc_enable); in __restore_processor_state()
|
| /arch/x86/realmode/rm/ |
| A D | wakeup_asm.S | 103 movl $MSR_IA32_MISC_ENABLE, %ecx
|
| /arch/x86/kernel/ |
| A D | verify_cpu.S | 97 movl $MSR_IA32_MISC_ENABLE, %ecx
|
| /arch/x86/include/asm/ |
| A D | msr-index.h | 954 #define MSR_IA32_MISC_ENABLE 0x000001a0 macro
|
| /arch/x86/kernel/cpu/mce/ |
| A D | core.c | 891 u64 misc_enable = mce_rdmsrq(MSR_IA32_MISC_ENABLE); in quirk_skylake_repmov() 913 mce_wrmsrq(MSR_IA32_MISC_ENABLE, misc_enable); in quirk_skylake_repmov()
|
| /arch/x86/events/intel/ |
| A D | p4.c | 1376 rdmsr(MSR_IA32_MISC_ENABLE, low, high); in p4_pmu_init()
|
| /arch/x86/kvm/vmx/ |
| A D | tdx.c | 2178 case MSR_IA32_MISC_ENABLE: in tdx_has_emulated_msr()
|
| /arch/x86/kvm/ |
| A D | x86.c | 407 MSR_IA32_MISC_ENABLE, 3921 case MSR_IA32_MISC_ENABLE: { in kvm_set_msr_common() 4332 case MSR_IA32_MISC_ENABLE: in kvm_get_msr_common()
|
Completed in 57 milliseconds