Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/openrisc/
H A DKconfig143 bool "use SPR_SR_DSX software emulation" if OR1K_1200
146 SPR_SR_DSX bit is status register bit indicating whether
153 SPR_SR_DSX bit implemented. Say Y if you are unsure.
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dspr_defs.h228 #define SPR_SR_DSX 0x00002000 /* Delay Slot Exception */ macro
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dtraps.c291 return mfspr(SPR_SR) & SPR_SR_DSX; in in_delay_slot()
H A Dentry.S308 l.andi r6,r6,SPR_SR_DSX // check for delay slot exception
H A Dhead.S264 l.andi r30,r30,SPR_SR_DSX ;\