Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dprocessor-flags.h31 #define X86_CR0_EM 0x00000004 /* Emulation */ 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.c315 const u32 em_rst = ~X86_CR0_EM; in x86_cpu_init_f()