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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dtransmeta.c10 u32 xlvl; local
13 xlvl = cpuid_eax(0x80860000);
14 if ((xlvl & 0xffff0000) == 0x80860000) {
15 if (xlvl >= 0x80860001)
H A Dcommon.c550 u32 tfms, xlvl; local
573 xlvl = cpuid_eax(0x80000000);
574 c->extended_cpuid_level = xlvl;
576 if ((xlvl & 0xffff0000) == 0x80000000) {
577 if (xlvl >= 0x80000001) {

Completed in 55 milliseconds