Searched refs:X86_CR0_PE (Results 1 – 19 of 19) sorted by relevance
115 if ( curr->arch.hvm.guest_cr[0] & X86_CR0_PE ) in vmx_realmode_emulate_one()129 else if ( curr->arch.hvm.guest_cr[0] & X86_CR0_PE ) in vmx_realmode_emulate_one()168 if ( !(curr->arch.hvm.guest_cr[0] & X86_CR0_PE) && in vmx_realmode()
2315 data = X86_CR0_PE | X86_CR0_PG; in nvmx_msr_read_intercept()2738 old_val &= X86_CR0_PE|X86_CR0_MP|X86_CR0_EM|X86_CR0_TS; in nvmx_n2_vmexit_handler()2740 (X86_CR0_PE|X86_CR0_MP|X86_CR0_EM|X86_CR0_TS); in nvmx_n2_vmexit_handler()
598 if ( unlikely(!(v->arch.hvm.guest_cr[0] & X86_CR0_PE)) ) in vmx_guest_x86_mode()1399 hw_cr0_mask |= X86_CR0_PG | X86_CR0_PE; in vmx_update_guest_cr()1440 realmode = !(v->arch.hvm.guest_cr[0] & X86_CR0_PE); in vmx_update_guest_cr()2689 (X86_CR0_PE|X86_CR0_MP|X86_CR0_EM|X86_CR0_TS)); in vmx_cr_access()
1294 v->arch.hvm.guest_cr[0] = X86_CR0_PE | X86_CR0_ET; in construct_vmcs()
56 mov $X86_CR0_PE, %ebx # EBX != 0 indicates we are an AP107 X86_CR0_ET | X86_CR0_MP | X86_CR0_PE), %eax235 mov $X86_CR0_PE, %eax
54 mov $X86_CR0_PE, %eax
33 #define X86_CR0_PE 0x00000001 /* Enable Protected Mode (RW) */ macro
58 orl $(X86_CR0_PG | X86_CR0_PE), %eax
155 if ( !(cr0 & X86_CR0_PE) ) in svm_vmcb_isvalid()
133 v->arch.hvm.guest_cr[0] = X86_CR0_PE | X86_CR0_ET; in construct_vmcb()
297 v->arch.hvm.guest_cr[0] = n1vmcb->_cr0 | X86_CR0_PE; in nsvm_vcpu_hostrestore()299 rc = hvm_set_cr0(n1vmcb->_cr0 | X86_CR0_PE, true); in nsvm_vcpu_hostrestore()
462 if ( unlikely(!(v->arch.hvm.guest_cr[0] & X86_CR0_PE)) ) in svm_guest_x86_mode()1207 if ( !(vmcb_get_cr0(vmcb) & X86_CR0_PE) ) in svm_emul_swint_injection()
842 c->cr[0] |= X86_CR0_PE; in sanitize_input()870 if ( (c->cr[0] & X86_CR0_PG) && !(c->cr[0] & X86_CR0_PE) ) in check_state()
291 if ( !(sampled->arch.hvm.guest_cr[0] & X86_CR0_PE) ) in vpmu_do_interrupt()
244 write_cr0(X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | in efi_arch_post_exit_boot()
53 #define X86_CR0_PE 0x01 macro1071 bsp_ctx.cpu.cr0 = X86_CR0_PE | X86_CR0_ET; in vcpu_hvm()
682 .cpu_regs.x86_32.cr0 = X86_CR0_PE | X86_CR0_ET, in pvh_setup_cpus()
969 (X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | \1029 ((ctxt.cr0 & (X86_CR0_PE|X86_CR0_PG)) == X86_CR0_PG) ) in hvm_load_cpu_ctxt()2273 (value & (X86_CR0_PE | X86_CR0_PG)) == X86_CR0_PG ) in hvm_set_cr0()2533 if ( !(curr->arch.hvm.guest_cr[0] & X86_CR0_PE) ) in hvm_virtual_to_linear_addr()
1453 ASSERT((cr0 & X86_CR0_PE) && !(ctxt->regs->eflags & X86_EFLAGS_VM)); in _get_fpu()1912 return (!rc && !(cr0 & X86_CR0_PE)); in in_realmode()
Completed in 66 milliseconds