Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
A Dparavirt.c274 .cpu.write_msr_safe = native_write_msr_safe,
/linux-6.3-rc2/arch/x86/include/asm/
A Dparavirt_types.h119 int (*write_msr_safe)(unsigned int msr, unsigned low, unsigned high); member
A Dparavirt.h207 return PVOP_CALL3(int, cpu.write_msr_safe, msr, low, high); in paravirt_write_msr_safe()
/linux-6.3-rc2/arch/x86/xen/
A Denlighten_pv.c1078 .write_msr_safe = xen_write_msr_safe,

Completed in 11 milliseconds