Searched refs:tfms (Results 1 – 2 of 2) sorted by relevance
| /arch/x86/boot/ |
| A D | cpuflags.c | 71 u32 tfms; in get_cpuflags() local 87 cpuid(0x1, &tfms, &ignored, &cpu.flags[4], in get_cpuflags() 89 cpu.level = (tfms >> 8) & 15; in get_cpuflags() 91 cpu.model = (tfms >> 4) & 15; in get_cpuflags() 93 cpu.model += ((tfms >> 16) & 0xf) << 4; in get_cpuflags()
|
| /arch/x86/kernel/cpu/ |
| A D | common.c | 908 u32 junk, tfms, cap0, misc; in cpu_detect() local 910 cpuid(0x00000001, &tfms, &misc, &junk, &cap0); in cpu_detect() 911 c->x86 = x86_family(tfms); in cpu_detect() 912 c->x86_model = x86_model(tfms); in cpu_detect() 913 c->x86_stepping = x86_stepping(tfms); in cpu_detect()
|
Completed in 8 milliseconds