Searched refs:errctl (Results 1 – 4 of 4) sorted by relevance
/arch/mips/kernel/ |
D | spram.c | 49 unsigned int errctl; in ispram_store_tag() local 52 errctl = bis_c0_errctl(ERRCTL_SPRAM); in ispram_store_tag() 61 write_c0_errctl(errctl); in ispram_store_tag() 69 unsigned int errctl; in ispram_load_tag() local 72 errctl = bis_c0_errctl(ERRCTL_SPRAM); in ispram_load_tag() 78 write_c0_errctl(errctl); in ispram_load_tag() 86 unsigned int errctl; in dspram_store_tag() local 89 errctl = bis_c0_errctl(ERRCTL_SPRAM); in dspram_store_tag() 95 write_c0_errctl(errctl); in dspram_store_tag() 103 unsigned int errctl; in dspram_load_tag() local [all …]
|
D | traps.c | 1720 unsigned long errctl; in parity_protection_init() local 1723 errctl = read_c0_ecc(); in parity_protection_init() 1724 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init() 1727 write_c0_ecc(errctl | ERRCTL_PE); in parity_protection_init() 1732 write_c0_ecc(errctl|ERRCTL_L2P); in parity_protection_init() 1738 errctl |= ERRCTL_PE; in parity_protection_init() 1740 errctl |= ERRCTL_L2P; in parity_protection_init() 1743 errctl |= ERRCTL_PE; in parity_protection_init() 1746 errctl |= ERRCTL_L2P; in parity_protection_init() 1751 printk(KERN_INFO "Writing ErrCtl register=%08lx\n", errctl); in parity_protection_init() [all …]
|
/arch/mips/mm/ |
D | cerr-sb1.c | 180 uint32_t errctl, cerr_i, cerr_d, dpalo, dpahi, eepc, res; in sb1_cache_error() local 204 : "=r" (errctl), "=r" (cerr_i), "=r" (cerr_d), in sb1_cache_error() 209 printk(" c0_errctl == %08x", errctl); in sb1_cache_error() 210 breakout_errctl(errctl); in sb1_cache_error() 211 if (errctl & CP0_ERRCTL_ICACHE) { in sb1_cache_error() 227 if (errctl & CP0_ERRCTL_DCACHE) { in sb1_cache_error()
|
/arch/powerpc/sysdev/ |
D | fsl_85xx_cache_ctlr.h | 88 u32 errctl; /* 0xE58 - Error control */ member
|