Home
last modified time | relevance | path

Searched refs:restart_old_psw (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/s390x/
H A Dhelper.c128 lowcore->restart_old_psw.mask = cpu_to_be64(s390_cpu_get_psw_mask(env)); in do_restart_interrupt()
129 lowcore->restart_old_psw.addr = cpu_to_be64(env->psw.addr); in do_restart_interrupt()
H A Ds390x-internal.h54 PSW restart_old_psw; /* 0x120 */ member
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-arch.h81 PSW restart_old_psw; /* 0x120 */ member
/openbmc/linux/arch/s390/include/asm/
H A Dlowcore.h80 psw_t restart_old_psw; /* 0x0120 */ member
/openbmc/linux/arch/s390/kernel/
H A Dasm-offsets.c101 OFFSET(__LC_RST_OLD_PSW, lowcore, restart_old_psw); in main()
/openbmc/linux/arch/s390/kvm/
H A Dinterrupt.c738 offsetof(struct lowcore, restart_old_psw), in __deliver_restart()