Searched refs:__pcpu_sigp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | sigp.h | 56 static inline int __pcpu_sigp(u16 addr, u8 order, unsigned long parm, in __pcpu_sigp() function
|
H A D | smp.h | 46 __pcpu_sigp(pcpu, SIGP_STOP, 0, NULL); in smp_stop_cpu()
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | smp.c | 126 cc = __pcpu_sigp(addr, order, parm, NULL); in __pcpu_sigp_relax() 138 cc = __pcpu_sigp(pcpu->address, order, parm, NULL); in pcpu_sigp_retry() 151 if (__pcpu_sigp(pcpu->address, SIGP_SENSE, in pcpu_stopped() 159 if (__pcpu_sigp(pcpu->address, SIGP_SENSE_RUNNING, in pcpu_running() 358 cc = __pcpu_sigp(0, SIGP_SET_MULTI_THREADING, mtid, NULL); in pcpu_set_smt() 449 while (__pcpu_sigp(pcpu->address, SIGP_EMERGENCY_SIGNAL, in smp_emergency_stop()
|
/kernel/linux/linux-6.6/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()
|
Completed in 5 milliseconds