Searched refs:CPU_CT_IMINLINE (Results 1 – 4 of 4) sorted by relevance
136 cpuinfo.icache_line_size= 1 << (CPU_CT_IMINLINE(cpuinfo.ctr ) + 2); in cpuinfo_init()
286 arm_icache_min_line_size = 1 << (CPU_CT_IMINLINE(ctype) + 2); in get_cachetype_cp15()
878 arm_icache_min_line_size = 1 << (CPU_CT_IMINLINE(ctype) + 2); in get_cachetype_cp15()
322 #define CPU_CT_IMINLINE(x) ((x) & 0xf) /* I$ min line size */ macro