KERNHIST_LOG
KERNHIST_LOG(cpswhist, "rxhead %x CP %x\n", i,
KERNHIST_LOG(cpswhist, "before txnext %x txhead %x txrun %x\n",
KERNHIST_LOG(cpswhist, "txnext %x txhead %x txrun %x cpi %x\n",
KERNHIST_LOG(cpswhist, "after txnext %x txhead %x txrun %x\n",
KERNHIST_LOG(cpswhist, "CP %x HDP %x\n",
KERNHIST_LOG(cpswhist, "%08x %08x %08x %08x\n",
KERNHIST_LOG(cpswhist, "%08x %08x %08x %08x\n",
KERNHIST_LOG(cpswhist, "%08x %08x %08x %08x\n",
KERNHIST_LOG(cpswhist, "%08x %08x %08x %08x\n",
KERNHIST_LOG(cpswhist, "start txf %x txh %x txn %x txr %x\n",
KERNHIST_LOG(cpswhist, "CP %x HDP %x s %x e %x\n",
KERNHIST_LOG(cpswhist, "end txf %x txh %x txn %x txr %x\n",
#define DDOLOG(f, a, b, c, d) do { KERNHIST_LOG(usbhist, f, a, b, c, d); \
KERNHIST_LOG(usbhist, fmt, a, b, c, d); \
KERNHIST_LOG(usbhist,FMT,A,B,C,D); \
KERNHIST_LOG(usbhist,FMT,A,B,C,D); \
#define SCDEBUG_KERNHIST_LOG(a,b,c,d,e,f) KERNHIST_LOG(a,b,c,d,e,f)
#define BIOHIST_LOG(NAME,FMT,A,B,C,D) KERNHIST_LOG(NAME,FMT,A,B,C,D)
KERNHIST_LOG(NAME, "called!", 0, 0, 0, 0); \
KERNHIST_LOG(NAME, "called: "FMT, (A), (B), (C), (D)); \
#define UVMHIST_LOG(NAME,FMT,A,B,C,D) KERNHIST_LOG(NAME,FMT,A,B,C,D)