Searched refs:errctl (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/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 | 1769 unsigned long errctl; in parity_protection_init() local 1772 errctl = read_c0_ecc(); in parity_protection_init() 1773 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init() 1776 write_c0_ecc(errctl | ERRCTL_PE); in parity_protection_init() 1781 write_c0_ecc(errctl|ERRCTL_L2P); in parity_protection_init() 1787 errctl |= ERRCTL_PE; in parity_protection_init() 1789 errctl |= ERRCTL_L2P; in parity_protection_init() 1792 errctl |= ERRCTL_PE; in parity_protection_init() 1795 errctl |= ERRCTL_L2P; in parity_protection_init() 1800 printk(KERN_INFO "Writing ErrCtl register=%08lx\n", errctl); in parity_protection_init() [all …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
D | fsl_85xx_cache_ctlr.h | 75 u32 errctl; /* 0xE58 - Error control */ member
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
D | regs.h | 474 u32 errctl; /* RTSTERRCTLx - Test error control */ member
|