Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/kernel/
Dmachine_kexec_file.c253 unsigned long restart_psw = 0x0008000080000000UL; in kexec_file_add_components() local
254 restart_psw += image->start; in kexec_file_add_components()
255 memcpy(data.kernel_buf, &restart_psw, sizeof(restart_psw)); in kexec_file_add_components()
Dsetup.c393 lc->restart_psw.mask = PSW_KERNEL_BITS; in setup_lowcore_dat_off()
394 lc->restart_psw.addr = (unsigned long) restart_int_handler; in setup_lowcore_dat_off()
454 mem_assign_absolute(S390_lowcore.restart_psw, lc->restart_psw); in setup_lowcore_dat_off()
Dasm-offsets.c134 OFFSET(__LC_RST_NEW_PSW, lowcore, restart_psw); in main()
/Linux-v5.4/arch/s390/include/asm/
Dlowcore.h64 psw_t restart_psw; /* 0x01a0 */ member
/Linux-v5.4/arch/s390/kvm/
Dinterrupt.c708 rc |= read_guest_lc(vcpu, offsetof(struct lowcore, restart_psw), in __deliver_restart()