Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c197 .cpu.write_msr_safe = native_write_msr_safe,
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h112 int (*write_msr_safe)(unsigned int msr, unsigned low, unsigned high); member
H A Dparavirt.h207 return PVOP_CALL3(int, cpu.write_msr_safe, msr, low, high); in paravirt_write_msr_safe()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1158 .write_msr_safe = xen_write_msr_safe,