Searched refs:__pcpu_sigp (Results 1 – 3 of 3) 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 | 58 static inline int __pcpu_sigp(u16 addr, u8 order, unsigned long parm, in __pcpu_sigp() function
|
/openbmc/linux/arch/s390/kernel/ |
H A D | smp.c | 129 cc = __pcpu_sigp(addr, order, parm, NULL); in __pcpu_sigp_relax() 141 cc = __pcpu_sigp(pcpu->address, order, parm, NULL); in pcpu_sigp_retry() 154 if (__pcpu_sigp(pcpu->address, SIGP_SENSE, in pcpu_stopped() 162 if (__pcpu_sigp(pcpu->address, SIGP_SENSE_RUNNING, in pcpu_running() 374 cc = __pcpu_sigp(0, SIGP_SET_MULTI_THREADING, mtid, NULL); in pcpu_set_smt() 468 while (__pcpu_sigp(pcpu->address, SIGP_EMERGENCY_SIGNAL, in smp_emergency_stop()
|