Searched refs:CR0_PE (Results 1 – 13 of 13) sorted by relevance
131 { "PE", CR0_PE, CR0_PE }, in mdb_x86_print_sysregs()
52 #define CR0_PE 0x00000001 /* protection enabled */ macro
59 #define CR0_PE 0x00000001 /* protection enabled */ macro
90 orl $(CR0_PE|CR0_WP|CR0_AM), %eax
224 D16 orl $_CONST(CR0_PE|CR0_WP|CR0_AM), %eax
39 #define CR0_PE 0x00000001 /* Protected mode Enable */ macro
538 CR0_MP | CR0_PE, in test_setup_vcpu()
41 #define CR0_PE 0x00000001 /* Protected mode Enable */ macro
720 if ((mmu->vm_cr0 & CR0_PE) == 0) in vmm_vcpu_mmu_mode()
546 } else if (state->cr0 & CR0_PE) { in svm_vcpu_mode()871 if ((val & CR0_PG) != 0 && (val & CR0_PE) == 0) { in svm_handle_cr0_write()
665 cr0_ones_mask &= ~(CR0_PG | CR0_PE); in vmx_init()1795 } else if (vmcs_read(VMCS_GUEST_CR0) & CR0_PE) { in vmx_cpu_mode()
245 else if (regs[0] & CR0_PE) in guest_paging_info()
2842 if ((regval & CR0_PE) == 0) { in vm_inject_exception()