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

/linux-master/arch/mips/kernel/
H A Dspram.c29 /* errctl access */
46 unsigned int errctl; local
49 errctl = bis_c0_errctl(ERRCTL_SPRAM);
58 write_c0_errctl(errctl);
66 unsigned int errctl; local
69 errctl = bis_c0_errctl(ERRCTL_SPRAM);
75 write_c0_errctl(errctl);
83 unsigned int errctl; local
86 errctl = bis_c0_errctl(ERRCTL_SPRAM);
92 write_c0_errctl(errctl);
100 unsigned int errctl; local
[all...]
H A Dtraps.c1761 unsigned long errctl; local
1764 errctl = read_c0_ecc();
1765 errctl &= ~(ERRCTL_PE|ERRCTL_L2P);
1768 write_c0_ecc(errctl | ERRCTL_PE);
1773 write_c0_ecc(errctl|ERRCTL_L2P);
1779 errctl |= ERRCTL_PE;
1781 errctl |= ERRCTL_L2P;
1784 errctl |= ERRCTL_PE;
1787 errctl |= ERRCTL_L2P;
1792 printk(KERN_INFO "Writing ErrCtl register=%08lx\n", errctl);
[all...]
/linux-master/arch/mips/mm/
H A Dcerr-sb1.c167 uint32_t errctl, cerr_i, cerr_d, dpalo, dpahi, eepc, res; local
191 : "=r" (errctl), "=r" (cerr_i), "=r" (cerr_d),
196 printk(" c0_errctl == %08x", errctl);
197 breakout_errctl(errctl);
198 if (errctl & CP0_ERRCTL_ICACHE) {
214 if (errctl & CP0_ERRCTL_DCACHE) {
/linux-master/drivers/crypto/caam/
H A Dregs.h473 u32 errctl; /* RTSTERRCTLx - Test error control */ member in struct:rngtst

Completed in 124 milliseconds