Lines Matching defs:config
115 unsigned int config = read_cpucfg(LOONGARCH_CPUCFG16);
118 if (config & L1IUPRE) {
119 if (config & L1IUUNIFY)
123 populate_cache_properties(config, cdesc, level, leaf);
126 if (config & L1DPRE) {
128 populate_cache_properties(config, cdesc, level, leaf);
131 config = config >> 3;
133 if (!config)
136 if (config & LXIUPRE) {
137 if (config & LXIUUNIFY)
141 populate_cache_properties(config, cdesc, level, leaf);
144 if (config & LXDPRE) {
146 populate_cache_properties(config, cdesc, level, leaf);
149 config = config >> 7;