Searched refs:X86_CR0_PE (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/x86/realmode/rm/
H A Dwakeup_asm.S53 orb $X86_CR0_PE, %al
63 andb $~X86_CR0_PE, %al
/linux-master/arch/x86/platform/pvh/
H A Dhead.S89 mov $(X86_CR0_PG | X86_CR0_PE), %eax
120 or $(X86_CR0_PG | X86_CR0_PE), %eax
/linux-master/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-master/arch/x86/boot/
H A Dpmjump.S38 orb $X86_CR0_PE, %dl # Protected mode
/linux-master/arch/x86/kernel/
H A Drelocate_kernel_32.S118 orl $(X86_CR0_PE), %eax
H A Drelocate_kernel_64.S141 orl $(X86_CR0_PG | X86_CR0_PE), %eax
/linux-master/arch/x86/kvm/vmx/
H A Dnested.h266 fixed0 &= ~(X86_CR0_PE | X86_CR0_PG);
H A Dnested.c2871 bool prot_mode = !urg || vmcs12->guest_cr0 & X86_CR0_PE;
3088 if (CC((vmcs12->guest_cr0 & (X86_CR0_PG | X86_CR0_PE)) == X86_CR0_PG))
7022 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE)
H A Dvmx.c150 (KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST | X86_CR0_PG | X86_CR0_PE)
3285 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE))
3288 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE))
/linux-master/arch/x86/boot/compressed/
H A Dmem_encrypt.S282 movl $(X86_CR0_PG | X86_CR0_PE), %ecx /* Enable Paging and Protected mode */
/linux-master/arch/x86/kvm/
H A Dsmm.c318 cr0 = vcpu->arch.cr0 & ~(X86_CR0_PE | X86_CR0_EM | X86_CR0_TS | X86_CR0_PG);
608 if (cr0 & X86_CR0_PE)
609 kvm_set_cr0(vcpu, cr0 & ~(X86_CR0_PG | X86_CR0_PE));
H A Dx86.h140 return kvm_is_cr0_bit_set(vcpu, X86_CR0_PE);
H A Dpmu.c600 kvm_is_cr0_bit_set(vcpu, X86_CR0_PE))
H A Demulate.c790 if (!(ctxt->ops->get_cr(ctxt, 0) & X86_CR0_PE)) {
H A Dx86.c923 if ((cr0 & X86_CR0_PG) && !(cr0 & X86_CR0_PE))
/linux-master/arch/x86/kvm/svm/
H A Dnested.c304 CC(!(save->cr0 & X86_CR0_PE)) ||
1113 svm_set_cr0(vcpu, vmcb01->save.cr0 | X86_CR0_PE);
1726 !(save->cr0 & X86_CR0_PE) ||
H A Dsvm.c4475 if (cr0 & X86_CR0_PE)
4476 val |= X86_CR0_PE;
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c556 sregs.cr0 = X86_CR0_PE | X86_CR0_NE | X86_CR0_PG;
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1343 #define X86_CR0_PE (1UL<<0) /* Protection Enable */ macro
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h126 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \

Completed in 468 milliseconds