Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/
H A Dcpu.c450 static bool can_detect_long_mode(void) in can_detect_long_mode() function
462 return has_cpuid() && can_detect_long_mode() && in cpu_has_64bit()