Searched refs:CR0_PE (Results 1 – 8 of 8) sorted by relevance
117 orl $CR0_PE|CR0_PG,%eax /* enable paging */171 orl $CR0_PE, %eax
117 movl $CR0_PE, %eax
66 movl $CR0_PE, %eax
122 movl $CR0_PE, %eax
41 #define CR0_PE 0x00000001 /* Protected mode Enable */ macro
938 cr0_ones_mask &= ~(CR0_PG | CR0_PE); in vmx_modinit()1932 } else if (vmcs_read(VMCS_GUEST_CR0) & CR0_PE) { in vmx_cpu_mode()
674 } else if (state->cr0 & CR0_PE) { in svm_vcpu_mode()
2080 if (!(regval & CR0_PE)) in vm_inject_exception()