Home
last modified time | relevance | path

Searched defs:table_data (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dhmat.c37 static void build_hmat_mpda(GArray *table_data, uint16_t flags, in build_hmat_mpda()
76 static void build_hmat_lb(GArray *table_data, HMAT_LB_Info *hmat_lb, in build_hmat_lb()
152 static void build_hmat_cache(GArray *table_data, uint8_t total_levels, in build_hmat_cache()
199 static void hmat_build_table_structs(GArray *table_data, NumaState *numa_state) in hmat_build_table_structs()
270 void build_hmat(GArray *table_data, BIOSLinker *linker, NumaState *numa_state, in build_hmat()
H A Dcxl.c103 static void cedt_build_chbs(GArray *table_data, PXBCXLDev *cxl) in cedt_build_chbs()
141 GArray *table_data = cedt->buf; in cedt_build_cfmws() local
199 void cxl_build_cedt(GArray *table_offsets, GArray *table_data, in cxl_build_cedt()
H A Dviot.c18 static void build_pci_host_range(GArray *table_data, int min_bus, int max_bus, in build_pci_host_range()
87 void build_viot(MachineState *ms, GArray *table_data, BIOSLinker *linker, in build_viot()
H A Dpci.c41 void build_mcfg(GArray *table_data, BIOSLinker *linker, AcpiMcfgInfo *info, in build_mcfg()
152 GArray *table_data = opaque; in build_acpi_generic_initiator() local
266 GArray *table_data = opaque; in build_acpi_generic_port() local
296 void build_srat_generic_affinity_structures(GArray *table_data) in build_srat_generic_affinity_structures()
H A Dvmclock.c27 void vmclock_build_acpi(VmclockState *vms, GArray *table_data, in vmclock_build_acpi()
H A Dvmgenid.c25 void vmgenid_build_acpi(VmGenIdState *vms, GArray *table_data, GArray *guid, in vmgenid_build_acpi()
H A Dnvdimm.c401 GArray *table_data, BIOSLinker *linker, in nvdimm_build_nfit()
1368 static void nvdimm_build_ssdt(GArray *table_offsets, GArray *table_data, in nvdimm_build_ssdt()
1430 void nvdimm_build_srat(GArray *table_data) in nvdimm_build_srat()
1450 void nvdimm_build_acpi(GArray *table_offsets, GArray *table_data, in nvdimm_build_acpi()
H A Derst.c188 GArray *table_data; member
229 void build_erst(GArray *table_data, BIOSLinker *linker, Object *erst_dev, in build_erst()
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c233 spcr_setup(GArray *table_data, BIOSLinker *linker, RISCVVirtState *s) in spcr_setup()
276 static void build_rhct(GArray *table_data, in build_rhct()
425 static void build_fadt_rev6(GArray *table_data, in build_fadt_rev6()
441 static void build_dsdt(GArray *table_data, in build_dsdt()
514 static void build_madt(GArray *table_data, in build_madt()
639 static void build_rimt_id_mapping(GArray *table_data, uint32_t source_id_base, in build_rimt_id_mapping()
696 static void build_rimt(GArray *table_data, BIOSLinker *linker, in build_rimt()
816 build_srat(GArray *table_data, BIOSLinker *linker, RISCVVirtState *vms) in build_srat()
/openbmc/qemu/hw/i386/
H A Dsgx-stub.c9 void sgx_epc_build_srat(GArray *table_data) in sgx_epc_build_srat()
H A Dacpi-common.c95 void acpi_build_madt(GArray *table_data, BIOSLinker *linker, in acpi_build_madt()
H A Dacpi-microvm.c103 build_dsdt_microvm(GArray *table_data, BIOSLinker *linker, in build_dsdt_microvm()
H A Dsgx.c61 void sgx_epc_build_srat(GArray *table_data) in sgx_epc_build_srat()
/openbmc/libpldm/include/libpldm/
H A Dbios.h101 uint8_t table_data[1]; member
191 uint8_t table_data[1]; member
/openbmc/libpldm/src/dsp/
H A Dbios.c216 encode_get_bios_table_resp(uint8_t instance_id,uint8_t completion_code,uint32_t next_transfer_handle,uint8_t transfer_flag,uint8_t * table_data,size_t payload_length,struct pldm_msg * msg) encode_get_bios_table_resp() argument
592 encode_set_bios_table_req(uint8_t instance_id,uint32_t transfer_handle,uint8_t transfer_flag,uint8_t table_type,const uint8_t * table_data,size_t table_length,struct pldm_msg * msg,size_t payload_length) encode_set_bios_table_req() argument
H A Dbios_table.c958 const uint8_t *table_data; member
/openbmc/libpldm/include/libpldm/oem/ibm/
H A Dfile_io.h205 uint8_t table_data[1]; //!< Table Data member
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io.cpp292 uint8_t transfer_flag, const uint8_t* table_data, size_t table_size, in encodeGetFileResponseHandler()
/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c141 uint8_t transfer_flag, const uint8_t *table_data, in encode_get_file_table_resp()