Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dprocessor-flags.h30 #define X86_CR0_MP 0x00000002 /* Monitor Coprocessor */ macro
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dsipi_vector.S55 X86_CR0_TS | X86_CR0_EM | X86_CR0_MP)), %eax
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dcpu.c316 const u32 mp_ne_set = X86_CR0_MP | X86_CR0_NE; in x86_cpu_init_f()