Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/realmode/rm/
Dwakeup_asm.S52 orb $X86_CR0_PE, %al
62 andb $~X86_CR0_PE, %al
/linux-4.4.14/arch/x86/boot/
Dpmjump.S40 orb $X86_CR0_PE, %dl # Protected mode
/linux-4.4.14/arch/x86/include/uapi/asm/
Dprocessor-flags.h51 #define X86_CR0_PE _BITUL(X86_CR0_PE_BIT) macro
/linux-4.4.14/arch/x86/kvm/
Dx86.h40 return kvm_read_cr0_bits(vcpu, X86_CR0_PE); in is_protmode()
Dvmx.c115 (KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST | X86_CR0_PG | X86_CR0_PE)
2744 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in vmx_get_vmx_msr()
3718 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()
3721 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()
5385 always_on &= ~(X86_CR0_PE | X86_CR0_PG); in nested_cr0_valid()
6746 !kvm_read_cr0_bits(vcpu, X86_CR0_PE) || in handle_vmon()
7337 if (!kvm_read_cr0_bits(vcpu, X86_CR0_PE)) { in handle_invept()
Dsvm.c2323 svm_set_cr0(&svm->vcpu, hsave->save.cr0 | X86_CR0_PE); in nested_svm_vmexit()
4179 if (cr0 & X86_CR0_PE) in svm_check_intercept()
4180 val |= X86_CR0_PE; in svm_check_intercept()
Demulate.c2509 if (cr0 & X86_CR0_PE) in em_rsm()
2510 ctxt->ops->set_cr(ctxt, 0, cr0 & ~(X86_CR0_PG | X86_CR0_PE)); in em_rsm()
3890 if (((new_val & X86_CR0_PG) && !(new_val & X86_CR0_PE)) || in check_cr_write()
Dx86.c600 if ((cr0 & X86_CR0_PG) && !(cr0 & X86_CR0_PE)) in kvm_set_cr0()
6264 cr0 = vcpu->arch.cr0 & ~(X86_CR0_PE | X86_CR0_EM | X86_CR0_TS | X86_CR0_PG); in process_smi()
/linux-4.4.14/arch/x86/kernel/
Drelocate_kernel_64.S119 orl $(X86_CR0_PG | X86_CR0_PE), %eax
Drelocate_kernel_32.S116 orl $(X86_CR0_PE), %eax
Dhead_64.S215 #define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | \
Dhead_32.S320 #define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | \
/linux-4.4.14/arch/x86/boot/compressed/
Dhead_64.S193 movl $(X86_CR0_PG | X86_CR0_PE), %eax /* Enable Paging and Protected mode */
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h49 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \