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

  /external/qemu/
exec.c 215 pd = IO_MEM_UNASSIGNED;
712 if (phys_offset == IO_MEM_UNASSIGNED) {
722 if (p && p->phys_offset != IO_MEM_UNASSIGNED) {
763 &p->phys_offset, IO_MEM_UNASSIGNED,
790 return IO_MEM_UNASSIGNED;
    [all...]
cputlb.c 219 pd = IO_MEM_UNASSIGNED;
kvm-all.c 708 if (flags >= IO_MEM_UNASSIGNED) {
728 if (flags < IO_MEM_UNASSIGNED && start_addr >= mem->start_addr &&
757 flags < IO_MEM_UNASSIGNED) {
818 if (flags >= IO_MEM_UNASSIGNED)
translate-all.c 465 pd[i].phys_offset = IO_MEM_UNASSIGNED;
    [all...]
  /external/qemu/hw/core/
sysbus.c 46 IO_MEM_UNASSIGNED);
  /external/qemu/include/exec/
cpu-common.h 155 #define IO_MEM_UNASSIGNED (2 << IO_MEM_SHIFT)
  /external/qemu/target-i386/
hax-darwin.c 64 if (flags >= IO_MEM_UNASSIGNED)
hax-windows.c 108 if (flags >= IO_MEM_UNASSIGNED)
  /external/qemu/hw/pci/
pci.c 304 IO_MEM_UNASSIGNED);
420 IO_MEM_UNASSIGNED);

Completed in 87 milliseconds