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

Function pic_xref

freebsd/mips/mips/mips_pic.c:175–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175static inline intptr_t
176pic_xref(device_t dev)
177{
178#ifdef FDT
179 return (OF_xref_from_node(ofw_bus_get_node(dev)));
180#else
181 return (MIPS_PIC_XREF);
182#endif
183}
184
185static int
186mips_pic_register_isrcs(struct mips_pic_softc *sc)

Callers 2

mips_pic_attachFunction · 0.70
mips_pic_map_fixed_intrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected