Lines Matching refs:msrs

1827 		return vmx_get_vmx_msr(&vmx->nested.msrs, msr_info->index,  in vmx_get_msr()
4054 vmx->nested.msrs.secondary_ctls_high |= in vmx_compute_secondary_exec_control()
4057 vmx->nested.msrs.secondary_ctls_high &= in vmx_compute_secondary_exec_control()
4069 vmx->nested.msrs.secondary_ctls_high |= in vmx_compute_secondary_exec_control()
4072 vmx->nested.msrs.secondary_ctls_high &= in vmx_compute_secondary_exec_control()
4090 vmx->nested.msrs.secondary_ctls_high |= in vmx_compute_secondary_exec_control()
4093 vmx->nested.msrs.secondary_ctls_high &= in vmx_compute_secondary_exec_control()
4105 vmx->nested.msrs.secondary_ctls_high |= in vmx_compute_secondary_exec_control()
4108 vmx->nested.msrs.secondary_ctls_high &= in vmx_compute_secondary_exec_control()
4120 vmx->nested.msrs.secondary_ctls_high |= in vmx_compute_secondary_exec_control()
4123 vmx->nested.msrs.secondary_ctls_high &= in vmx_compute_secondary_exec_control()
4137 vmx->nested.msrs.secondary_ctls_high |= in vmx_compute_secondary_exec_control()
4140 vmx->nested.msrs.secondary_ctls_high &= in vmx_compute_secondary_exec_control()
6426 struct perf_guest_switch_msr *msrs; in atomic_switch_perf_msrs() local
6428 msrs = perf_guest_get_msrs(&nr_msrs); in atomic_switch_perf_msrs()
6430 if (!msrs) in atomic_switch_perf_msrs()
6434 if (msrs[i].host == msrs[i].guest) in atomic_switch_perf_msrs()
6435 clear_atomic_switch_msr(vmx, msrs[i].msr); in atomic_switch_perf_msrs()
6437 add_atomic_switch_msr(vmx, msrs[i].msr, msrs[i].guest, in atomic_switch_perf_msrs()
6438 msrs[i].host, false); in atomic_switch_perf_msrs()
6795 nested_vmx_setup_ctls_msrs(&vmx->nested.msrs, in vmx_create_vcpu()
6799 memset(&vmx->nested.msrs, 0, sizeof(vmx->nested.msrs)); in vmx_create_vcpu()
6969 vmx->nested.msrs.cr0_fixed1 = 0xffffffff; in nested_vmx_cr_fixed1_bits_update()
6970 vmx->nested.msrs.cr4_fixed1 = X86_CR4_PCE; in nested_vmx_cr_fixed1_bits_update()
6974 vmx->nested.msrs.cr4_fixed1 |= (_cr4_mask); \ in nested_vmx_cr_fixed1_bits_update()
7011 vmx->nested.msrs.entry_ctls_high |= VM_ENTRY_LOAD_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
7012 vmx->nested.msrs.exit_ctls_high |= VM_EXIT_CLEAR_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
7014 vmx->nested.msrs.entry_ctls_high &= ~VM_ENTRY_LOAD_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
7015 vmx->nested.msrs.exit_ctls_high &= ~VM_EXIT_CLEAR_BNDCFGS; in nested_vmx_entry_exit_ctls_update()