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

  /external/qemu/
cputlb.c 230 if ((pd & ~TARGET_PAGE_MASK) > IO_MEM_ROM && !(pd & IO_MEM_ROMD)) {
235 if ((pd & ~TARGET_PAGE_MASK) <= IO_MEM_ROM) {
241 iotlb |= IO_MEM_ROM;
285 if ((pd & ~TARGET_PAGE_MASK) == IO_MEM_ROM ||
315 if (pd > IO_MEM_ROM && !(pd & IO_MEM_ROMD)) {
exec.c 743 if ((phys_offset & ~TARGET_PAGE_MASK) <= IO_MEM_ROM ||
751 if ((phys_offset & ~TARGET_PAGE_MASK) <= IO_MEM_ROM ||
    [all...]
kvm-all.c 720 phys_offset &= ~IO_MEM_ROM;
  /external/qemu/include/exec/
cpu-common.h 154 #define IO_MEM_ROM (1 << IO_MEM_SHIFT) /* hardcoded offset */
  /external/qemu/hw/arm/
armv7m.c 196 flash_size) | IO_MEM_ROM);
  /external/qemu/hw/mips/
mips_r4k.c 226 bios_offset | IO_MEM_ROM);
  /external/qemu/target-i386/
hax-darwin.c 77 info.flags = (flags & IO_MEM_ROM) ? 1 : 0;
hax-windows.c 122 info.flags = (flags & IO_MEM_ROM) ? 1 : 0;
  /external/qemu/hw/pci-host/
piix.c 76 start | IO_MEM_ROM);
  /external/qemu/hw/i386/
pc.c 990 (bios_offset + bios_size - isa_bios_size) | IO_MEM_ROM);
1027 bios_size, bios_offset | IO_MEM_ROM);
    [all...]

Completed in 312 milliseconds