Home
last modified time | relevance | path

Searched refs:errctl (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/mips/kernel/
Dspram.c49 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 …]
Dtraps.c1658 unsigned long errctl; in parity_protection_init() local
1661 errctl = read_c0_ecc(); in parity_protection_init()
1662 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init()
1665 write_c0_ecc(errctl | ERRCTL_PE); in parity_protection_init()
1670 write_c0_ecc(errctl|ERRCTL_L2P); in parity_protection_init()
1676 errctl |= ERRCTL_PE; in parity_protection_init()
1678 errctl |= ERRCTL_L2P; in parity_protection_init()
1681 errctl |= ERRCTL_PE; in parity_protection_init()
1684 errctl |= ERRCTL_L2P; in parity_protection_init()
1689 printk(KERN_INFO "Writing ErrCtl register=%08lx\n", errctl); in parity_protection_init()
[all …]
/linux-4.4.14/arch/mips/mm/
Dcerr-sb1.c180 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()
/linux-4.4.14/arch/powerpc/sysdev/
Dfsl_85xx_cache_ctlr.h88 u32 errctl; /* 0xE58 - Error control */ member
/linux-4.4.14/drivers/crypto/caam/
Dregs.h293 u32 errctl; /* RTSTERRCTLx - Test error control */ member