MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nexus_bind_intr

Function nexus_bind_intr

freebsd/arm64/arm64/nexus.c:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327#ifdef SMP
328static int
329nexus_bind_intr(device_t dev, device_t child, struct resource *irq, int cpu)
330{
331
332 return (intr_bind_irq(child, irq, cpu));
333}
334#endif
335
336static bus_space_tag_t

Callers

nothing calls this directly

Calls 1

intr_bind_irqFunction · 0.85

Tested by

no test coverage detected