Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Dsetup.c315 lc->restart_psw.mask = PSW_KERNEL_BITS; in setup_lowcore()
316 lc->restart_psw.addr = (unsigned long) restart_int_handler; in setup_lowcore()
378 mem_assign_absolute(S390_lowcore.restart_psw, lc->restart_psw); in setup_lowcore()
Dasm-offsets.c133 OFFSET(__LC_RST_NEW_PSW, lowcore, restart_psw); in main()
/Linux-v4.19/arch/s390/include/asm/
Dlowcore.h64 psw_t restart_psw; /* 0x01a0 */ member
/Linux-v4.19/arch/s390/kvm/
Dinterrupt.c618 rc |= read_guest_lc(vcpu, offsetof(struct lowcore, restart_psw), in __deliver_restart()