Lines Matching refs:vm86_active
887 if (to_vmx(vcpu)->rmode.vm86_active)
1507 if (vmx->rmode.vm86_active) {
1536 if (vmx->rmode.vm86_active) {
1760 if (vmx->rmode.vm86_active) {
2821 vmx->rmode.vm86_active = 0;
2890 vmx->rmode.vm86_active = 1;
3088 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE))
3091 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE))
3241 else if (vmx->rmode.vm86_active)
3293 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) {
3328 if (to_vmx(vcpu)->rmode.vm86_active) {
3339 if (unlikely(vmx->rmode.vm86_active))
3371 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) {
4515 vmx->rmode.vm86_active = 0;
4631 if (vmx->rmode.vm86_active) {
4670 if (vmx->rmode.vm86_active) {
4911 if (!vmx->rmode.vm86_active && is_gp_fault(intr_info)) {
4959 if (vmx->rmode.vm86_active && rmode_exception(vcpu, ex_no))
5558 if (vmx->emulation_required && !vmx->rmode.vm86_active &&