Home
last modified time | relevance | path

Searched refs:cpuid_edx (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcpu.h151 static inline unsigned int cpuid_edx(unsigned int op) in cpuid_edx() function
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dcpu.c230 return cpuid_edx(0x00000001) & (1 << 12) ? true : false; in has_mtrr()
457 return cpuid_edx(0x80000001) & (1 << 29) ? true : false; in has_long_mode()