Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/i386/
Dcpu.c449 static bool can_detect_long_mode(void) in can_detect_long_mode() function
461 return has_cpuid() && can_detect_long_mode() && in cpu_has_64bit()