Searched refs:__pcpu_sigp (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | smp.h | 47 __pcpu_sigp(pcpu, SIGP_STOP, 0, NULL); in smp_stop_cpu()
|
A D | sigp.h | 58 static inline int __pcpu_sigp(u16 addr, u8 order, unsigned long parm, in __pcpu_sigp() function
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | smp.c | 128 cc = __pcpu_sigp(addr, order, parm, NULL); in __pcpu_sigp_relax() 140 cc = __pcpu_sigp(pcpu->address, order, parm, NULL); in pcpu_sigp_retry() 153 if (__pcpu_sigp(pcpu->address, SIGP_SENSE, in pcpu_stopped() 161 if (__pcpu_sigp(pcpu->address, SIGP_SENSE_RUNNING, in pcpu_running() 372 cc = __pcpu_sigp(0, SIGP_SET_MULTI_THREADING, mtid, NULL); in pcpu_set_smt() 466 while (__pcpu_sigp(pcpu->address, SIGP_EMERGENCY_SIGNAL, in smp_emergency_stop()
|
Completed in 8 milliseconds