Searched refs:ipifunc (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dipi.c89 void (*ipifunc[X86_NIPI])(struct cpu_info *) = variable
163 (*ipifunc[bit])(ci);
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dintr.h189 extern void (*ipifunc[X86_NIPI])(struct cpu_info *);
/netbsd-6-1-5-RELEASE/sys/arch/xen/x86/
H A Dxen_ipi.c76 static void (*ipifunc[XEN_NIPIS])(struct cpu_info *, struct intrframe *) = variable
98 if (ipifunc[bit] != NULL) {
99 (*ipifunc[bit])(ci, regs);
101 panic("ipifunc[%d] unsupported!\n", bit);

Completed in 58 milliseconds