/openbmc/linux/drivers/acpi/acpica/ |
H A D | tbfind.c | 35 char *oem_id, char *oem_table_id, u32 *table_index) in acpi_tb_find_table() argument 52 (strlen(oem_table_id) > ACPI_OEM_TABLE_ID_SIZE)) { in acpi_tb_find_table() 61 strncpy(header.oem_table_id, oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in acpi_tb_find_table() 105 && (!oem_table_id[0] in acpi_tb_find_table() 107 oem_table_id, header.oem_table_id, in acpi_tb_find_table()
|
H A D | tbprint.c | 75 acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in acpi_tb_cleanup_table_header() 133 local_header.oem_id, local_header.oem_table_id, in acpi_tb_print_table_header()
|
/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 285 .oem_table_id = vms->oem_table_id }; in build_iort() 467 build_spcr(table_data, linker, &serial, 2, vms->oem_id, vms->oem_table_id); in spcr_setup() 483 .oem_table_id = vms->oem_table_id }; in build_srat() 546 .oem_table_id = vms->oem_table_id }; in build_gtdt() 598 .oem_table_id = vms->oem_table_id }; in build_dbg2() 672 .oem_table_id = vms->oem_table_id }; in build_madt() 799 build_fadt(table_data, linker, &fadt, vms->oem_id, vms->oem_table_id); in build_fadt_rev6() 812 .oem_table_id = vms->oem_table_id }; in build_dsdt() 922 vms->oem_id, vms->oem_table_id); in virt_acpi_build() 935 vms->oem_table_id); in virt_acpi_build() [all …]
|
/openbmc/qemu/hw/loongarch/ |
H A D | acpi-build.c | 117 .oem_table_id = lvms->oem_table_id }; in build_madt() 177 .oem_table_id = lvms->oem_table_id }; in build_srat() 280 lvms->oem_table_id); in spcr_setup() 451 .oem_table_id = lvms->oem_table_id }; in build_dsdt() 514 lvms->oem_id, lvms->oem_table_id); in acpi_build() 521 lvms->oem_id, lvms->oem_table_id); in acpi_build() 532 lvms->oem_table_id); in acpi_build() 537 lvms->oem_id, lvms->oem_table_id); in acpi_build() 548 lvms->oem_table_id); in acpi_build() 557 lvms->oem_table_id); in acpi_build() [all …]
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-microvm.c | 111 .oem_table_id = x86ms->oem_table_id }; in build_dsdt_microvm() 202 x86ms->oem_table_id); in acpi_build_microvm() 206 x86ms->oem_id, x86ms->oem_table_id); in acpi_build_microvm() 215 x86ms->oem_id, x86ms->oem_table_id); in acpi_build_microvm() 222 x86ms->oem_table_id); in acpi_build_microvm()
|
H A D | acpi-build.c | 1378 .oem_table_id = x86ms->oem_table_id }; in build_dsdt() 1806 const char *oem_table_id) in build_hpet() argument 1809 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_hpet() 1838 const char *oem_id, const char *oem_table_id) in build_tpm_tcpa() argument 1842 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_tpm_tcpa() 1884 .oem_table_id = x86ms->oem_table_id }; in build_srat() 2066 const char *oem_table_id) in build_dmar_q35() argument 2078 .oem_table_id = oem_table_id }; in build_dmar_q35() 2150 const char *oem_table_id) in build_waet() argument 2153 .oem_table_id = oem_table_id }; in build_waet() [all …]
|
H A D | acpi-common.c | 97 const char *oem_id, const char *oem_table_id) in acpi_build_madt() argument 105 .oem_table_id = oem_table_id }; in acpi_build_madt()
|
/openbmc/linux/drivers/acpi/ |
H A D | spcr.c | 35 if (!memcmp(h->oem_table_id, "QDF2432 ", ACPI_OEM_TABLE_ID_SIZE)) in qdf2400_erratum_44_present() 38 if (!memcmp(h->oem_table_id, "QDF2400 ", ACPI_OEM_TABLE_ID_SIZE) && in qdf2400_erratum_44_present() 61 if (!memcmp(tb->header.oem_table_id, "XGENESPC", in xgene_8250_erratum_present() 65 if (!memcmp(tb->header.oem_table_id, "ProLiant", in xgene_8250_erratum_present()
|
H A D | pci_mcfg.c | 28 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; member 195 !memcmp(f->oem_table_id, mcfg_oem_table_id, in pci_mcfg_quirk_matches() 310 memcpy(mcfg_oem_table_id, header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in pci_mcfg_parse()
|
/openbmc/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 234 build_spcr(table_data, linker, &serial, 2, s->oem_id, s->oem_table_id); in spcr_setup() 262 .oem_table_id = s->oem_table_id }; in build_rhct() 406 build_fadt(table_data, linker, &fadt, s->oem_id, s->oem_table_id); in build_fadt_rev6() 419 .oem_table_id = s->oem_table_id }; in build_dsdt() 507 .oem_table_id = s->oem_table_id }; in build_madt() 614 .oem_table_id = vms->oem_table_id }; in build_srat() 686 s->oem_table_id); in virt_acpi_build() 695 s->oem_table_id); in virt_acpi_build() 702 s->oem_table_id); in virt_acpi_build()
|
/openbmc/qemu/hw/acpi/ |
H A D | viot.c | 89 const char *oem_table_id) in build_viot() argument 94 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_viot()
|
H A D | hmat.c | 271 const char *oem_id, const char *oem_table_id) in build_hmat() argument 274 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_hmat()
|
H A D | aml-build.c | 1728 build_append_padded_str(array, desc->oem_table_id, 8, '\0'); in acpi_table_begin() 1868 const char *oem_id, const char *oem_table_id) in build_rsdt() argument 1872 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_rsdt() 1896 const char *oem_id, const char *oem_table_id) in build_xsdt() argument 1900 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_xsdt() 2028 const char *oem_id, const char *oem_table_id) in build_slit() argument 2033 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_slit() 2081 const char *oem_id, const char *oem_table_id) in build_spcr() argument 2084 .oem_table_id = oem_table_id }; in build_spcr() 2137 const char *oem_id, const char *oem_table_id) in build_pptt() argument [all …]
|
H A D | pci.c | 42 const char *oem_id, const char *oem_table_id) in build_mcfg() argument 45 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_mcfg()
|
H A D | core.c | 47 char oem_table_id[8] member 212 if (hdrs->oem_table_id) { in acpi_table_install() 213 strncpy(ext_hdr->oem_table_id, hdrs->oem_table_id, in acpi_table_install() 214 sizeof ext_hdr->oem_table_id); in acpi_table_install() 350 oem->table_id = g_strndup(hdr->oem_table_id, 8); in acpi_get_slic_oem()
|
H A D | cxl.c | 203 const char *oem_table_id, CXLState *cxl_state) in cxl_build_cedt() argument 207 .oem_table_id = oem_table_id }; in cxl_build_cedt()
|
H A D | ghes.c | 363 const char *oem_id, const char *oem_table_id) in acpi_build_hest() argument 366 .oem_id = oem_id, .oem_table_id = oem_table_id }; in acpi_build_hest()
|
H A D | hmat.h | 42 const char *oem_id, const char *oem_table_id);
|
H A D | viot.h | 11 const char *oem_table_id);
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | probe_64.c | 31 int __init default_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in default_acpi_madt_oem_check() argument 36 if ((*drv)->acpi_madt_oem_check(oem_id, oem_table_id)) { in default_acpi_madt_oem_check()
|
H A D | apic_numachip.c | 198 static int numachip1_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip1_acpi_madt_oem_check() argument 201 (strncmp(oem_table_id, "NCONNECT", 8) != 0)) in numachip1_acpi_madt_oem_check() 209 static int numachip2_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip2_acpi_madt_oem_check() argument 212 (strncmp(oem_table_id, "NCONECT2", 8) != 0)) in numachip2_acpi_madt_oem_check()
|
H A D | apic_flat_64.c | 26 static int flat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in flat_acpi_madt_oem_check() argument 122 static int physflat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in physflat_acpi_madt_oem_check() argument 136 if (!strncmp(oem_id, "IBM", 3) && !strncmp(oem_table_id, "EXA", 3)) { in physflat_acpi_madt_oem_check()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 421 const char *oem_table_id; member 456 const char *oem_id, const char *oem_table_id); 459 const char *oem_id, const char *oem_table_id); 497 const char *oem_id, const char *oem_table_id); 500 const char *oem_id, const char *oem_table_id); 503 const char *oem_id, const char *oem_table_id); 506 const char *oem_id, const char *oem_table_id); 510 const char *oem_id, const char *oem_table_id);
|
H A D | erst.h | 18 const char *oem_id, const char *oem_table_id);
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-nhlt.c | 38 nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_update_topology_bin() 42 skl->pci_id, nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_update_topology_bin() 60 nhlt->header.oem_id, nhlt->header.oem_table_id, in platform_id_show()
|