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

  /external/qemu/
cpu-common.h 111 #define IO_MEM_UNASSIGNED (2 << IO_MEM_SHIFT)
exec.c 379 pd[i].phys_offset = IO_MEM_UNASSIGNED;
    [all...]
kvm-all.c 680 if (flags >= IO_MEM_UNASSIGNED) {
701 if (flags < IO_MEM_UNASSIGNED && start_addr >= mem->start_addr &&
730 flags < IO_MEM_UNASSIGNED) {
791 if (flags >= IO_MEM_UNASSIGNED)
  /external/qemu/hw/
sysbus.c 45 IO_MEM_UNASSIGNED);
pci.c 303 IO_MEM_UNASSIGNED);
421 IO_MEM_UNASSIGNED);
  /external/qemu/target-i386/
hax-darwin.c 64 if (flags >= IO_MEM_UNASSIGNED)
hax-windows.c 105 if (flags >= IO_MEM_UNASSIGNED)

Completed in 586 milliseconds