Searched refs:errctl (Results 1 – 5 of 5) sorted by relevance
/linux/arch/mips/kernel/ |
A 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 …]
|
A D | traps.c | 1760 unsigned long errctl; in parity_protection_init() local 1763 errctl = read_c0_ecc(); 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() 1793 write_c0_ecc(errctl); in parity_protection_init() 1795 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/arch/powerpc/sysdev/ |
A D | fsl_85xx_cache_ctlr.h | 75 u32 errctl; /* 0xE58 - Error control */ member
|
/linux/drivers/crypto/caam/ |
A D | regs.h | 474 u32 errctl; /* RTSTERRCTLx - Test error control */ member
|
Completed in 25 milliseconds