Searched refs:SPR_SR_DSX (Results 1 – 4 of 4) sorted by relevance
211 bool "use SPR_SR_DSX software emulation" if OR1K_1200214 SPR_SR_DSX bit is status register bit indicating whether221 SPR_SR_DSX bit implemented. Say Y if you are unsure.
228 #define SPR_SR_DSX 0x00002000 /* Delay Slot Exception */ macro
266 return mfspr(SPR_SR) & SPR_SR_DSX; in in_delay_slot()
308 l.andi r6,r6,SPR_SR_DSX // check for delay slot exception