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