Searched refs:errctl (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/mips/mm/ |
D | cerr-sb1.c | 168 uint32_t errctl, cerr_i, cerr_d, dpalo, dpahi, eepc, res; in sb1_cache_error() local 185 : "=r" (errctl), "=r" (cerr_i), "=r" (cerr_d), in sb1_cache_error() 190 prom_printf(" cp0_errctl == %08x", errctl); in sb1_cache_error() 191 breakout_errctl(errctl); in sb1_cache_error() 192 if (errctl & CP0_ERRCTL_ICACHE) { in sb1_cache_error() 208 if (errctl & CP0_ERRCTL_DCACHE) { in sb1_cache_error()
|
/linux-2.4.37.9/arch/mips64/mm/ |
D | cerr-sb1.c | 168 uint32_t errctl, cerr_i, cerr_d, dpalo, dpahi, eepc, res; in sb1_cache_error() local 185 : "=r" (errctl), "=r" (cerr_i), "=r" (cerr_d), in sb1_cache_error() 190 prom_printf(" c0_errctl == %08x", errctl); in sb1_cache_error() 191 breakout_errctl(errctl); in sb1_cache_error() 192 if (errctl & CP0_ERRCTL_ICACHE) { in sb1_cache_error() 208 if (errctl & CP0_ERRCTL_DCACHE) { in sb1_cache_error()
|