Searched refs:guest_val (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | msrs_test.c | 288 static void host_test_msr(struct kvm_vcpu *vcpu, u64 guest_val) in host_test_msr() argument 298 TEST_ASSERT(val == guest_val, "Wanted 0x%lx from get_msr(0x%x), got 0x%lx", in host_test_msr() 299 guest_val, msr, val); in host_test_msr()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 1087 u64 guest_val, u64 host_val) in add_atomic_switch_msr_special() argument 1089 vmcs_write64(guest_val_vmcs, guest_val); in add_atomic_switch_msr_special() 1114 u64 guest_val, u64 host_val) in add_atomic_switch_msr() argument 1127 guest_val, host_val); in add_atomic_switch_msr() 1138 guest_val, host_val); in add_atomic_switch_msr() 1151 vmx_add_auto_msr(&m->guest, msr, guest_val, VM_ENTRY_MSR_LOAD_COUNT, kvm); in add_atomic_switch_msr()
|