Home
last modified time | relevance | path

Searched refs:cpu_has_64bit (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/x86_64/
H A Dcpu.c24 int cpu_has_64bit(void) in cpu_has_64bit() function
/openbmc/u-boot/arch/x86/include/asm/
H A Dcpu.h209 int cpu_has_64bit(void);
/openbmc/u-boot/arch/x86/cpu/
H A Dcpu.c155 cpu_has_64bit() ? "x86_64" : "x86", in default_print_cpuinfo()
/openbmc/u-boot/arch/x86/lib/
H A Dbootm.c157 if (!cpu_has_64bit()) { in boot_linux_kernel()
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dcpu.c459 int cpu_has_64bit(void) in cpu_has_64bit() function