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.c27 psw_t io_new_psw; /* 0x01f0 */ member
90 .io_new_psw = { .mask = PSW_MASK_DISABLED, .addr = __LC_IO_NEW_PSW, },
/linux/arch/s390/include/asm/
H A Dlowcore.h99 psw_t io_new_psw; /* 0x01f0 */ member
/linux/arch/s390/kernel/
H A Dsetup.c412 lc->io_new_psw.mask = PSW_KERNEL_BITS; in setup_lowcore()
413 lc->io_new_psw.addr = (unsigned long) io_int_handler; in setup_lowcore()
H A Dasm-offsets.c112 OFFSET(__LC_IO_NEW_PSW, lowcore, io_new_psw); in main()