Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/x86_64/
H A Dcpu.c39 int cpu_has_64bit(void) in cpu_has_64bit() function
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dcpu.h210 int cpu_has_64bit(void);
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dcpu.c181 cpu_has_64bit() ? "x86_64" : "x86", in default_print_cpuinfo()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbootm.c158 if (!cpu_has_64bit()) { in boot_linux_kernel()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/
H A Dcpu.c460 int cpu_has_64bit(void) in cpu_has_64bit() function