Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dparavirt.c134 .cpu.write_msr_safe = native_write_msr_safe,
/linux-6.15/arch/x86/include/asm/
H A Dparavirt_types.h102 int (*write_msr_safe)(unsigned int msr, unsigned low, unsigned high); member
H A Dparavirt.h197 return PVOP_CALL3(int, cpu.write_msr_safe, msr, low, high); in paravirt_write_msr_safe()
/linux-6.15/arch/x86/xen/
H A Denlighten_pv.c1237 .write_msr_safe = xen_write_msr_safe,