OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_has_level
(Results
1 - 1
of
1
) sorted by null
/external/syslinux/com32/modules/
ifcpu64.c
44
static bool __constfunc
cpu_has_level
(uint32_t level)
function
70
return
cpu_has_level
(level) && ((cpuid_edx(level) >> (x & 31) & 1));
Completed in 364 milliseconds