Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dmsr.h114 static inline unsigned long long native_read_msr(unsigned int msr) in native_read_msr() function
247 u64 __val = native_read_msr((msr)); \
258 ((val) = native_read_msr((msr)))
/linux-6.1.9/arch/x86/kernel/
Dparavirt.c277 .cpu.read_msr = native_read_msr,
/linux-6.1.9/arch/x86/xen/
Dpmu.c326 : native_read_msr(msr); in pmu_msr_read()
Denlighten_pv.c941 val = native_read_msr(msr); in xen_do_read_msr()