Searched refs:FW_CFG_IO_BASE (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/i386/ |
H A D | fw_cfg.c | 128 fw_cfg = fw_cfg_init_io_dma(FW_CFG_IO_BASE, FW_CFG_IO_BASE + 4, in fw_cfg_arch_create() 235 aml_io(AML_DECODE16, FW_CFG_IO_BASE, FW_CFG_IO_BASE, 0x01, io_size)); in fw_cfg_add_acpi_dsdt()
|
H A D | fw_cfg.h | 16 #define FW_CFG_IO_BASE 0x510 macro
|
H A D | microvm.c | 321 fw_cfg = fw_cfg_init_io_dma(FW_CFG_IO_BASE, FW_CFG_IO_BASE + 4, in microvm_memory_init()
|
H A D | pc.c | 663 fw_cfg = fw_cfg_init_io_dma(FW_CFG_IO_BASE, FW_CFG_IO_BASE + 4, in xen_load_linux()
|
/openbmc/qemu/hw/hppa/ |
H A D | hppa_hardware.h | 41 #define FW_CFG_IO_BASE 0xfffa0000 macro
|
H A D | machine.c | 413 create_fw_cfg(machine, pci_bus, translate(NULL, FW_CFG_IO_BASE)); in machine_HP_common_init_tail() 529 cpu[0]->env.gr[19] = FW_CFG_IO_BASE; in machine_HP_common_init_tail() 677 cpu[0]->env.gr[19] = FW_CFG_IO_BASE; in hppa_machine_reset()
|