Home
last modified time | relevance | path

Searched refs:native_read_msr (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmsr.h104 static inline u64 native_read_msr(u32 msr) in native_read_msr() function
184 u64 __val = native_read_msr((msr)); \
195 ((val) = native_read_msr((msr)))
/linux/arch/x86/kernel/
H A Dparavirt.c113 .cpu.read_msr = native_read_msr,
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c116 return native_read_msr(reg); in hv_para_get_synic_register()
/linux/arch/x86/hyperv/
H A Divm.c331 vmsa->efer = native_read_msr(MSR_EFER); in hv_snp_boot_ap()
/linux/arch/x86/xen/
H A Denlighten_pv.c1098 val = native_read_msr(msr); in xen_do_read_msr()