HomeSort by relevance Sort by last modified time
    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