Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dcpuint.h213 ? ( ((_regs)->psw.sysmask & PSW_IOMASK) ? BIT(IC_IO) : 0 ) \
224 | ( ((_regs)->psw.sysmask & PSW_IOMASK) ? BIT(IC_IO) : 0 ) \
H A Dsie.c209 & (ECMODE(&(_guestregs)->psw) ? PSW_IOMASK : 0xFE) ))
213 && ((_guestregs)->psw.sysmask & PSW_IOMASK ))
H A Desa390.h109 #define PSW_IOMASK 0x02 /* I/O interrupt mask */ macro
H A Dchannel.c3398 if ((regs->psw.sysmask & PSW_IOMASK) == 0) in ARCH_DEP()
H A Dcontrol.c5739 !(tregs->psw.sysmask & PSW_IOMASK)) in DEF_INST()