Home
last modified time | relevance | path

Searched refs:subtable (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dtestacpi.py266 # 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 Dacpi_fpdt.c276 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 Dirqchip.h77 #define IRQCHIP_ACPI_DECLARE(name, subtable, validate, data, fn) \ argument
79 ACPI_SIG_MADT, subtable, \
H A Dacpi.h1341 #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 D0001-Fix-Translations-containing-invalid-directives-hs.patch118 msgid "%1$s from lookup subtable %2$.50s"