/openbmc/qemu/include/hw/acpi/ |
H A D | bios-linker-loader.h | 5 typedef struct BIOSLinker { struct 8 } BIOSLinker; argument 12 BIOSLinker *bios_linker_loader_init(void); 14 void bios_linker_loader_alloc(BIOSLinker *linker, 20 void bios_linker_loader_add_checksum(BIOSLinker *linker, const char *file, 24 void bios_linker_loader_add_pointer(BIOSLinker *linker, 31 void bios_linker_loader_write_pointer(BIOSLinker *linker, 38 void bios_linker_loader_cleanup(BIOSLinker *linker);
|
H A D | aml-build.h | 221 BIOSLinker *linker; 445 void acpi_table_end(BIOSLinker *linker, AcpiTable *table); 453 build_rsdp(GArray *tbl, BIOSLinker *linker, AcpiRsdpData *rsdp_data); 455 build_rsdt(GArray *table_data, BIOSLinker *linker, GArray *table_offsets, 458 build_xsdt(GArray *table_data, BIOSLinker *linker, GArray *table_offsets, 489 void build_slit(GArray *table_data, BIOSLinker *linker, MachineState *ms, 492 void build_pptt(GArray *table_data, BIOSLinker *linker, MachineState *ms, 495 void build_fadt(GArray *tbl, BIOSLinker *linker, const AcpiFadtData *f, 498 void build_tpm2(GArray *table_data, BIOSLinker *linker, GArray *tcpalog, 501 void build_spcr(GArray *table_data, BIOSLinker *linker,
|
H A D | ghes.h | 70 void build_ghes_error_table(GArray *hardware_errors, BIOSLinker *linker); 71 void acpi_build_hest(GArray *table_data, BIOSLinker *linker,
|
H A D | erst.h | 17 void build_erst(GArray *table_data, BIOSLinker *linker, Object *erst_dev,
|
H A D | cxl.h | 25 BIOSLinker *linker, const char *oem_id,
|
H A D | pci.h | 37 void build_mcfg(GArray *table_data, BIOSLinker *linker, AcpiMcfgInfo *info,
|
H A D | vmgenid.h | 34 BIOSLinker *linker, const char *oem_id);
|
/openbmc/qemu/hw/acpi/ |
H A D | bios-linker-loader.c | 129 BIOSLinker *bios_linker_loader_init(void) in bios_linker_loader_init() 131 BIOSLinker *linker = g_new(BIOSLinker, 1); in bios_linker_loader_init() 140 void bios_linker_loader_cleanup(BIOSLinker *linker) in bios_linker_loader_cleanup() 156 bios_linker_find_file(const BIOSLinker *linker, const char *name) in bios_linker_find_file() 191 void bios_linker_loader_alloc(BIOSLinker *linker, in bios_linker_loader_alloc() 231 void bios_linker_loader_add_checksum(BIOSLinker *linker, const char *file_name, in bios_linker_loader_add_checksum() 271 void bios_linker_loader_add_pointer(BIOSLinker *linker, in bios_linker_loader_add_pointer() 325 void bios_linker_loader_write_pointer(BIOSLinker *linker, in bios_linker_loader_write_pointer()
|
H A D | hmat.h | 41 void build_hmat(GArray *table_data, BIOSLinker *linker, NumaState *numa_state,
|
H A D | viot.h | 9 void build_viot(MachineState *ms, GArray *table_data, BIOSLinker *linker,
|
H A D | ghes.c | 239 void build_ghes_error_table(GArray *hardware_errors, BIOSLinker *linker) in build_ghes_error_table() 290 static void build_ghes_v2(GArray *table_data, int source_id, BIOSLinker *linker) in build_ghes_v2() 362 void acpi_build_hest(GArray *table_data, BIOSLinker *linker, in acpi_build_hest()
|
H A D | pci.c | 35 void build_mcfg(GArray *table_data, BIOSLinker *linker, AcpiMcfgInfo *info, in build_mcfg()
|
H A D | viot.c | 87 void build_viot(MachineState *ms, GArray *table_data, BIOSLinker *linker, in build_viot()
|
H A D | aml-build.c | 1735 void acpi_table_end(BIOSLinker *linker, AcpiTable *desc) in acpi_table_end() 1801 build_rsdp(GArray *tbl, BIOSLinker *linker, AcpiRsdpData *rsdp_data) in build_rsdp() 1868 build_rsdt(GArray *table_data, BIOSLinker *linker, GArray *table_offsets, in build_rsdt() 1896 build_xsdt(GArray *table_data, BIOSLinker *linker, GArray *table_offsets, in build_xsdt() 1945 void build_slit(GArray *table_data, BIOSLinker *linker, MachineState *ms, in build_slit() 1997 void build_spcr(GArray *table_data, BIOSLinker *linker, in build_spcr() 2054 void build_pptt(GArray *table_data, BIOSLinker *linker, MachineState *ms, in build_pptt() 2127 void build_fadt(GArray *tbl, BIOSLinker *linker, const AcpiFadtData *f, in build_fadt() 2269 void build_tpm2(GArray *table_data, BIOSLinker *linker, GArray *tcpalog, in build_tpm2()
|
H A D | vmgenid.c | 26 BIOSLinker *linker, const char *oem_id) in vmgenid_build_acpi()
|
H A D | hmat.c | 270 void build_hmat(GArray *table_data, BIOSLinker *linker, NumaState *numa_state, in build_hmat()
|
H A D | cxl.c | 202 BIOSLinker *linker, const char *oem_id, in cxl_build_cedt()
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-common.h | 13 void acpi_build_madt(GArray *table_data, BIOSLinker *linker,
|
H A D | acpi-common.c | 95 void acpi_build_madt(GArray *table_data, BIOSLinker *linker, in acpi_build_madt()
|
H A D | acpi-microvm.c | 103 build_dsdt_microvm(GArray *table_data, BIOSLinker *linker, in build_dsdt_microvm()
|
H A D | acpi-build.c | 1416 build_dsdt(GArray *table_data, BIOSLinker *linker, in build_dsdt() 1865 build_hpet(GArray *table_data, BIOSLinker *linker, const char *oem_id, in build_hpet() 1897 build_tpm_tcpa(GArray *table_data, BIOSLinker *linker, GArray *tcpalog, in build_tpm_tcpa() 1933 build_srat(GArray *table_data, BIOSLinker *linker, MachineState *machine) in build_srat() 2125 build_dmar_q35(GArray *table_data, BIOSLinker *linker, const char *oem_id, in build_dmar_q35() 2209 build_waet(GArray *table_data, BIOSLinker *linker, const char *oem_id, in build_waet() 2326 build_amd_iommu(GArray *table_data, BIOSLinker *linker, const char *oem_id, in build_amd_iommu()
|
/openbmc/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 207 spcr_setup(GArray *table_data, BIOSLinker *linker, RISCVVirtState *s) in spcr_setup() 248 BIOSLinker *linker, in build_rhct() 395 BIOSLinker *linker, in build_fadt_rev6() 411 BIOSLinker *linker, in build_dsdt() 484 BIOSLinker *linker, in build_madt() 606 build_srat(GArray *table_data, BIOSLinker *linker, RISCVVirtState *vms) in build_srat()
|
/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 276 build_iort(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_iort() 441 spcr_setup(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in spcr_setup() 476 build_srat(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_srat() 535 build_gtdt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_gtdt() 596 build_dbg2(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_dbg2() 667 build_madt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_madt() 774 static void build_fadt_rev6(GArray *table_data, BIOSLinker *linker, in build_fadt_rev6() 805 build_dsdt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_dsdt()
|
/openbmc/qemu/include/hw/mem/ |
H A D | nvdimm.h | 156 BIOSLinker *linker, NVDIMMState *state,
|
/openbmc/qemu/hw/loongarch/ |
H A D | acpi-build.c | 108 build_madt(GArray *table_data, BIOSLinker *linker, in build_madt() 166 build_srat(GArray *table_data, BIOSLinker *linker, MachineState *machine) in build_srat() 402 build_dsdt(GArray *table_data, BIOSLinker *linker, MachineState *machine) in build_dsdt()
|