Searched refs:subtable (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/acpi/ |
H A D | acpi_fpdt.c | 15 * Each fpdt_subtable_entry points to a subtable: FBPT or S3PT. 16 * Each FPDT subtable (FBPT/S3PT) is composed of a fpdt_subtable_header 181 pr_info(FW_BUG "subtable signature and type mismatch!\n"); in fpdt_process_subtable() 206 pr_err(FW_BUG "Invalid record %d for subtable %s\n", in fpdt_process_subtable() 222 pr_err(FW_BUG "Invalid %d for subtable %s\n", in fpdt_process_subtable() 237 pr_err(FW_BUG "Invalid %d for subtable %s\n", in fpdt_process_subtable() 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 in acpi_init_fpdt() [all...] |
/linux/include/linux/ |
H A D | irqchip.h | 71 * @subtable: Subtable to be identified in MADT 72 * @validate: Function to be called on that subtable to check its validity. 77 #define IRQCHIP_ACPI_DECLARE(name, subtable, validate, data, fn) \ argument 79 ACPI_SIG_MADT, subtable, \
|
/linux/Documentation/driver-api/cxl/linux/ |
H A D | access-coordinates.rst | 18 subtable that ties a proximity domain to a device handle, which in this case 21 :doc:`HMAT <../platform/acpi/hmat>` subtable. This piece represents the 26 memory region. The DSMAS subtable provides a DSMADHandle that is tied to a 27 Device Physical Address (DPA) range. The DSLBIS subtable provides the 35 switch is provided by SSLBIS subtable. This provides the bandwidth and latency
|
/linux/Documentation/driver-api/cxl/platform/acpi/ |
H A D | srat.rst | 49 The Generic Port Affinity subtable provides an association between a proximity
|