Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/x86/realmode/rm/
H A Dwakeup_asm.S53 orb $X86_CR0_PE, %al
63 andb $~X86_CR0_PE, %al
H A Dtrampoline_64.S73 movl $X86_CR0_PE, %eax # protected mode (PE) bit
152 movl $(X86_CR0_PG | X86_CR0_WP | X86_CR0_PE), %eax
/OK3568_Linux_fs/kernel/arch/x86/platform/pvh/
H A Dhead.S88 mov $(X86_CR0_PG | X86_CR0_PE), %eax
129 or $(X86_CR0_PG | X86_CR0_PE), %eax
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h52 #define X86_CR0_PE _BITUL(X86_CR0_PE_BIT) macro
162 #define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | \
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbios_asm.S67 andl $~X86_CR0_PE, %eax
115 orl $X86_CR0_PE, %eax
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h29 #define X86_CR0_PE 0x00000001 /* Protection Enable */ macro
/OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/
H A Dcall64.S71 movl $(X86_CR0_PG | X86_CR0_PE), %eax
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dwakeup.S51 andl $~X86_CR0_PE, %eax
H A Dstart16.S45 orl $X86_CR0_PE, %eax
H A Dsipi_vector.S56 orl $(X86_CR0_NW | X86_CR0_CD | X86_CR0_PE), %eax
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dhead_64.S281 movl $(X86_CR0_PG | X86_CR0_PE), %eax /* Enable Paging and Protected mode */
652 movl $(X86_CR0_PG | X86_CR0_PE), %eax
849 movl $(X86_CR0_PG | X86_CR0_PE), %ecx /* Enable Paging and Protected mode */
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dpmjump.S38 orb $X86_CR0_PE, %dl # Protected mode
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.h265 fixed0 &= ~(X86_CR0_PE | X86_CR0_PG); in nested_guest_cr0_valid()
H A Dvmx.c139 X86_CR0_WP | X86_CR0_PG | X86_CR0_PE)
3111 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()
3114 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()
H A Dnested.c2811 bool prot_mode = !urg || vmcs12->guest_cr0 & X86_CR0_PE; in nested_check_vm_entry_controls()
6606 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in nested_vmx_setup_ctls_msrs()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Drelocate_kernel_64.S131 orl $(X86_CR0_PG | X86_CR0_PE), %eax
H A Drelocate_kernel_32.S118 orl $(X86_CR0_PE), %eax
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h380 #define X86_CR0_PE (1UL<<0) /* Protection Enable */ macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.h82 return kvm_read_cr0_bits(vcpu, X86_CR0_PE); in is_protmode()
H A Dpmu.c379 (kvm_read_cr0(vcpu) & X86_CR0_PE)) in kvm_pmu_rdpmc()
H A Demulate.c824 if (!(ctxt->ops->get_cr(ctxt, 0) & X86_CR0_PE)) { in emulator_recalc_and_set_mode()
2713 if (cr0 & X86_CR0_PE) in em_rsm()
2714 ctxt->ops->set_cr(ctxt, 0, cr0 & ~(X86_CR0_PG | X86_CR0_PE)); in em_rsm()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dnested.c277 !(vmcb12->save.cr0 & X86_CR0_PE) || in nested_vmcb_check_save()
704 svm_set_cr0(&svm->vcpu, hsave->save.cr0 | X86_CR0_PE); in nested_svm_vmexit()
H A Dsvm.c3902 if (cr0 & X86_CR0_PE) in svm_check_intercept()
3903 val |= X86_CR0_PE; in svm_check_intercept()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c564 sregs.cr0 = X86_CR0_PE | X86_CR0_NE | X86_CR0_PG; in vcpu_setup()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h93 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \

12