HomeSort by: relevance | last modified time | path
    Searched defs:xen_ipifunc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/xen/x86/
xen_ipi.c 76 static void (*xen_ipifunc[XEN_NIPIS])(struct cpu_info *, struct intrframe *) = variable in typeref:typename:void (* [XEN_NIPIS])(struct cpu_info *,struct intrframe *)
109 if (xen_ipifunc[bit] != NULL) {
110 (*xen_ipifunc[bit])(ci, regs);
112 panic("xen_ipifunc[%d] unsupported!\n", bit);

Completed in 13 milliseconds