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

/external/qemu/
H A Dexec.c148 /* offset in host memory of the page + io_index in the low bits */
3177 If io_index is non zero, the corresponding io zone is
3181 static int cpu_register_io_memory_fixed(int io_index, argument
3188 if (io_index <= 0) {
3189 io_index = get_free_io_mem_idx();
3190 if (io_index == -1)
3191 return io_index;
3193 io_index >>= IO_MEM_SHIFT;
3194 if (io_index >= IO_MEM_NB_ENTRIES)
3201 io_mem_read[io_index][
3218 int io_index = io_table_address >> IO_MEM_SHIFT; local
3290 int l, io_index; local
3570 int io_index; local
3602 int io_index; local
3658 int io_index; local
3694 int io_index; local
3727 int io_index; local
[all...]
H A Dkqemu.h128 uint32_t io_index; /* memory type: see KQEMU_IO_MEM_xxx */ member in struct:kqemu_phys_mem
H A Dkqemu.c329 int ret, io_index; local
336 io_index = phys_offset & ~TARGET_PAGE_MASK;
337 switch(io_index) {
339 kphys_mem->io_index = KQEMU_IO_MEM_RAM;
342 kphys_mem->io_index = KQEMU_IO_MEM_ROM;
345 if (qpi_io_memory == io_index) {
346 kphys_mem->io_index = KQEMU_IO_MEM_COMM;
348 kphys_mem->io_index = KQEMU_IO_MEM_UNASSIGNED;

Completed in 69 milliseconds