Searched refs:CONF_IB (Results 1 – 2 of 2) sorted by relevance
1009 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()1023 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()1037 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()1058 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()1091 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()1106 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()
490 #define CONF_IB (_ULCAST_(1) << 5) macro