Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1681 unsigned long errctl; in parity_protection_init() local
1684 errctl = read_c0_ecc(); in parity_protection_init()
1685 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init()
1688 write_c0_ecc(errctl | ERRCTL_PE); in parity_protection_init()
1693 write_c0_ecc(errctl|ERRCTL_L2P); in parity_protection_init()
1699 errctl |= ERRCTL_PE; in parity_protection_init()
1701 errctl |= ERRCTL_L2P; in parity_protection_init()
1704 errctl |= ERRCTL_PE; in parity_protection_init()
1707 errctl |= ERRCTL_L2P; in parity_protection_init()
1712 printk(KERN_INFO "Writing ErrCtl register=%08lx\n", errctl); in parity_protection_init()
[all …]
/Linux-v4.19/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-v4.19/arch/powerpc/sysdev/
Dfsl_85xx_cache_ctlr.h88 u32 errctl; /* 0xE58 - Error control */ member
/Linux-v4.19/drivers/crypto/caam/
Dregs.h357 u32 errctl; /* RTSTERRCTLx - Test error control */ member