Home
last modified time | relevance | path

Searched refs:X86_CR0_NE (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h62 #define X86_CR0_NE _BITUL(X86_CR0_NE_BIT) macro
171 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h34 #define X86_CR0_NE 0x00000020 /* Numeric Error */ macro
/openbmc/u-boot/arch/x86/cpu/
H A Dsipi_vector.S53 andl $(~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_NE | \
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dcpu.c315 const u32 mp_ne_set = X86_CR0_MP | X86_CR0_NE; in x86_cpu_init_f()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1230 #define X86_CR0_NE (1UL<<5) /* Numeric Error */ macro
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c539 sregs.cr0 = X86_CR0_PE | X86_CR0_NE | X86_CR0_PG; in vcpu_setup()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h119 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c7033 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in nested_vmx_setup_cr_fixed()
H A Dvmx.c146 #define KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST X86_CR0_NE