Searched refs:SIGP_STOP (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
D | sigp.h | 9 #define SIGP_STOP 5 macro
|
D | smp.h | 65 __pcpu_sigp(pcpu, SIGP_STOP, 0, NULL); in smp_stop_cpu()
|
/linux-4.1.27/arch/s390/kernel/ |
D | smp.c | 292 pcpu_sigp_retry(pcpu, SIGP_STOP, 0); in pcpu_delegate() 304 "K" (SIGP_RESTART), "K" (SIGP_STOP) in pcpu_delegate() 434 pcpu_sigp_retry(pcpu, SIGP_STOP, 0); in smp_send_stop() 875 pcpu_sigp_retry(pcpu_devices + smp_processor_id(), SIGP_STOP, 0); in cpu_die()
|
D | swsusp.S | 225 sigp %r9,%r2,SIGP_STOP /* sigp stop to current resume CPU */
|
D | entry.S | 793 2: sigp %r4,%r3,SIGP_STOP # sigp stop to current cpu
|
/linux-4.1.27/arch/s390/kvm/ |
D | sigp.c | 315 case SIGP_STOP: in handle_sigp_dst() 383 case SIGP_STOP: in handle_sigp_order_in_user_space()
|