Searched refs:SIGP_STOP (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/s390/include/asm/ |
D | sigp.h | 10 #define SIGP_STOP 5 macro
|
D | smp.h | 75 __pcpu_sigp(pcpu, SIGP_STOP, 0, NULL); in smp_stop_cpu()
|
/Linux-v4.19/arch/s390/kernel/ |
D | smp.c | 316 pcpu_sigp_retry(pcpu, SIGP_STOP, 0); in pcpu_delegate() 329 "K" (SIGP_RESTART), "K" (SIGP_STOP) in pcpu_delegate() 464 pcpu_sigp_retry(pcpu_devices + cpu, SIGP_STOP, 0); in smp_send_stop() 908 pcpu_sigp_retry(pcpu_devices + smp_processor_id(), SIGP_STOP, 0); in cpu_die()
|
D | swsusp.S | 212 sigp %r9,%r2,SIGP_STOP /* sigp stop to current resume CPU */
|
D | entry.S | 1213 2: sigp %r4,%r3,SIGP_STOP # sigp stop to current cpu
|
/Linux-v4.19/arch/s390/kvm/ |
D | sigp.c | 304 case SIGP_STOP: in handle_sigp_dst() 373 case SIGP_STOP: in handle_sigp_order_in_user_space()
|