Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dlowcore.h35 psw_t restart_psw; /* 0x0000 */ member
229 psw_t restart_psw; /* 0x01a0 */ member
/arch/s390/kernel/
Dsetup.c367 lc->restart_psw.mask = psw_kernel_bits; in setup_lowcore()
368 lc->restart_psw.addr = in setup_lowcore()
433 copy_to_absolute_zero(&S390_lowcore.restart_psw, in setup_lowcore()
434 &lc->restart_psw, sizeof(psw_t)); in setup_lowcore()
Dasm-offsets.c105 DEFINE(__LC_RST_NEW_PSW, offsetof(struct _lowcore, restart_psw)); in main()
/arch/s390/kvm/
Dinterrupt.c251 offsetof(struct _lowcore, restart_psw), sizeof(psw_t)); in __do_deliver_interrupt()