Searched refs:errctl (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/mips/kernel/ |
D | spram.c | 45 unsigned int errctl; in ispram_store_tag() local 48 errctl = bis_c0_errctl(ERRCTL_SPRAM); in ispram_store_tag() 57 write_c0_errctl(errctl); in ispram_store_tag() 65 unsigned int errctl; in ispram_load_tag() local 68 errctl = bis_c0_errctl(ERRCTL_SPRAM); in ispram_load_tag() 74 write_c0_errctl(errctl); in ispram_load_tag() 82 unsigned int errctl; in dspram_store_tag() local 85 errctl = bis_c0_errctl(ERRCTL_SPRAM); in dspram_store_tag() 91 write_c0_errctl(errctl); in dspram_store_tag() 99 unsigned int errctl; in dspram_load_tag() local [all …]
|
D | traps.c | 1760 unsigned long errctl; in parity_protection_init() local 1763 errctl = read_c0_ecc(); in parity_protection_init() 1764 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init() 1767 write_c0_ecc(errctl | ERRCTL_PE); in parity_protection_init() 1772 write_c0_ecc(errctl|ERRCTL_L2P); in parity_protection_init() 1778 errctl |= ERRCTL_PE; in parity_protection_init() 1780 errctl |= ERRCTL_L2P; in parity_protection_init() 1783 errctl |= ERRCTL_PE; in parity_protection_init() 1786 errctl |= ERRCTL_L2P; in parity_protection_init() 1791 printk(KERN_INFO "Writing ErrCtl register=%08lx\n", errctl); in parity_protection_init() [all …]
|
/linux-6.1.9/arch/mips/mm/ |
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-6.1.9/drivers/crypto/caam/ |
D | regs.h | 476 u32 errctl; /* RTSTERRCTLx - Test error control */ member
|