Searched refs:CONF_IB (Results 1 – 2 of 2) sorted by relevance
1119 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()1133 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()1147 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()1168 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()1201 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()1216 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()
490 #define CONF_IB (_ULCAST_(1) << 5) macro