Searched refs:vmx_add_auto_msr (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 1063 static void vmx_add_auto_msr(struct vmx_msrs *m, u32 msr, u64 value, in vmx_add_auto_msr() function 1118 vmx_add_auto_msr(&m->guest, msr, guest_val, VM_ENTRY_MSR_LOAD_COUNT, kvm); in add_atomic_switch_msr() 1119 vmx_add_auto_msr(&m->host, msr, host_val, VM_EXIT_MSR_LOAD_COUNT, kvm); in add_atomic_switch_msr() 1176 vmx_add_auto_msr(&vmx->msr_autostore, msr, 0, VM_EXIT_MSR_STORE_COUNT, in vmx_add_autostore_msr()
|