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

/external/qemu/
H A Dcpu-defs.h96 use the corresponding iotlb value. */
110 target_phys_addr_t iotlb[NB_MMU_MODES][CPU_TLB_SIZE]; \
H A Dsoftmmu_template.h122 ioaddr = env->iotlb[mmu_idx][index];
209 ioaddr = env->iotlb[mmu_idx][index];
297 ioaddr = env->iotlb[mmu_idx][index];
384 ioaddr = env->iotlb[mmu_idx][index];
H A Dexec.c2003 target_phys_addr_t iotlb; local
2025 iotlb = pd & TARGET_PAGE_MASK;
2027 iotlb |= IO_MEM_NOTDIRTY;
2029 iotlb |= IO_MEM_ROM;
2037 iotlb = (pd & ~TARGET_PAGE_MASK);
2039 iotlb += p->region_offset;
2041 iotlb += paddr;
2050 iotlb = io_mem_watch + paddr;
2058 env->iotlb[mmu_idx][index] = iotlb
[all...]

Completed in 75 milliseconds