Lines Matching refs:cacheline
678 /* Make the fallback cacheline size nonzero so that it can be
681 util_cpu_caps.cacheline = sizeof(void *);
688 util_cpu_caps.cacheline = 32;
694 unsigned int cacheline;
741 cacheline = ((regs2[1] >> 8) & 0xFF) * 8;
742 if (cacheline > 0)
743 util_cpu_caps.cacheline = cacheline;
790 unsigned int cacheline;
792 cacheline = regs2[2] & 0xFF;
793 if (cacheline > 0)
794 util_cpu_caps.cacheline = cacheline;
828 printf("util_cpu_caps.cacheline = %u\n", util_cpu_caps.cacheline);