Lines Matching defs:regs
386 uint32_t regs[4];
389 cpuid_count(0x8000001D, 3, regs);
390 unsigned cache_level = (regs[0] >> 5) & 0x7;
391 unsigned cores_per_cache = ((regs[0] >> 14) & 0xfff) + 1;
438 uint32_t regs[4];
444 cpuid(0x00000000, regs);
446 if (regs[0] >= 0x00000001) {
483 if (util_cpu_caps.has_avx && regs[0] >= 0x00000007) {
506 if (regs[1] == 0x756e6547 && regs[2] == 0x6c65746e && regs[3] == 0x49656e69) {
511 cpuid(0x80000000, regs);
513 if (regs[0] >= 0x80000001) {
526 if (regs[0] >= 0x80000006) {