Lines Matching defs:level
106 * *cpu_level is set to the current CPU level; *req_level to the required
107 * level. x86-64 is considered level 64 for this purpose.
116 cpu.level = 3;
119 cpu.level = 4;
125 cpu.level = 64;
160 u32 level = 1;
167 : "+a" (level), "=d" (cpu.flags[0])
174 is_intel() && cpu.level == 6 &&
192 *cpu_level_ptr = cpu.level;
196 return (cpu.level < req_level || err) ? -1 : 0;