Home
last modified time | relevance | path

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

/linux/arch/x86/realmode/rm/
H A Dwakeup_asm.S53 orb $X86_CR0_PE, %al
63 andb $~X86_CR0_PE, %al
/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h52 #define X86_CR0_PE _BITUL(X86_CR0_PE_BIT) macro
177 #define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | \
/linux/arch/x86/platform/pvh/
H A Dhead.S162 mov $(X86_CR0_PG | X86_CR0_PE), %eax
201 or $(X86_CR0_PG | X86_CR0_PE), %eax
/linux/arch/x86/boot/
H A Dpmjump.S38 orb $X86_CR0_PE, %dl # Protected mode
/linux/arch/x86/boot/compressed/
H A Dmem_encrypt.S282 movl $(X86_CR0_PG | X86_CR0_PE), %ecx /* Enable Paging and Protected mode */
/linux/arch/x86/kvm/vmx/
H A Dnested.h272 fixed0 &= ~(X86_CR0_PE | X86_CR0_PG); in nested_guest_cr0_valid()
H A Dnested.c2938 bool prot_mode = !urg || vmcs12->guest_cr0 & X86_CR0_PE; in nested_check_vm_entry_controls()
3166 if (CC((vmcs12->guest_cr0 & (X86_CR0_PG | X86_CR0_PE)) == X86_CR0_PG)) in nested_vmx_check_guest_state()
7198 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in nested_vmx_setup_cr_fixed()
H A Dvmx.c153 (KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST | X86_CR0_PG | X86_CR0_PE)
3322 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()
3325 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()
/linux/arch/x86/kernel/
H A Drelocate_kernel_32.S118 orl $(X86_CR0_PE), %eax
H A Drelocate_kernel_64.S138 orl $(X86_CR0_PG | X86_CR0_PE), %eax
/linux/arch/x86/include/asm/
H A Dkvm_host.h129 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \
/linux/arch/x86/kvm/svm/
H A Dsvm.c4594 if (cr0 & X86_CR0_PE) in svm_check_intercept()
4595 val |= X86_CR0_PE; in svm_check_intercept()
/linux/arch/x86/kvm/
H A Dx86.c1080 if ((cr0 & X86_CR0_PG) && !(cr0 & X86_CR0_PE)) in kvm_is_valid_cr0()