Searched refs:misc_ctl2 (Results 1 – 7 of 7) sorted by relevance
83 svm->vmcb->control.misc_ctl2 &= ~SVM_MISC2_ENABLE_V_VMLOAD_VMSAVE; in l1_guest_code()94 svm->vmcb->control.misc_ctl2 |= SVM_MISC2_ENABLE_V_VMLOAD_VMSAVE; in l1_guest_code()113 svm->vmcb->control.misc_ctl2 &= ~SVM_MISC2_ENABLE_V_VMLOAD_VMSAVE; in l1_guest_code()122 svm->vmcb->control.misc_ctl2 |= SVM_MISC2_ENABLE_V_VMLOAD_VMSAVE; in l1_guest_code()
72 vmcb->control.misc_ctl2 = SVM_MISC2_ENABLE_V_LBR; in l1_guest_code()74 vmcb->control.misc_ctl2 &= ~SVM_MISC2_ENABLE_V_LBR; in l1_guest_code()
135 if (!(svm->nested.ctl.misc_ctl2 & SVM_MISC2_ENABLE_V_VMLOAD_VMSAVE)) in nested_vmcb_needs_vls_intercept()198 WARN_ON_ONCE(!(vmcb02->control.misc_ctl2 & SVM_MISC2_ENABLE_V_VMLOAD_VMSAVE)); in nested_vmcb02_recalc_intercepts()553 to->misc_ctl2 = from->misc_ctl2; in __nested_copy_vmcb_control_to_cache()741 (to_svm(vcpu)->nested.ctl.misc_ctl2 & SVM_MISC2_ENABLE_V_LBR); in nested_vmcb12_has_lbrv()990 vmcb02->control.misc_ctl2 |= SVM_MISC2_ENABLE_V_VMLOAD_VMSAVE; in nested_vmcb02_prepare_control()1874 dst->misc_ctl2 = from->misc_ctl2; in nested_copy_vmcb_cache_to_control()
736 bool intercept = !(svm->vmcb->control.misc_ctl2 & SVM_MISC2_ENABLE_V_LBR); in svm_recalc_lbr_msr_intercepts()869 to_svm(vcpu)->vmcb->control.misc_ctl2 |= SVM_MISC2_ENABLE_V_LBR; in __svm_enable_lbrv()881 to_svm(vcpu)->vmcb->control.misc_ctl2 &= ~SVM_MISC2_ENABLE_V_LBR; in __svm_disable_lbrv()887 bool current_enable_lbrv = svm->vmcb->control.misc_ctl2 & SVM_MISC2_ENABLE_V_LBR; in svm_update_lbrv()890 (svm->nested.ctl.misc_ctl2 & SVM_MISC2_ENABLE_V_LBR)); in svm_update_lbrv()1264 svm->vmcb->control.misc_ctl2 |= SVM_MISC2_ENABLE_V_VMLOAD_VMSAVE; in init_vmcb()3468 pr_err("%-20s%lld\n", "misc_ctl2:", control->misc_ctl2); in dump_vmcb()4558 if (!(svm->vmcb->control.misc_ctl2 & SVM_MISC2_ENABLE_V_LBR) && in svm_vcpu_run()4595 if (!(svm->vmcb->control.misc_ctl2 & SVM_MISC2_ENABLE_V_LBR) && in svm_vcpu_run()
203 u64 misc_ctl2; member
42 unsigned int misc_ctl2; member
2501 value = padctl_readl(padctl, lane->soc->regs.misc_ctl2); in tegra210_uphy_lane_iddq_enable()2512 padctl_writel(padctl, value, lane->soc->regs.misc_ctl2); in tegra210_uphy_lane_iddq_enable()2520 value = padctl_readl(padctl, lane->soc->regs.misc_ctl2); in tegra210_uphy_lane_iddq_disable()2531 padctl_writel(padctl, value, lane->soc->regs.misc_ctl2); in tegra210_uphy_lane_iddq_disable()2542 .regs.misc_ctl2 = _misc, \