Home
last modified time | relevance | path

Searched refs:memory_region_present (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/isa/
H A Dlpc_ich9.c633 if (memory_region_present(io_as, 0x3f8)) { in ich9_lpc_machine_ready()
637 if (memory_region_present(io_as, 0x2f8)) { in ich9_lpc_machine_ready()
641 if (memory_region_present(io_as, 0x378)) { in ich9_lpc_machine_ready()
645 if (memory_region_present(io_as, 0x3f2)) { in ich9_lpc_machine_ready()
/qemu/hw/acpi/
H A Dpiix4.c421 (memory_region_present(io_as, 0x378) ? 0x80 : 0); in piix4_pm_machine_ready()
423 pci_conf[0x67] = (memory_region_present(io_as, 0x3f8) ? 0x08 : 0) | in piix4_pm_machine_ready()
424 (memory_region_present(io_as, 0x2f8) ? 0x90 : 0); in piix4_pm_machine_ready()
/qemu/include/system/
H A Dmemory.h2504 bool memory_region_present(MemoryRegion *container, hwaddr addr);
/qemu/system/
H A Dmemory.c2880 bool memory_region_present(MemoryRegion *container, hwaddr addr) in memory_region_present() function
/qemu/hw/ppc/
H A Dspapr.c548 if (memory_region_present(get_system_memory(), addr)) { in spapr_dt_dynamic_memory()