Searched refs:subtable (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | testacpi.py2 | 66 # Process each _MAT subtable 68 for index, subtable in enumerate(mat): 69 if subtable.subtype == acpi.MADT_TYPE_LOCAL_APIC: 70 if subtable.flags.bits.enabled: 71 … Processor declaration ProcId = _MAT ProcId".format(cpupath), processor.ProcId == subtable.proc_id) 72 …"{} ProcId ({:#02x}) != _MAT ProcId ({:#02x})".format(cpupath, processor.ProcId, subtable.proc_id)) 74 testsuite.print_detail("_MAT entry[{}]: {}".format(index, subtable)) 76 …aration ProcId = _MAT ApicId".format(cpupath), procid_apicid[processor.ProcId] == subtable.apic_id) 77 …02x}) != _MAT ApicId ({:#02x})".format(cpupath, procid_apicid[processor.ProcId], subtable.apic_id)) 79 testsuite.print_detail("_MAT entry[{}]: {}".format(index, subtable)) [all …]
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_fpdt.c | 276 struct fpdt_subtable_entry *subtable; in acpi_init_fpdt() local 292 subtable = (void *)header + offset; in acpi_init_fpdt() 293 switch (subtable->type) { in acpi_init_fpdt() 296 result = fpdt_process_subtable(subtable->address, in acpi_init_fpdt() 297 subtable->type); in acpi_init_fpdt() 305 offset += sizeof(*subtable); in acpi_init_fpdt()
|
/openbmc/linux/include/linux/ |
H A D | irqchip.h | 77 #define IRQCHIP_ACPI_DECLARE(name, subtable, validate, data, fn) \ argument 79 ACPI_SIG_MADT, subtable, \
|
H A D | acpi.h | 1341 #define ACPI_DECLARE_PROBE_ENTRY(table, name, table_id, subtable, \ argument 1346 .type = subtable, \ 1353 subtable, valid, data, fn) \ argument 1357 .type = subtable, \ 1430 #define ACPI_DECLARE_PROBE_ENTRY(table, name, table_id, subtable, valid, data, fn) \ argument 1434 (void *) subtable, \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/ |
H A D | 0001-Fix-Translations-containing-invalid-directives-hs.patch | 118 msgid "%1$s from lookup subtable %2$.50s"
|