cpu                84 kern/arch/mips/include/current.h #define INIT_CURCPU(cpu, thread) (curthread = (thread), curcpu = (cpu))
cpu                68 kern/arch/mips/thread/cpu.c cpu_machdep_init(struct cpu *c)
cpu               240 kern/arch/sys161/dev/lamebus_machdep.c mainbus_send_ipi(struct cpu *target)
cpu               589 kern/dev/lamebus/lamebus.c lamebus_assert_ipi(struct lamebus_softc *lamebus, struct cpu *target)
cpu               596 kern/dev/lamebus/lamebus.c lamebus_clear_ipi(struct lamebus_softc *lamebus, struct cpu *target)
cpu               159 kern/dev/lamebus/lamebus.h void lamebus_assert_ipi(struct lamebus_softc *, struct cpu *targetcpu);
cpu               160 kern/dev/lamebus/lamebus.h void lamebus_clear_ipi(struct lamebus_softc *, struct cpu *targetcpu);
cpu               108 kern/include/cpu.h void cpu_machdep_init(struct cpu *);
cpu               166 kern/include/cpu.h void ipi_send(struct cpu *target, int code);
cpu               168 kern/include/cpu.h void ipi_tlbshootdown(struct cpu *target, const struct tlbshootdown *mapping);
cpu                56 kern/include/mainbus.h void mainbus_send_ipi(struct cpu *target);
cpu                68 kern/thread/thread.c DECLARRAY(cpu);
cpu                69 kern/thread/thread.c DEFARRAY(cpu, /*no inline*/ );
cpu              1119 kern/thread/thread.c ipi_send(struct cpu *target, int code)
cpu              1144 kern/thread/thread.c ipi_tlbshootdown(struct cpu *target, const struct tlbshootdown *mapping)