Searched refs:errctl (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/mips/kernel/ |
| A D | spram.c | 46 unsigned int errctl; in ispram_store_tag() local 49 errctl = bis_c0_errctl(ERRCTL_SPRAM); in ispram_store_tag() 58 write_c0_errctl(errctl); in ispram_store_tag() 66 unsigned int errctl; in ispram_load_tag() local 69 errctl = bis_c0_errctl(ERRCTL_SPRAM); in ispram_load_tag() 75 write_c0_errctl(errctl); in ispram_load_tag() 83 unsigned int errctl; in dspram_store_tag() local 86 errctl = bis_c0_errctl(ERRCTL_SPRAM); in dspram_store_tag() 92 write_c0_errctl(errctl); in dspram_store_tag() 100 unsigned int errctl; in dspram_load_tag() local [all …]
|
| A D | traps.c | 1761 unsigned long errctl; in parity_protection_init() local 1764 errctl = read_c0_ecc(); in parity_protection_init() 1768 write_c0_ecc(errctl | ERRCTL_PE); in parity_protection_init() 1773 write_c0_ecc(errctl|ERRCTL_L2P); in parity_protection_init() 1779 errctl |= ERRCTL_PE; in parity_protection_init() 1781 errctl |= ERRCTL_L2P; in parity_protection_init() 1784 errctl |= ERRCTL_PE; in parity_protection_init() 1787 errctl |= ERRCTL_L2P; in parity_protection_init() 1794 write_c0_ecc(errctl); in parity_protection_init() 1796 errctl = read_c0_ecc(); in parity_protection_init() [all …]
|
| /linux/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()
|
| /linux/drivers/crypto/caam/ |
| A D | regs.h | 473 u32 errctl; /* RTSTERRCTLx - Test error control */ member
|
Completed in 18 milliseconds