Searched refs:SIGP_STOP (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/s390/include/asm/ |
H A D | smp.h | 47 __pcpu_sigp(pcpu, SIGP_STOP, 0, NULL); in smp_stop_cpu()
|
H A D | sigp.h | 10 #define SIGP_STOP 5 macro
|
/openbmc/linux/arch/s390/kvm/ |
H A D | sigp.c | 320 case SIGP_STOP: in handle_sigp_dst() 389 case SIGP_STOP: in handle_sigp_order_in_user_space()
|
/openbmc/qemu/target/s390x/ |
H A D | sigp.c | 123 cpu->env.sigp_order = SIGP_STOP; in sigp_stop() 388 case SIGP_STOP: in handle_sigp_single_dst()
|
H A D | cpu.h | 760 #define SIGP_STOP 0x05 macro
|
/openbmc/linux/arch/s390/kernel/ |
H A D | smp.c | 338 pcpu_sigp_retry(pcpu, SIGP_STOP, 0); in pcpu_delegate() 360 "K" (SIGP_RESTART), "K" (SIGP_STOP) in pcpu_delegate() 505 pcpu_sigp_retry(pcpu_devices + cpu, SIGP_STOP, 0); in smp_send_stop() 997 pcpu_sigp_retry(pcpu_devices + smp_processor_id(), SIGP_STOP, 0); in cpu_die()
|