Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Drealmode.c118 if ( curr->arch.hvm_vcpu.guest_cr[0] & X86_CR0_PE ) in vmx_realmode_emulate_one()
132 else if ( curr->arch.hvm_vcpu.guest_cr[0] & X86_CR0_PE ) in vmx_realmode_emulate_one()
171 if ( !(curr->arch.hvm_vcpu.guest_cr[0] & X86_CR0_PE) && in vmx_realmode()
A Dvvmx.c390 if ( !(v->arch.hvm_vcpu.guest_cr[0] & X86_CR0_PE) || in vmx_inst_check_privilege()
2129 data = X86_CR0_PE | X86_CR0_PG; in nvmx_msr_read_intercept()
2549 old_val &= X86_CR0_PE|X86_CR0_MP|X86_CR0_EM|X86_CR0_TS; in nvmx_n2_vmexit_handler()
2551 (X86_CR0_PE|X86_CR0_MP|X86_CR0_EM|X86_CR0_TS); in nvmx_n2_vmexit_handler()
A Dvmx.c675 if ( unlikely(!(v->arch.hvm_vcpu.guest_cr[0] & X86_CR0_PE)) ) in vmx_guest_x86_mode()
1551 hw_cr0_mask |= X86_CR0_PG | X86_CR0_PE; in vmx_update_guest_cr()
1589 realmode = !(v->arch.hvm_vcpu.guest_cr[0] & X86_CR0_PE); in vmx_update_guest_cr()
2670 (X86_CR0_PE|X86_CR0_MP|X86_CR0_EM|X86_CR0_TS)); in vmx_cr_access()
A Dvmcs.c1232 v->arch.hvm_vcpu.guest_cr[0] = X86_CR0_PE | X86_CR0_ET; in construct_vmcs()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dx86-defns.h33 #define X86_CR0_PE 0x00000001 /* Enable Protected Mode (RW) */ macro
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dkexec_reloc.S58 orl $(X86_CR0_PG | X86_CR0_PE), %eax
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvmdebug.c145 if ( !(cr0 & X86_CR0_PE) ) in svm_vmcb_isvalid()
A Dvmcb.c172 v->arch.hvm_vcpu.guest_cr[0] = X86_CR0_PE | X86_CR0_ET; in construct_vmcb()
A Dnestedsvm.c297 v->arch.hvm_vcpu.guest_cr[0] = n1vmcb->_cr0 | X86_CR0_PE; in nsvm_vcpu_hostrestore()
299 rc = hvm_set_cr0(n1vmcb->_cr0 | X86_CR0_PE, 1); in nsvm_vcpu_hostrestore()
A Dsvm.c527 if ( unlikely(!(v->arch.hvm_vcpu.guest_cr[0] & X86_CR0_PE)) ) in svm_guest_x86_mode()
1252 if ( !(vmcb_get_cr0(vmcb) & X86_CR0_PE) ) in svm_emul_swint_injection()
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dtrampoline.S145 X86_CR0_ET | X86_CR0_MP | X86_CR0_PE), %eax
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/
A Dfuzz-emul.c784 c->cr[0] |= X86_CR0_PE; in sanitize_input()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dvpmu.c305 if ( !(sampled->arch.hvm_vcpu.guest_cr[0] & X86_CR0_PE) ) in vpmu_do_interrupt()
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_x86.c51 #define X86_CR0_PE 0x01 macro
1004 bsp_ctx.cpu.cr0 = X86_CR0_PE | X86_CR0_ET; in vcpu_hvm()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddom0_build.c577 .cpu_regs.x86_32.cr0 = X86_CR0_PE | X86_CR0_ET, in pvh_setup_cpus()
A Dhvm.c925 (X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | \
993 ((ctxt.cr0 & (X86_CR0_PE|X86_CR0_PG)) == X86_CR0_PG) ) in hvm_load_cpu_ctxt()
2209 (value & (X86_CR0_PE | X86_CR0_PG)) == X86_CR0_PG ) in hvm_set_cr0()
2461 if ( !(curr->arch.hvm_vcpu.guest_cr[0] & X86_CR0_PE) || in hvm_virtual_to_linear_addr()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1059 ASSERT((cr0 & X86_CR0_PE) && !(ctxt->regs->eflags & X86_EFLAGS_VM)); in _get_fpu()
1541 return (!rc && !(cr0 & X86_CR0_PE)); in in_realmode()

Completed in 64 milliseconds