Home
last modified time | relevance | path

Searched refs:rdmsr_safe (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/arch/x86/kernel/acpi/
Dsleep.c77 if (rdmsr_safe(MSR_EFER, &header->pmode_efer_low, in acpi_suspend_lowlevel()
85 if (!rdmsr_safe(MSR_IA32_MISC_ENABLE, in acpi_suspend_lowlevel()
/linux-3.4.99/arch/x86/include/asm/
Dmsr.h180 #define rdmsr_safe(msr, p1, p2) \ macro
302 return rdmsr_safe(msr_no, l, h); in rdmsr_safe_on_cpu()
Dparavirt.h170 #define rdmsr_safe(msr, a, b) \ macro
/linux-3.4.99/arch/x86/lib/
Dmsr-smp.c120 rv->err = rdmsr_safe(rv->msr_no, &rv->reg.l, &rv->reg.h); in __rdmsr_safe_on_cpu()
/linux-3.4.99/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c215 if (rdmsr_safe(address, &low, &high)) in mce_amd_feature_init()
281 if (rdmsr_safe(address, &low, &high)) in amd_threshold_interrupt()
/linux-3.4.99/arch/x86/kernel/cpu/
Damd.c714 rdmsr_safe(MSR_AMD64_PATCH_LEVEL, &c->microcode, &dummy); in init_amd()
/linux-3.4.99/arch/x86/kernel/
Dtsc.c808 rdmsr_safe(MSR_GEODE_BUSCONT_CONF0, &res_low, &res_high); in check_system_tsc_reliable()
/linux-3.4.99/arch/x86/pci/
Dmmconfig-shared.c181 if (rdmsr_safe(address, &low, &high)) in pci_mmcfg_amd_fam10h()
/linux-3.4.99/arch/x86/kernel/cpu/mtrr/
Dcleanup.c833 if (rdmsr_safe(MSR_K8_SYSCFG, &l, &h) < 0) in amd_special_default_mtrr()
/linux-3.4.99/drivers/acpi/
Dprocessor_throttling.c732 rdmsr_safe(MSR_IA32_THERM_CONTROL, in acpi_throttling_rdmsr()
/linux-3.4.99/arch/x86/kvm/
Dx86.c3455 if (rdmsr_safe(msrs_to_save[i], &dummy[0], &dummy[1]) < 0) in kvm_init_msr_list()
Dvmx.c3789 if (rdmsr_safe(index, &data_low, &data_high) < 0) in vmx_vcpu_setup()