Searched refs:nlm_pic_send_ipi (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/mips/netlogic/common/ | 
| D | smp.c | 71 		nlm_pic_send_ipi(picbase, hwtid, IRQ_IPI_SMP_FUNCTION, 0);  in nlm_send_ipi_single() 73 		nlm_pic_send_ipi(picbase, hwtid, IRQ_IPI_SMP_RESCHEDULE, 0);  in nlm_send_ipi_single() 163 	nlm_pic_send_ipi(picbase, hwtid, 1, 1);  /* NMI */  in nlm_boot_secondary()
  | 
| /Linux-v5.4/arch/mips/netlogic/xlr/ | 
| D | wakeup.c | 67 		nlm_pic_send_ipi(nodep->picbase, i, 1, 1); /* send NMI */  in xlr_wakeup_secondary_cpus()
  | 
| /Linux-v5.4/arch/mips/include/asm/netlogic/xlr/ | 
| D | pic.h | 241 nlm_pic_send_ipi(uint64_t base, int hwt, int irq, int nmi)  in nlm_pic_send_ipi()  function
  | 
| /Linux-v5.4/arch/mips/include/asm/netlogic/xlp-hal/ | 
| D | pic.h | 333 nlm_pic_send_ipi(uint64_t base, int hwt, int irq, int nmi)  in nlm_pic_send_ipi()  function
  |