HomeSort by relevance Sort by last modified time
    Searched refs:IO_MEM_ROM (Results 1 - 11 of 11) sorted by null

  /external/qemu/
cpu-common.h 110 #define IO_MEM_ROM (1 << IO_MEM_SHIFT) /* hardcoded offset */
exec-all.h 401 if (pd > IO_MEM_ROM && !(pd & IO_MEM_ROMD)) {
exec.c     [all...]
kqemu.c 341 case IO_MEM_ROM:
kvm-all.c 693 phys_offset &= ~IO_MEM_ROM;
  /external/qemu/hw/
armv7m.c 196 flash_size) | IO_MEM_ROM);
mips_r4k.c 226 bios_offset | IO_MEM_ROM);
piix_pci.c 76 start | IO_MEM_ROM);
pc.c 998 (bios_offset + bios_size - isa_bios_size) | IO_MEM_ROM);
1035 bios_size, bios_offset | IO_MEM_ROM);
    [all...]
  /external/qemu/target-i386/
hax-darwin.c 77 info.flags = (flags & IO_MEM_ROM) ? 1 : 0;
hax-windows.c 119 info.flags = (flags & IO_MEM_ROM) ? 1 : 0;

Completed in 7811 milliseconds