Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dipl_data.c25 psw_t io_new_psw; /* 0x01f0 */ member
83 .io_new_psw = { .mask = PSW_MASK_DISABLED, .addr = __LC_IO_NEW_PSW, },
/linux/arch/s390/include/asm/
H A Dlowcore.h98 psw_t io_new_psw; /* 0x01f0 */ member
/linux/arch/s390/kernel/
H A Dsetup.c413 lc->io_new_psw.mask = PSW_KERNEL_BITS; in setup_lowcore()
414 lc->io_new_psw.addr = (unsigned long) io_int_handler; in setup_lowcore()
H A Dtraps.c307 psw_bits(lc->io_new_psw).mcheck = 1; in trap_init()