• Home
  • Raw
  • Download

Lines Matching refs:msrs

1827 		return vmx_get_vmx_msr(&vmx->nested.msrs, msr_info->index,  in vmx_get_msr()
4058 vmx->nested.msrs.secondary_ctls_high |= in vmx_compute_secondary_exec_control()
4061 vmx->nested.msrs.secondary_ctls_high &= in vmx_compute_secondary_exec_control()
4073 vmx->nested.msrs.secondary_ctls_high |= in vmx_compute_secondary_exec_control()
4076 vmx->nested.msrs.secondary_ctls_high &= in vmx_compute_secondary_exec_control()
4094 vmx->nested.msrs.secondary_ctls_high |= in vmx_compute_secondary_exec_control()
4097 vmx->nested.msrs.secondary_ctls_high &= in vmx_compute_secondary_exec_control()
4109 vmx->nested.msrs.secondary_ctls_high |= in vmx_compute_secondary_exec_control()
4112 vmx->nested.msrs.secondary_ctls_high &= in vmx_compute_secondary_exec_control()
4124 vmx->nested.msrs.secondary_ctls_high |= in vmx_compute_secondary_exec_control()
4127 vmx->nested.msrs.secondary_ctls_high &= in vmx_compute_secondary_exec_control()
4141 vmx->nested.msrs.secondary_ctls_high |= in vmx_compute_secondary_exec_control()
4144 vmx->nested.msrs.secondary_ctls_high &= in vmx_compute_secondary_exec_control()
6430 struct perf_guest_switch_msr *msrs; in atomic_switch_perf_msrs() local
6432 msrs = perf_guest_get_msrs(&nr_msrs); in atomic_switch_perf_msrs()
6434 if (!msrs) in atomic_switch_perf_msrs()
6438 if (msrs[i].host == msrs[i].guest) in atomic_switch_perf_msrs()
6439 clear_atomic_switch_msr(vmx, msrs[i].msr); in atomic_switch_perf_msrs()
6441 add_atomic_switch_msr(vmx, msrs[i].msr, msrs[i].guest, in atomic_switch_perf_msrs()
6442 msrs[i].host, false); in atomic_switch_perf_msrs()
6799 nested_vmx_setup_ctls_msrs(&vmx->nested.msrs, in vmx_create_vcpu()
6803 memset(&vmx->nested.msrs, 0, sizeof(vmx->nested.msrs)); in vmx_create_vcpu()
6973 vmx->nested.msrs.cr0_fixed1 = 0xffffffff; in nested_vmx_cr_fixed1_bits_update()
6974 vmx->nested.msrs.cr4_fixed1 = X86_CR4_PCE; in nested_vmx_cr_fixed1_bits_update()
6978 vmx->nested.msrs.cr4_fixed1 |= (_cr4_mask); \ in nested_vmx_cr_fixed1_bits_update()
7015 vmx->nested.msrs.entry_ctls_high |= VM_ENTRY_LOAD_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
7016 vmx->nested.msrs.exit_ctls_high |= VM_EXIT_CLEAR_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
7018 vmx->nested.msrs.entry_ctls_high &= ~VM_ENTRY_LOAD_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
7019 vmx->nested.msrs.exit_ctls_high &= ~VM_EXIT_CLEAR_BNDCFGS; in nested_vmx_entry_exit_ctls_update()