Home
last modified time | relevance | path

Searched refs:smp_send_all_nop (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dsmp.h30 extern void smp_send_all_nop(void);
41 static inline void smp_send_all_nop(void) { return; } in smp_send_all_nop() function
/openbmc/linux/arch/parisc/kernel/
H A Dsmp.c253 smp_send_all_nop(void) in smp_send_all_nop() function
H A Dirq.c61 smp_send_all_nop(); in __cpu_unmask_irq()