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

Function lapic_dump

freebsd/x86/include/apicvar.h:294–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294static inline void
295lapic_dump(const char *str)
296{
297
298 apic_ops.dump(str);
299}
300
301static inline void
302lapic_disable(void)

Callers 2

init_secondary_tailFunction · 0.85
apic_setup_ioFunction · 0.85

Calls 1

dumpMethod · 0.80

Tested by

no test coverage detected