Home
last modified time | relevance | path

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

12

/qemu/include/hw/nvram/
H A Dfw_cfg.h15 OBJECT_DECLARE_SIMPLE_TYPE(FWCfgState, FW_CFG)
57 struct FWCfgState { struct
84 FWCfgState parent_obj; argument
92 FWCfgState parent_obj;
111 void fw_cfg_add_bytes(FWCfgState *s, uint16_t key, void *data, size_t len);
123 void fw_cfg_add_string(FWCfgState *s, uint16_t key, const char *value);
137 void fw_cfg_modify_string(FWCfgState *s, uint16_t key, const char *value);
149 void fw_cfg_add_i16(FWCfgState *s, uint16_t key, uint16_t value);
163 void fw_cfg_modify_i16(FWCfgState *s, uint16_t key, uint16_t value);
175 void fw_cfg_add_i32(FWCfgState *s, uint16_t key, uint32_t value);
[all …]
/qemu/hw/nvram/
H A Dfw_cfg.c180 static void fw_cfg_bootsplash(FWCfgState *s) in fw_cfg_bootsplash()
233 static void fw_cfg_reboot(FWCfgState *s) in fw_cfg_reboot()
253 static void fw_cfg_write(FWCfgState *s, uint8_t value) in fw_cfg_write()
258 static inline uint16_t fw_cfg_file_slots(const FWCfgState *s) in fw_cfg_file_slots()
264 static inline uint32_t fw_cfg_max_entry(const FWCfgState *s) in fw_cfg_max_entry()
269 static int fw_cfg_select(FWCfgState *s, uint16_t key) in fw_cfg_select()
295 FWCfgState *s = opaque; in fw_cfg_data_read()
326 FWCfgState *s = opaque; in fw_cfg_data_mem_write()
334 static void fw_cfg_dma_transfer(FWCfgState *s) in fw_cfg_dma_transfer()
451 FWCfgState *s = opaque; in fw_cfg_dma_mem_write()
[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);
30 void fw_cfg_add_e820(FWCfgState *fw_cfg);
H A Dfw_cfg.c54 void fw_cfg_add_e820(FWCfgState *fw_cfg) in fw_cfg_add_e820()
62 void fw_cfg_build_smbios(PCMachineState *pcms, FWCfgState *fw_cfg, in fw_cfg_build_smbios()
119 FWCfgState *fw_cfg_arch_create(MachineState *ms, in fw_cfg_arch_create()
123 FWCfgState *fw_cfg; in fw_cfg_arch_create()
177 void fw_cfg_build_feature_control(MachineState *ms, FWCfgState *fw_cfg) in fw_cfg_build_feature_control()
216 void fw_cfg_add_acpi_dsdt(Aml *scope, FWCfgState *fw_cfg) in fw_cfg_add_acpi_dsdt()
H A Dmultiboot.h8 FWCfgState *fw_cfg,
H A Dnitro_enclave.c166 static void x86_load_eif(X86MachineState *x86ms, FWCfgState *fw_cfg, in x86_load_eif()
/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);
/qemu/include/hw/i386/
H A Dx86.h46 FWCfgState *fw_cfg;
129 FWCfgState *fw_cfg,
H A Dmicrovm.h81 void (*x86_load_linux)(X86MachineState *x86ms, FWCfgState *fw_cfg,
/qemu/include/qemu/
H A Dtypedefs.h54 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.h75 void acpi_ghes_add_fw_cfg(AcpiGhesState *vms, FWCfgState *s,
/qemu/include/hw/loongarch/
H A Dvirt.h48 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.c51 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.h138 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.c353 void acpi_ghes_add_fw_cfg(AcpiGhesState *ags, FWCfgState *s, in acpi_ghes_add_fw_cfg()
/qemu/include/hw/
H A Dloader.h272 void rom_set_fw(FWCfgState *f);
/qemu/hw/hppa/
H A Dmachine.c194 static FWCfgState *create_fw_cfg(MachineState *ms, PCIBus *pci_bus, in create_fw_cfg()
197 FWCfgState *fw_cfg; in create_fw_cfg()

12