Searched refs:restart_psw (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/s390/boot/ |
D | ipl_data.c | 20 psw_t restart_psw; /* 0x01a0 */ member 78 .restart_psw = { .mask = 0, .addr = IPL_START, },
|
/linux-6.1.9/arch/s390/kernel/ |
D | machine_kexec_file.c | 287 unsigned long restart_psw = 0x0008000080000000UL; in kexec_file_add_components() local 288 restart_psw += image->start; in kexec_file_add_components() 289 memcpy(data.kernel_buf, &restart_psw, sizeof(restart_psw)); in kexec_file_add_components()
|
D | setup.c | 432 lc->restart_psw.mask = PSW_KERNEL_BITS; in setup_lowcore_dat_off() 433 lc->restart_psw.addr = (unsigned long) restart_int_handler; in setup_lowcore_dat_off() 485 abs_lc->restart_psw = lc->restart_psw; in setup_lowcore_dat_off()
|
D | asm-offsets.c | 105 OFFSET(__LC_RST_NEW_PSW, lowcore, restart_psw); in main()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | lowcore.h | 87 psw_t restart_psw; /* 0x01a0 */ member
|
/linux-6.1.9/arch/s390/kvm/ |
D | interrupt.c | 750 rc |= read_guest_lc(vcpu, offsetof(struct lowcore, restart_psw), in __deliver_restart()
|