Home
last modified time | relevance | path

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

/external/syslinux/com32/gpllib/
Dcpuid.c203 void detect_cache(uint32_t xlvl, struct cpuinfo_x86 *c) in detect_cache() argument
207 if (xlvl >= 0x80000005) { in detect_cache()
216 if (xlvl < 0x80000006) /* Some chips just has a large L1. */ in detect_cache()
339 uint32_t tfms, xlvl; in generic_identify() local
372 xlvl = cpuid_eax(0x80000000); in generic_identify()
373 if ((xlvl & 0xffff0000) == 0x80000000) { in generic_identify()
374 if (xlvl >= 0x80000001) { in generic_identify()
378 if (xlvl >= 0x80000004) in generic_identify()
392 if (xlvl >= 0x80000008) { in generic_identify()
409 detect_cache(xlvl, c); in generic_identify()