Searched refs:errctl (Results 1 – 3 of 3) sorted by relevance
| /arch/mips/kernel/ |
| A D | spram.c | 42 unsigned int errctl; in ispram_store_tag() local 45 errctl = bis_c0_errctl(ERRCTL_SPRAM); in ispram_store_tag() 54 write_c0_errctl(errctl); in ispram_store_tag() 62 unsigned int errctl; in ispram_load_tag() local 65 errctl = bis_c0_errctl(ERRCTL_SPRAM); in ispram_load_tag() 71 write_c0_errctl(errctl); in ispram_load_tag() 79 unsigned int errctl; in dspram_store_tag() local 82 errctl = bis_c0_errctl(ERRCTL_SPRAM); in dspram_store_tag() 88 write_c0_errctl(errctl); in dspram_store_tag() 96 unsigned int errctl; in dspram_load_tag() local [all …]
|
| A D | traps.c | 1762 unsigned long errctl; in parity_protection_init() local 1765 errctl = read_c0_errctl(); in parity_protection_init() 1766 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init() 1774 write_c0_errctl(errctl|ERRCTL_L2P); in parity_protection_init() 1780 errctl |= ERRCTL_PE; in parity_protection_init() 1782 errctl |= ERRCTL_L2P; in parity_protection_init() 1785 errctl |= ERRCTL_PE; in parity_protection_init() 1788 errctl |= ERRCTL_L2P; in parity_protection_init() 1795 write_c0_errctl(errctl); in parity_protection_init() 1797 errctl = read_c0_errctl(); in parity_protection_init() [all …]
|
| /arch/mips/mm/ |
| A D | cerr-sb1.c | 167 uint32_t errctl, cerr_i, cerr_d, dpalo, dpahi, eepc, res; in sb1_cache_error() local 191 : "=r" (errctl), "=r" (cerr_i), "=r" (cerr_d), in sb1_cache_error() 196 printk(" c0_errctl == %08x", errctl); in sb1_cache_error() 197 breakout_errctl(errctl); in sb1_cache_error() 198 if (errctl & CP0_ERRCTL_ICACHE) { in sb1_cache_error() 214 if (errctl & CP0_ERRCTL_DCACHE) { in sb1_cache_error()
|
Completed in 11 milliseconds