/qemu/include/hw/nvram/ |
H A D | fw_cfg.h | 15 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 D | fw_cfg.c | 180 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 D | fw_cfg.h | 23 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 D | fw_cfg.c | 54 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 D | multiboot.h | 8 FWCfgState *fw_cfg,
|
H A D | nitro_enclave.c | 166 static void x86_load_eif(X86MachineState *x86ms, FWCfgState *fw_cfg, in x86_load_eif()
|
/qemu/hw/loongarch/ |
H A D | fw_cfg.c | 20 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 D | fw_cfg.h | 14 FWCfgState *virt_fw_cfg_init(ram_addr_t ram_size, MachineState *ms);
|
/qemu/include/hw/i386/ |
H A D | x86.h | 46 FWCfgState *fw_cfg; 129 FWCfgState *fw_cfg,
|
H A D | microvm.h | 81 void (*x86_load_linux)(X86MachineState *x86ms, FWCfgState *fw_cfg,
|
/qemu/include/qemu/ |
H A D | typedefs.h | 54 typedef struct FWCfgState FWCfgState; typedef
|
/qemu/include/hw/acpi/ |
H A D | vmgenid.h | 35 void vmgenid_add_fw_cfg(VmGenIdState *vms, FWCfgState *s, GArray *guid);
|
H A D | ghes.h | 75 void acpi_ghes_add_fw_cfg(AcpiGhesState *vms, FWCfgState *s,
|
/qemu/include/hw/loongarch/ |
H A D | virt.h | 48 FWCfgState *fw_cfg;
|
/qemu/include/hw/mem/ |
H A D | nvdimm.h | 153 FWCfgState *fw_cfg, Object *owner);
|
/qemu/hw/misc/ |
H A D | vmcoreinfo.c | 41 FWCfgState *fw_cfg = fw_cfg_find(); in vmcoreinfo_realize()
|
H A D | pvpanic-isa.c | 51 FWCfgState *fw_cfg = fw_cfg_find(); in pvpanic_isa_realizefn()
|
/qemu/include/hw/riscv/ |
H A D | virt.h | 54 FWCfgState *fw_cfg;
|
/qemu/include/hw/arm/ |
H A D | virt.h | 138 FWCfgState *fw_cfg;
|
/qemu/hw/display/ |
H A D | ramfb.c | 140 FWCfgState *fw_cfg = fw_cfg_find(); in ramfb_setup()
|
/qemu/hw/acpi/ |
H A D | vmgenid.c | 123 void vmgenid_add_fw_cfg(VmGenIdState *vms, FWCfgState *s, GArray *guid) in vmgenid_add_fw_cfg()
|
H A D | bios-linker-loader.c | 176 FWCfgState *fw_cfg = fw_cfg_find(); in bios_linker_loader_can_write_pointer()
|
H A D | ghes.c | 353 void acpi_ghes_add_fw_cfg(AcpiGhesState *ags, FWCfgState *s, in acpi_ghes_add_fw_cfg()
|
/qemu/include/hw/ |
H A D | loader.h | 272 void rom_set_fw(FWCfgState *f);
|
/qemu/hw/hppa/ |
H A D | machine.c | 194 static FWCfgState *create_fw_cfg(MachineState *ms, PCIBus *pci_bus, in create_fw_cfg() 197 FWCfgState *fw_cfg; in create_fw_cfg()
|