native_read_msr   268 arch/x86/include/asm/msr.h 	u64 __val = native_read_msr((msr));			\
native_read_msr   279 arch/x86/include/asm/msr.h 	((val) = native_read_msr((msr)))
native_read_msr   315 arch/x86/kernel/paravirt.c 	.cpu.read_msr		= native_read_msr,
native_read_msr  5822 arch/x86/kvm/svm.c 		svm->spec_ctrl = native_read_msr(MSR_IA32_SPEC_CTRL);
native_read_msr  6583 arch/x86/kvm/vmx/vmx.c 		vmx->spec_ctrl = native_read_msr(MSR_IA32_SPEC_CTRL);