Home
last modified time | relevance | path

Searched refs:X86_CR0_PE (Results 1 – 19 of 19) sorted by relevance

/xen/xen/arch/x86/hvm/vmx/
A Drealmode.c115 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()
A Dvvmx.c2315 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()
A Dvmx.c598 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()
A Dvmcs.c1294 v->arch.hvm.guest_cr[0] = X86_CR0_PE | X86_CR0_ET; in construct_vmcs()
/xen/xen/arch/x86/boot/
A Dtrampoline.S56 mov $X86_CR0_PE, %ebx # EBX != 0 indicates we are an AP
107 X86_CR0_ET | X86_CR0_MP | X86_CR0_PE), %eax
235 mov $X86_CR0_PE, %eax
A Dwakeup.S54 mov $X86_CR0_PE, %eax
/xen/xen/include/asm-x86/
A Dx86-defns.h33 #define X86_CR0_PE 0x00000001 /* Enable Protected Mode (RW) */ macro
/xen/xen/arch/x86/x86_64/
A Dkexec_reloc.S58 orl $(X86_CR0_PG | X86_CR0_PE), %eax
/xen/xen/arch/x86/hvm/svm/
A Dsvmdebug.c155 if ( !(cr0 & X86_CR0_PE) ) in svm_vmcb_isvalid()
A Dvmcb.c133 v->arch.hvm.guest_cr[0] = X86_CR0_PE | X86_CR0_ET; in construct_vmcb()
A Dnestedsvm.c297 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()
A Dsvm.c462 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()
/xen/tools/fuzz/x86_instruction_emulator/
A Dfuzz-emul.c842 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()
/xen/xen/arch/x86/cpu/
A Dvpmu.c291 if ( !(sampled->arch.hvm.guest_cr[0] & X86_CR0_PE) ) in vpmu_do_interrupt()
/xen/xen/arch/x86/efi/
A Defi-boot.h244 write_cr0(X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | in efi_arch_post_exit_boot()
/xen/tools/libxc/
A Dxc_dom_x86.c53 #define X86_CR0_PE 0x01 macro
1071 bsp_ctx.cpu.cr0 = X86_CR0_PE | X86_CR0_ET; in vcpu_hvm()
/xen/xen/arch/x86/hvm/
A Ddom0_build.c682 .cpu_regs.x86_32.cr0 = X86_CR0_PE | X86_CR0_ET, in pvh_setup_cpus()
A Dhvm.c969 (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()
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1453 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 64 milliseconds