Home
last modified time | relevance | path

Searched refs:X86_CR0_MP (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h54 #define X86_CR0_MP _BITUL(X86_CR0_MP_BIT) macro
170 #define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | \
/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h30 #define X86_CR0_MP 0x00000002 /* Monitor Coprocessor */ macro
/openbmc/u-boot/arch/x86/cpu/
H A Dsipi_vector.S54 X86_CR0_TS | X86_CR0_EM | X86_CR0_MP)), %eax
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h324 #define SVM_CR0_SELECTIVE_MASK (X86_CR0_TS | X86_CR0_MP)
H A Dprocessor.h1226 #define X86_CR0_MP (1UL<<1) /* Monitor Coprocessor */ macro
/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/arch/x86/include/asm/
H A Dsvm.h628 #define SVM_CR0_SELECTIVE_MASK (X86_CR0_TS | X86_CR0_MP)
H A Dkvm_host.h118 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \