Searched refs:wrmsr_safe (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmsr.h167 static inline int wrmsr_safe(unsigned msr, unsigned low, unsigned high) function
252 #define checking_wrmsrl(msr, val) wrmsr_safe((msr), (u32)(val), \
299 return wrmsr_safe(msr_no, l, h);
H A Dparavirt.h166 #define wrmsr_safe(msr, a, b) paravirt_write_msr(msr, a, b) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dmsr-smp.c127 rv->err = wrmsr_safe(rv->msr_no, rv->reg.l, rv->reg.h);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c368 if (wrmsr_safe(perfctr_msr, 0, 0) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c377 if (wrmsr_safe(msr, a, b) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dprocessor_throttling.c707 wrmsr_safe(MSR_IA32_THERM_CONTROL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Denlighten.c1253 wrmsr_safe(msr, (u32)pfn, (u32)(pfn >> 32));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dvmx.c2639 if (wrmsr_safe(index, data_low, data_high) < 0)

Completed in 145 milliseconds