/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | static_tables.c | 48 .oem_id = ACPI_OEM_ID, 108 .oem_id = ACPI_OEM_ID, 121 .oem_id = ACPI_OEM_ID, 132 .oem_id = ACPI_OEM_ID, 152 .oem_id = ACPI_OEM_ID,
|
A D | acpi2_0.h | 36 char oem_id[6]; member 77 char oem_id[6]; member 88 char oem_id[6]; member
|
A D | build.c | 99 fixed_strcpy(madt->header.oem_id, ACPI_OEM_ID); in construct_madt() 185 fixed_strcpy(hpet->header.oem_id, ACPI_OEM_ID); in construct_hpet() 234 fixed_strcpy(srat->header.oem_id, ACPI_OEM_ID); in construct_srat() 289 fixed_strcpy(slit->header.oem_id, ACPI_OEM_ID); in construct_slit() 439 fixed_strcpy(tcpa->header.oem_id, ACPI_OEM_ID); in construct_secondary_tables()
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | mp_tables.c | 91 uint8_t oem_id[8]; member 170 mpct->oem_id[0] = '_'; mpct->oem_id[3] = 'M'; mpct->oem_id[6] = 'U'; in fill_mp_config_table() 171 mpct->oem_id[1] = 'H'; mpct->oem_id[4] = 'C'; mpct->oem_id[7] = '_'; in fill_mp_config_table() 172 mpct->oem_id[2] = 'V'; mpct->oem_id[5] = 'P'; in fill_mp_config_table()
|
/xen-4.10.0-shim-comet/xen/arch/x86/genapic/ |
A D | probe.c | 101 int __init acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() argument 105 if (apic_probe[i]->acpi_madt_oem_check(oem_id, oem_table_id)) { in acpi_madt_oem_check()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/mach-generic/ |
A D | mach_mpparse.h | 5 int acpi_madt_oem_check(char *oem_id, char *oem_table_id);
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/mach-default/ |
A D | mach_mpparse.h | 11 static inline int __init acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() argument
|
/xen-4.10.0-shim-comet/xen/include/acpi/ |
A D | actbl.h | 99 char oem_id[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */ member 134 char oem_id[ACPI_OEM_ID_SIZE]; /* OEM identification */ member
|
A D | actables.h | 61 char *oem_id,
|
A D | actbl2.h | 981 char oem_id[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */ member
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_arm_acpi.c | 193 memcpy(rsdp->oem_id, ACPI_OEM_ID, sizeof(rsdp->oem_id)); in make_acpi_rsdp() 208 memcpy(h->oem_id, ACPI_OEM_ID, sizeof(h->oem_id)); in make_acpi_header()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | acpi_mmcfg.c | 57 if (!strncmp(mcfg->header.oem_id, "SGI", 3)) in acpi_mcfg_check_entry()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | genapic.h | 29 int (*acpi_madt_oem_check)(char *oem_id, char *oem_table_id);
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/tables/ |
A D | tbutils.c | 149 header)->oem_id)); in acpi_tb_print_table_header() 156 header->length, header->revision, header->oem_id, in acpi_tb_print_table_header()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | dom0_build.c | 993 memcpy(rsdp.oem_id, native_rsdp->oem_id, sizeof(rsdp.oem_id)); in pvh_setup_acpi()
|
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/ |
A D | boot.c | 76 acpi_madt_oem_check(madt->header.oem_id, madt->header.oem_table_id); in acpi_parse_madt()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_acpi.c | 965 printk("%c", table->oem_id[i]); in dump_acpi_table_header()
|