Searched refs:conf1 (Results 1 – 1 of 1) sorted by relevance
56 unsigned long conf1, il, dl; in mips_cache_probe() local58 conf1 = read_c0_config1(); in mips_cache_probe()60 il = (conf1 & MIPS_CONF1_IL) >> MIPS_CONF1_IL_SHF; in mips_cache_probe()61 dl = (conf1 & MIPS_CONF1_DL) >> MIPS_CONF1_DL_SHF; in mips_cache_probe()
Completed in 2 milliseconds