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

  /external/qemu/hw/core/
sysbus.c 45 cpu_register_physical_memory(dev->mmio[n].addr, dev->mmio[n].size,
52 cpu_register_physical_memory(addr, dev->mmio[n].size,
  /external/qemu/hw/arm/
armv7m.c 194 cpu_register_physical_memory(0, flash_size,
197 cpu_register_physical_memory(0x20000000, sram_size,
237 cpu_register_physical_memory(0xfffff000, 0x1000,
armv7m_nvic.c 398 cpu_register_physical_memory(0xe000e000, 0x1000, s->gic.iomemtype);
  /external/qemu/hw/mips/
mips_r4k.c 203 cpu_register_physical_memory(0, ram_size, ram_offset | IO_MEM_RAM);
209 cpu_register_physical_memory(0x1fbf0000, 0x10000, mips_qemu_iomemtype);
225 cpu_register_physical_memory(0x1fc00000, BIOS_SIZE,
  /external/qemu/hw/pci-host/
piix.c 70 cpu_register_physical_memory(start, end - start,
75 cpu_register_physical_memory(start, end - start,
82 cpu_register_physical_memory(addr, 4096,
101 cpu_register_physical_memory(0xa0000, 0x20000, 0xa0000);
104 cpu_register_physical_memory(addr, 4096,
  /external/qemu/hw/android/
android_arm.c 69 cpu_register_physical_memory(0, ram_size, ram_offset | IO_MEM_RAM);
android_mips.c 167 cpu_register_physical_memory(0, ram_size, ram_offset | IO_MEM_RAM);
  /external/qemu/hw/i386/
pc.c 930 cpu_register_physical_memory(0, 0xa0000, ram_addr);
931 cpu_register_physical_memory(0x100000,
935 cpu_register_physical_memory(0x100000000ULL, above_4g_mem_size,
945 cpu_register_physical_memory(0, below_4g_mem_size, ram_addr);
954 cpu_register_physical_memory(0x100000000ULL,
988 cpu_register_physical_memory(0x100000 - isa_bios_size,
996 cpu_register_physical_memory(0xc0000, 0x20000, option_rom_offset);
1026 cpu_register_physical_memory((uint32_t)(-bios_size),
    [all...]
  /external/qemu/hw/nvram/
fw_cfg.c 272 cpu_register_physical_memory(ctl_addr, FW_CFG_SIZE, io_ctl_memory);
277 cpu_register_physical_memory(data_addr, FW_CFG_SIZE, io_data_memory);
  /external/qemu/include/exec/
cpu-common.h 76 static inline void cpu_register_physical_memory(hwaddr start_addr, function
  /external/qemu/hw/android/goldfish/
device.c 107 cpu_register_physical_memory(dev->base, dev->size, iomemtype);
events_device.c 522 cpu_register_physical_memory(base, 0xfff, iomemtype);
nand.c 681 cpu_register_physical_memory(base, 0x00000fff, iomemtype);
  /external/qemu/hw/intc/
ioapic.c 255 cpu_register_physical_memory(0xfec00000, 0x1000, io_memory);
apic.c 958 cpu_register_physical_memory(s->apicbase & ~0xfff, 0x1000,
  /external/qemu/hw/input/
pckbd.c 436 cpu_register_physical_memory(base, size, s_io_memory);
  /external/qemu/hw/pci/
pci.c 302 cpu_register_physical_memory(pci_to_cpu_addr(r->addr),
418 cpu_register_physical_memory(pci_to_cpu_addr(r->addr),
  /external/qemu/hw/timer/
mc146818rtc.c 751 cpu_register_physical_memory(base, 2 << it_shift, io_memory);

Completed in 141 milliseconds