Searched refs:X86_CR0_PE (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/arch/x86/realmode/rm/ |
D | wakeup_asm.S | 52 orb $X86_CR0_PE, %al 62 andb $~X86_CR0_PE, %al
|
/linux-4.1.27/arch/x86/boot/ |
D | pmjump.S | 40 orb $X86_CR0_PE, %dl # Protected mode
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | processor-flags.h | 53 #define X86_CR0_PE _BITUL(X86_CR0_PE_BIT) macro
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.h | 38 return kvm_read_cr0_bits(vcpu, X86_CR0_PE); in is_protmode()
|
D | vmx.c | 111 (KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST | X86_CR0_PG | X86_CR0_PE) 2605 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in vmx_get_vmx_msr() 3576 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0() 3579 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0() 5241 always_on &= ~(X86_CR0_PE | X86_CR0_PG); in nested_cr0_valid() 6606 !kvm_read_cr0_bits(vcpu, X86_CR0_PE) || in handle_vmon() 7200 if (!kvm_read_cr0_bits(vcpu, X86_CR0_PE)) { in handle_invept()
|
D | svm.c | 2404 svm_set_cr0(&svm->vcpu, hsave->save.cr0 | X86_CR0_PE); in nested_svm_vmexit() 4260 if (cr0 & X86_CR0_PE) in svm_check_intercept() 4261 val |= X86_CR0_PE; in svm_check_intercept()
|
D | emulate.c | 3589 if (((new_val & X86_CR0_PG) && !(new_val & X86_CR0_PE)) || in check_cr_write()
|
D | x86.c | 590 if ((cr0 & X86_CR0_PG) && !(cr0 & X86_CR0_PE)) in kvm_set_cr0()
|
/linux-4.1.27/arch/x86/kernel/ |
D | relocate_kernel_64.S | 119 orl $(X86_CR0_PG | X86_CR0_PE), %eax
|
D | relocate_kernel_32.S | 116 orl $(X86_CR0_PE), %eax
|
D | head_64.S | 215 #define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | \
|
D | head_32.S | 321 #define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | \
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | head_64.S | 193 movl $(X86_CR0_PG | X86_CR0_PE), %eax /* Enable Paging and Protected mode */
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_host.h | 47 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \
|