Symbol: acpi_subtable_header
arch/x86/boot/compressed/acpi.c
273
struct acpi_subtable_header *sub_table;
arch/x86/boot/compressed/acpi.c
290
while (table + sizeof(struct acpi_subtable_header) < table_end) {
arch/x86/boot/compressed/acpi.c
292
sub_table = (struct acpi_subtable_header *)table;
drivers/acpi/numa/srat.c
183
acpi_table_print_srat_entry(struct acpi_subtable_header *header)
drivers/acpi/pptt.c
136
struct acpi_subtable_header *res,
drivers/acpi/pptt.c
183
struct acpi_subtable_header *res;
drivers/acpi/pptt.c
254
struct acpi_subtable_header *entry;
drivers/acpi/pptt.c
265
entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr,
drivers/acpi/pptt.c
279
entry = ACPI_ADD_PTR(struct acpi_subtable_header, entry,
drivers/acpi/pptt.c
302
struct acpi_subtable_header *entry;
drivers/acpi/pptt.c
308
entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr,
drivers/acpi/pptt.c
31
struct acpi_subtable_header header;
drivers/acpi/pptt.c
329
entry = ACPI_ADD_PTR(struct acpi_subtable_header, entry,
drivers/acpi/pptt.c
43
static struct acpi_subtable_header *fetch_pptt_subtable(struct acpi_table_header *table_hdr,
drivers/acpi/pptt.c
46
struct acpi_subtable_header *entry;
drivers/acpi/pptt.c
49
if (pptt_ref < sizeof(struct acpi_subtable_header))
drivers/acpi/pptt.c
52
if (pptt_ref + sizeof(struct acpi_subtable_header) > table_hdr->length)
drivers/acpi/pptt.c
55
entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, pptt_ref);
drivers/acpi/pptt.c
90
static struct acpi_subtable_header *acpi_get_pptt_resource(struct acpi_table_header *table_hdr,
drivers/acpi/pptt.c
905
struct acpi_subtable_header *entry;
drivers/acpi/pptt.c
916
entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr,
drivers/acpi/pptt.c
931
entry = ACPI_ADD_PTR(struct acpi_subtable_header, entry,
drivers/acpi/processor_core.c
113
static int map_rintc_hartid(struct acpi_subtable_header *entry,
drivers/acpi/processor_core.c
139
static int map_core_pic_id(struct acpi_subtable_header *entry,
drivers/acpi/processor_core.c
175
while (entry + sizeof(struct acpi_subtable_header) < madt_end) {
drivers/acpi/processor_core.c
176
struct acpi_subtable_header *header =
drivers/acpi/processor_core.c
177
(struct acpi_subtable_header *)entry;
drivers/acpi/processor_core.c
238
struct acpi_subtable_header *header;
drivers/acpi/processor_core.c
249
obj->buffer.length < sizeof(struct acpi_subtable_header)) {
drivers/acpi/processor_core.c
253
header = (struct acpi_subtable_header *)obj->buffer.pointer;
drivers/acpi/processor_core.c
32
static int map_lapic_id(struct acpi_subtable_header *entry,
drivers/acpi/processor_core.c
339
static int get_ioapic_id(struct acpi_subtable_header *entry, u32 gsi_base,
drivers/acpi/processor_core.c
354
struct acpi_subtable_header *hdr;
drivers/acpi/processor_core.c
368
while (entry + sizeof(struct acpi_subtable_header) < madt_end) {
drivers/acpi/processor_core.c
369
hdr = (struct acpi_subtable_header *)entry;
drivers/acpi/processor_core.c
384
struct acpi_subtable_header *header;
drivers/acpi/processor_core.c
396
obj->buffer.length < sizeof(struct acpi_subtable_header))
drivers/acpi/processor_core.c
399
header = (struct acpi_subtable_header *)obj->buffer.pointer;
drivers/acpi/processor_core.c
48
static int map_x2apic_id(struct acpi_subtable_header *entry,
drivers/acpi/processor_core.c
65
static int map_lsapic_id(struct acpi_subtable_header *entry,
drivers/acpi/processor_core.c
87
static int map_gicc_mpidr(struct acpi_subtable_header *entry,
drivers/acpi/tables.c
46
void acpi_table_print_madt_entry(struct acpi_subtable_header *header)
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2016
struct acpi_subtable_header *sub_header = NULL;
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2042
sub_header = (struct acpi_subtable_header *)
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2081
sub_header = (struct acpi_subtable_header *)
drivers/irqchip/irq-gic-v3.c
2428
static bool __init acpi_validate_gic_table(struct acpi_subtable_header *header,
drivers/irqchip/irq-gic-v5.c
1189
static bool __init acpi_validate_gic_table(struct acpi_subtable_header *header,
drivers/irqchip/irq-gic.c
1580
static bool __init gic_validate_dist(struct acpi_subtable_header *header,
drivers/mailbox/pcc.c
570
struct acpi_subtable_header *pcct_entry)
drivers/mailbox/pcc.c
627
struct acpi_subtable_header *pcct_entry)
drivers/mailbox/pcc.c
685
struct acpi_subtable_header *pcct_entry)
drivers/mailbox/pcc.c
768
struct acpi_subtable_header *pcct_entry;
drivers/mailbox/pcc.c
799
pcct_entry = (struct acpi_subtable_header *) (
drivers/mailbox/pcc.c
836
pcct_entry = (struct acpi_subtable_header *)
drivers/platform/x86/amd/hfi/hfi.c
347
struct acpi_subtable_header *pcct_entry;
drivers/platform/x86/amd/hfi/hfi.c
369
pcct_entry = (struct acpi_subtable_header *) (
drivers/platform/x86/amd/hfi/hfi.c
74
struct acpi_subtable_header *pcct_entry;
include/acpi/actbl1.h
618
struct acpi_subtable_header header;
include/acpi/actbl2.h
1318
struct acpi_subtable_header header;
include/acpi/actbl2.h
1327
struct acpi_subtable_header header;
include/acpi/actbl2.h
1337
struct acpi_subtable_header header;
include/acpi/actbl2.h
1347
struct acpi_subtable_header header;
include/acpi/actbl2.h
1355
struct acpi_subtable_header header;
include/acpi/actbl2.h
1364
struct acpi_subtable_header header;
include/acpi/actbl2.h
1372
struct acpi_subtable_header header;
include/acpi/actbl2.h
1382
struct acpi_subtable_header header;
include/acpi/actbl2.h
1395
struct acpi_subtable_header header;
include/acpi/actbl2.h
1412
struct acpi_subtable_header header;
include/acpi/actbl2.h
1422
struct acpi_subtable_header header;
include/acpi/actbl2.h
1432
struct acpi_subtable_header header;
include/acpi/actbl2.h
1465
struct acpi_subtable_header header;
include/acpi/actbl2.h
1489
struct acpi_subtable_header header;
include/acpi/actbl2.h
1505
struct acpi_subtable_header header;
include/acpi/actbl2.h
1517
struct acpi_subtable_header header;
include/acpi/actbl2.h
1530
struct acpi_subtable_header header;
include/acpi/actbl2.h
1566
struct acpi_subtable_header header;
include/acpi/actbl2.h
1584
struct acpi_subtable_header header;
include/acpi/actbl2.h
1603
struct acpi_subtable_header header;
include/acpi/actbl2.h
1621
struct acpi_subtable_header header;
include/acpi/actbl2.h
1639
struct acpi_subtable_header header;
include/acpi/actbl2.h
1657
struct acpi_subtable_header header;
include/acpi/actbl2.h
1676
struct acpi_subtable_header header;
include/acpi/actbl2.h
1693
struct acpi_subtable_header header;
include/acpi/actbl2.h
1714
struct acpi_subtable_header header;
include/acpi/actbl2.h
1728
struct acpi_subtable_header header;
include/acpi/actbl2.h
1742
struct acpi_subtable_header header;
include/acpi/actbl2.h
1756
struct acpi_subtable_header header;
include/acpi/actbl2.h
1770
struct acpi_subtable_header header;
include/acpi/actbl2.h
1781
struct acpi_subtable_header header;
include/acpi/actbl2.h
2615
struct acpi_subtable_header header;
include/acpi/actbl2.h
2630
struct acpi_subtable_header header;
include/acpi/actbl2.h
2647
struct acpi_subtable_header header;
include/acpi/actbl2.h
2667
struct acpi_subtable_header header;
include/acpi/actbl2.h
2695
struct acpi_subtable_header header;
include/acpi/actbl2.h
2723
struct acpi_subtable_header header;
include/acpi/actbl2.h
2971
struct acpi_subtable_header header;
include/acpi/actbl2.h
2990
struct acpi_subtable_header header;
include/acpi/actbl2.h
3004
struct acpi_subtable_header header;
include/acpi/actbl2.h
3050
struct acpi_subtable_header header;
include/acpi/actbl2.h
529
struct acpi_subtable_header header;
include/acpi/actbl3.h
210
struct acpi_subtable_header header;
include/acpi/actbl3.h
226
struct acpi_subtable_header header;
include/acpi/actbl3.h
246
struct acpi_subtable_header header;
include/acpi/actbl3.h
262
struct acpi_subtable_header header;
include/acpi/actbl3.h
276
struct acpi_subtable_header header;
include/acpi/actbl3.h
291
struct acpi_subtable_header header;
include/acpi/actbl3.h
308
struct acpi_subtable_header header;
include/linux/acpi.h
1360
typedef bool (*acpi_probe_entry_validate_subtbl)(struct acpi_subtable_header *,
include/linux/acpi.h
210
((struct acpi_subtable_header *)entry)->length < sizeof(*entry))
include/linux/acpi.h
252
void acpi_table_print_madt_entry (struct acpi_subtable_header *madt);
include/linux/fw_table.h
34
struct acpi_subtable_header common;