read_msr          321 arch/x86/kernel/paravirt.c 	.read_msr = native_read_msr_safe,
read_msr          562 arch/x86/kvm/vmx.c 	vmcs_writel(HOST_FS_BASE, read_msr(MSR_FS_BASE));
read_msr          563 arch/x86/kvm/vmx.c 	vmcs_writel(HOST_GS_BASE, read_msr(MSR_GS_BASE));
read_msr         1218 arch/x86/xen/enlighten.c 	.read_msr = native_read_msr_safe,
read_msr          144 include/asm-x86/paravirt.h 	u64 (*read_msr)(unsigned int msr, int *err);
read_msr          726 include/asm-x86/paravirt.h 	return PVOP_CALL2(u64, pv_cpu_ops.read_msr, msr, err);