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

/macosx-10.9.5/IOPCIFamily-224.92.1/
H A Dvtd.c237 volatile vtd_iotlb_registers_t * iotlb; member in struct:vtd_unit_t
304 unit->iotlb = (typeof(unit->iotlb)) (((uintptr_t)unit->regs) + offset);
315 VTLOG("cap 0x%llx extcap 0x%llx glob %d cache sel %d mode %d iotlb %p nfault[%d] %p\n",
318 unit->iotlb, unit->num_fault, unit->faults);
381 unit->iotlb->command = (1ULL<<63) | (1ULL<<60) | (1ULL<<49) | (1ULL<<48);
383 while ((1ULL<<63) & unit->iotlb->command) {}
384 // VTLOG("did iotlb inval\n");
439 unit->iotlb->address = ptoa_64(addr) | (leaf << 6) | mask;
441 unit->iotlb
[all...]

Completed in 109 milliseconds