Searched refs:__pcpu_sigp (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dsmp.h47 __pcpu_sigp(pcpu, SIGP_STOP, 0, NULL);
H A Dsigp.h58 static inline int __pcpu_sigp(u16 addr, u8 order, unsigned long parm, function
/linux-master/arch/s390/kernel/
H A Dsmp.c131 cc = __pcpu_sigp(addr, order, parm, NULL);
143 cc = __pcpu_sigp(pcpu->address, order, parm, NULL);
156 if (__pcpu_sigp(pcpu->address, SIGP_SENSE,
164 if (__pcpu_sigp(pcpu->address, SIGP_SENSE_RUNNING,
376 cc = __pcpu_sigp(0, SIGP_SET_MULTI_THREADING, mtid, NULL);
470 while (__pcpu_sigp(pcpu->address, SIGP_EMERGENCY_SIGNAL,

Completed in 163 milliseconds