Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dspram.c42 unsigned int errctl; in bis_c0_errctl()
45 errctl = bis_c0_errctl(ERRCTL_SPRAM); in ispram_store_tag()
54 write_c0_errctl(errctl); in ispram_store_tag()
62 unsigned int errctl;
65 errctl = bis_c0_errctl(ERRCTL_SPRAM); in ispram_load_tag()
71 write_c0_errctl(errctl); in ispram_load_tag()
79 unsigned int errctl; in ispram_load_tag()
82 errctl = bis_c0_errctl(ERRCTL_SPRAM); in dspram_store_tag()
88 write_c0_errctl(errctl); in dspram_store_tag()
96 unsigned int errctl;
46 unsigned int errctl; ispram_store_tag() local
66 unsigned int errctl; ispram_load_tag() local
83 unsigned int errctl; dspram_store_tag() local
100 unsigned int errctl; dspram_load_tag() local
[all...]
H A Dtraps.c1762 unsigned long errctl; in parity_protection_init()
1765 errctl = read_c0_errctl(); in parity_protection_init()
1766 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init()
1769 write_c0_errctl(errctl | ERRCTL_PE); in parity_protection_init()
1774 write_c0_errctl(errctl|ERRCTL_L2P); in parity_protection_init()
1780 errctl |= ERRCTL_PE; in parity_protection_init()
1782 errctl |= ERRCTL_L2P; in parity_protection_init()
1785 errctl |= ERRCTL_PE; in parity_protection_init()
1788 errctl |= ERRCTL_L2P; in parity_protection_init()
1793 printk(KERN_INFO "Writing ErrCtl register=%08lx\n", errctl); in parity_protection_init()
1761 unsigned long errctl; parity_protection_init() local
[all...]
/linux/arch/mips/mm/
H A Dcerr-sb1.c167 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/drivers/crypto/caam/
H A Dregs.h473 u32 errctl; /* RTSTERRCTLx - Test error control */ member