coresight_init
SYSINIT(coresight, SI_SUB_DRIVERS, SI_ORDER_FIRST, coresight_init, NULL);
DEVMETHOD(coresight_init, debug_init),
DEVMETHOD(coresight_init, etm_init),
DEVMETHOD(coresight_init, funnel_init),
DEVMETHOD(coresight_init, replicator_init),
DEVMETHOD(coresight_init, tmc_init),