Searched refs:VTLOG (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOPCIFamily-239.1.2/
H A Dballoc.c36 VTLOG("[%d]: 0x%x\n", idx, next);
222 //VTLOG("++ %x, %x\n", head, rem);
231 //VTLOG("-- %x, %x\n", tail - (1 << rem), rem);
257 //VTLOG("++ %x, %x\n", addr, head);
264 //VTLOG("-- %x, %x\n", end, tail);
284 VTLOG("ballocator count %d, bits 0x%lx, table %p, reserved 0x%x\n",
329 VTLOG("fixed 0x%x, 0x%x\n", 0x40 + idx, (idx << 1) ^ (idx >> 3));
331 VTLOG("unfix 0x%x, 0x%x\n", 0x40 + idx, (idx << 1) ^ (idx >> 3));
345 VTLOG("seed %ld, count %ld\n", seed, count);
355 L VTLOG("fre
[all...]
H A Drballoc.c63 #define VTLOG(fmt, args...) printf(fmt, ## args); macro
112 VTLOG("alloc(0x%x) 0x%x\n", sizes[idx], allocs[idx]);
120 VTLOG("free(0x%x, 0x%x)\n", allocs[idx], sizes[idx]);
171 VTLOG("[0x%x, 0x%x)\n", elem->start, elem->end);
175 VTLOG("S[0x%x, 0x%x)\n", elem->start, elem->end);
177 VTLOG("\n");
H A Dvtd.c59 #define VTLOG(fmt, args...) \ macro
297 VTLOG("unit %p Address %llx, Flags %x\n",
315 VTLOG("cap 0x%llx extcap 0x%llx glob %d cache sel %d mode %d iotlb %p nfault[%d] %p\n",
365 VTLOG("unit %p global status 0x%x\n", unit, unit->regs->global_status);
373 // VTLOG("did set root\n");
378 // VTLOG("did context inval\n");
384 // VTLOG("did iotlb inval\n");
398 VTLOG("did ena qi p 0x%qx v %p\n", unit->qi_address, unit->qi_table);
405 VTLOG("did ena\n");
429 VTLOG("uni
[all...]

Completed in 155 milliseconds