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

/vbox/src/recompiler/
H A Dexec.c2394 target_phys_addr_t iotlb; local
2431 iotlb = pd & TARGET_PAGE_MASK;
2433 iotlb |= IO_MEM_NOTDIRTY;
2435 iotlb |= IO_MEM_ROM;
2443 iotlb = (pd & ~TARGET_PAGE_MASK);
2445 iotlb += p->region_offset;
2447 iotlb += paddr;
2472 if ((iotlb & ~TARGET_PAGE_MASK) == 0)
2473 iotlb = env->pVM->rem.s.iHandlerMemType + paddr;
2484 iotlb
[all...]

Completed in 86 milliseconds