Searched refs:memory_region_present (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/isa/ |
H A D | lpc_ich9.c | 634 if (memory_region_present(io_as, 0x3f8)) { in ich9_lpc_machine_ready() 638 if (memory_region_present(io_as, 0x2f8)) { in ich9_lpc_machine_ready() 642 if (memory_region_present(io_as, 0x378)) { in ich9_lpc_machine_ready() 646 if (memory_region_present(io_as, 0x3f2)) { in ich9_lpc_machine_ready()
|
/openbmc/qemu/hw/acpi/ |
H A D | piix4.c | 421 (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()
|
/openbmc/qemu/include/exec/ |
H A D | memory.h | 2426 bool memory_region_present(MemoryRegion *container, hwaddr addr);
|
/openbmc/qemu/system/ |
H A D | memory.c | 3030 bool memory_region_present(MemoryRegion *container, hwaddr addr) in memory_region_present() function
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 541 if (memory_region_present(get_system_memory(), addr)) { in spapr_dt_dynamic_memory()
|