Lines Matching defs:config
118 unsigned int config = read_cpucfg(LOONGARCH_CPUCFG16);
121 if (config & L1IUPRE) {
122 if (config & L1IUUNIFY)
126 populate_cache_properties(config, cdesc, level, leaf);
129 if (config & L1DPRE) {
131 populate_cache_properties(config, cdesc, level, leaf);
134 config = config >> 3;
136 if (!config)
139 if (config & LXIUPRE) {
140 if (config & LXIUUNIFY)
144 populate_cache_properties(config, cdesc, level, leaf);
147 if (config & LXDPRE) {
149 populate_cache_properties(config, cdesc, level, leaf);
152 config = config >> 7;