Searched refs:CPUREV (Results 1 – 3 of 3) sorted by relevance
168 unsigned long cpurev = CPUREV, type; in cpu_init()170 type = (CPUREV & CPUREV_TYPE) >> CPUREV_TYPE_S; in cpu_init()209 unsigned long cpurev = CPUREV, type, icachesz, dcachesz; in show_cpuinfo()
731 ci->type = CPUREV; in smp_store_cpu_info()
100 #define CPUREV __SYSREGC(0xc0000050, u32) /* CPU revision register */ macro