Home
last modified time | relevance | path

Searched refs:FWCfgState (Results 1 – 25 of 40) sorted by relevance

12

/qemu/include/hw/nvram/
H A Dfw_cfg.h15 OBJECT_DECLARE_SIMPLE_TYPE(FWCfgState, FW_CFG)
49 void fw_cfg_set_order_override(FWCfgState *fw_cfg, int order);
50 void fw_cfg_reset_order_override(FWCfgState *fw_cfg);
64 struct FWCfgState { struct
93 FWCfgState parent_obj; argument
101 FWCfgState parent_obj;
320 void fw_cfg_add_extra_pci_roots(PCIBus *bus, FWCfgState *s);
324 FWCfgState *fw_cfg_init_io(uint32_t iobase);
325 FWCfgState *fw_cfg_init_mem(hwaddr ctl_addr, hwaddr data_addr);
326 FWCfgState *fw_cfg_init_mem_wide(hwaddr ctl_addr,
[all …]
/qemu/hw/nvram/
H A Dfw_cfg.c296 FWCfgState *s = opaque; in fw_cfg_data_read()
327 FWCfgState *s = opaque; in fw_cfg_data_mem_write()
452 FWCfgState *s = opaque; in fw_cfg_dma_mem_write()
558 FWCfgState *s = FW_CFG(d); in fw_cfg_reset()
603 FWCfgState *s = opaque; in fw_cfg_dma_enabled()
610 FWCfgState *s = opaque; in fw_cfg_acpi_mr_restore()
637 FWCfgState *s = opaque; in fw_cfg_acpi_mr_restore_post_load()
1084 FWCfgState *s = opaque; in fw_cfg_machine_reset()
1102 FWCfgState *s = container_of(n, FWCfgState, machine_ready); in fw_cfg_machine_ready()
1145 FWCfgState *s; in fw_cfg_init_io_dma()
[all …]
/qemu/hw/i386/
H A Dfw_cfg.h23 FWCfgState *fw_cfg_arch_create(MachineState *ms,
26 void fw_cfg_build_smbios(PCMachineState *pcms, FWCfgState *fw_cfg,
28 void fw_cfg_build_feature_control(MachineState *ms, FWCfgState *fw_cfg);
29 void fw_cfg_add_acpi_dsdt(Aml *scope, FWCfgState *fw_cfg);
H A Dfw_cfg.c51 void fw_cfg_build_smbios(PCMachineState *pcms, FWCfgState *fw_cfg, in fw_cfg_build_smbios()
107 FWCfgState *fw_cfg_arch_create(MachineState *ms, in fw_cfg_arch_create()
111 FWCfgState *fw_cfg; in fw_cfg_arch_create()
168 void fw_cfg_build_feature_control(MachineState *ms, FWCfgState *fw_cfg) in fw_cfg_build_feature_control()
207 void fw_cfg_add_acpi_dsdt(Aml *scope, FWCfgState *fw_cfg) in fw_cfg_add_acpi_dsdt()
H A Dmultiboot.h8 FWCfgState *fw_cfg,
/qemu/hw/loongarch/
H A Dfw_cfg.c20 FWCfgState *virt_fw_cfg_init(ram_addr_t ram_size, MachineState *ms) in virt_fw_cfg_init()
22 FWCfgState *fw_cfg; in virt_fw_cfg_init()
H A Dfw_cfg.h14 FWCfgState *virt_fw_cfg_init(ram_addr_t ram_size, MachineState *ms);
H A Dboot.c236 FWCfgState *fw_cfg) in fw_cfg_add_kernel_info()
/qemu/include/hw/i386/
H A Dx86.h51 FWCfgState *fw_cfg;
134 FWCfgState *fw_cfg,
/qemu/include/qemu/
H A Dtypedefs.h52 typedef struct FWCfgState FWCfgState; typedef
/qemu/include/hw/acpi/
H A Dvmgenid.h35 void vmgenid_add_fw_cfg(VmGenIdState *vms, FWCfgState *s, GArray *guid);
H A Dghes.h73 void acpi_ghes_add_fw_cfg(AcpiGhesState *vms, FWCfgState *s,
/qemu/include/hw/loongarch/
H A Dvirt.h49 FWCfgState *fw_cfg;
/qemu/include/hw/mem/
H A Dnvdimm.h153 FWCfgState *fw_cfg, Object *owner);
/qemu/hw/misc/
H A Dvmcoreinfo.c41 FWCfgState *fw_cfg = fw_cfg_find(); in vmcoreinfo_realize()
H A Dpvpanic-isa.c52 FWCfgState *fw_cfg = fw_cfg_find(); in pvpanic_isa_realizefn()
/qemu/include/hw/riscv/
H A Dvirt.h54 FWCfgState *fw_cfg;
/qemu/include/hw/arm/
H A Dvirt.h140 FWCfgState *fw_cfg;
/qemu/hw/display/
H A Dramfb.c140 FWCfgState *fw_cfg = fw_cfg_find(); in ramfb_setup()
/qemu/hw/acpi/
H A Dvmgenid.c123 void vmgenid_add_fw_cfg(VmGenIdState *vms, FWCfgState *s, GArray *guid) in vmgenid_add_fw_cfg()
H A Dbios-linker-loader.c176 FWCfgState *fw_cfg = fw_cfg_find(); in bios_linker_loader_can_write_pointer()
H A Dghes.c377 void acpi_ghes_add_fw_cfg(AcpiGhesState *ags, FWCfgState *s, in acpi_ghes_add_fw_cfg()
/qemu/include/hw/
H A Dloader.h286 void rom_set_fw(FWCfgState *f);
/qemu/hw/hppa/
H A Dmachine.c193 static FWCfgState *create_fw_cfg(MachineState *ms, PCIBus *pci_bus, in create_fw_cfg()
196 FWCfgState *fw_cfg; in create_fw_cfg()
/qemu/hw/riscv/
H A Dboot.c451 FWCfgState *fw_cfg; in riscv_setup_firmware_boot()

12