Searched refs:cpu_register_physical_memory (Results 1 - 19 of 19) sorted by relevance
/external/qemu/hw/ |
H A D | sysbus.c | 44 cpu_register_physical_memory(dev->mmio[n].addr, dev->mmio[n].size, 51 cpu_register_physical_memory(addr, dev->mmio[n].size,
|
H A D | 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,
|
H A D | 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,
|
H A D | piix_pci.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,
|
H A D | fw_cfg.c | 271 cpu_register_physical_memory(ctl_addr, FW_CFG_SIZE, io_ctl_memory); 276 cpu_register_physical_memory(data_addr, FW_CFG_SIZE, io_data_memory);
|
H A D | pc.c | 938 cpu_register_physical_memory(0, 0xa0000, ram_addr); 939 cpu_register_physical_memory(0x100000, 943 cpu_register_physical_memory(0x100000000ULL, above_4g_mem_size, 953 cpu_register_physical_memory(0, below_4g_mem_size, ram_addr); 962 cpu_register_physical_memory(0x100000000ULL, 996 cpu_register_physical_memory(0x100000 - isa_bios_size, 1004 cpu_register_physical_memory(0xc0000, 0x20000, option_rom_offset); 1034 cpu_register_physical_memory((uint32_t)(-bios_size),
|
H A D | android_arm.c | 82 cpu_register_physical_memory(0, ram_size, ram_offset | IO_MEM_RAM);
|
H A D | goldfish_device.c | 97 cpu_register_physical_memory(dev->base, dev->size, iomemtype);
|
H A D | ioapic.c | 255 cpu_register_physical_memory(0xfec00000, 0x1000, io_memory);
|
H A D | pckbd.c | 436 cpu_register_physical_memory(base, size, s_io_memory);
|
H A D | armv7m_nvic.c | 398 cpu_register_physical_memory(0xe000e000, 0x1000, s->gic.iomemtype);
|
H A D | goldfish_events_device.c | 518 cpu_register_physical_memory(base, 0xfff, iomemtype);
|
H A D | pci.c | 301 cpu_register_physical_memory(pci_to_cpu_addr(r->addr), 419 cpu_register_physical_memory(pci_to_cpu_addr(r->addr),
|
H A D | usb-ohci.c | 1710 cpu_register_physical_memory(addr, size, ohci->state.mem); 1746 cpu_register_physical_memory(base, 0x1000, ohci->mem); 1757 cpu_register_physical_memory(mmio_base, 0x1000, ohci->mem);
|
H A D | apic.c | 956 cpu_register_physical_memory(s->apicbase & ~0xfff, 0x1000,
|
H A D | goldfish_nand.c | 661 cpu_register_physical_memory(base, 0x00000fff, iomemtype);
|
H A D | mc146818rtc.c | 745 cpu_register_physical_memory(base, 2 << it_shift, io_memory);
|
/external/qemu/ |
H A D | cpu-common.h | 46 static inline void cpu_register_physical_memory(target_phys_addr_t start_addr, function
|
H A D | kqemu.c | 996 cpu_register_physical_memory(kqemu_comm_base & ~0xfff,
|
Completed in 2354 milliseconds