Searched refs:restart_psw (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | machine_kexec_file.c | 270 unsigned long restart_psw = 0x0008000080000000UL; in kexec_file_add_components() local 271 restart_psw += image->start; in kexec_file_add_components() 272 memcpy(data.kernel_buf, &restart_psw, sizeof(restart_psw)); in kexec_file_add_components()
|
H A D | setup.c | 390 lc->restart_psw.mask = PSW_KERNEL_BITS; in setup_lowcore_dat_off() 391 lc->restart_psw.addr = (unsigned long) restart_int_handler; in setup_lowcore_dat_off() 449 mem_assign_absolute(S390_lowcore.restart_psw, lc->restart_psw); in setup_lowcore_dat_off()
|
H A D | asm-offsets.c | 107 OFFSET(__LC_RST_NEW_PSW, lowcore, restart_psw); in main()
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | ipl_data.c | 20 psw_t restart_psw; /* 0x01a0 */ member 78 .restart_psw = { .mask = 0, .addr = IPL_START, },
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A 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()
|
H A D | setup.c | 415 lc->restart_psw.mask = PSW_KERNEL_BITS & ~PSW_MASK_DAT; in setup_lowcore() 416 lc->restart_psw.addr = __pa(restart_int_handler); in setup_lowcore() 473 abs_lc->restart_psw = lc->restart_psw; in setup_lowcore()
|
H A D | asm-offsets.c | 107 OFFSET(__LC_RST_NEW_PSW, lowcore, restart_psw); in main()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | lowcore.h | 64 psw_t restart_psw; /* 0x01a0 */ member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | lowcore.h | 87 psw_t restart_psw; /* 0x01a0 */ member
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | interrupt.c | 748 rc |= read_guest_lc(vcpu, offsetof(struct lowcore, restart_psw), in __deliver_restart()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | interrupt.c | 740 rc |= read_guest_lc(vcpu, offsetof(struct lowcore, restart_psw), in __deliver_restart()
|
Completed in 14 milliseconds