Home
last modified time | relevance | path

Searched refs:acpi_subtable_header (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/boot/compressed/
H A Dacpi.c273 struct acpi_subtable_header *sub_table; in count_immovable_mem_regions()
290 while (table + sizeof(struct acpi_subtable_header) < table_end) { in count_immovable_mem_regions()
292 sub_table = (struct acpi_subtable_header *)table; in count_immovable_mem_regions()
/linux/drivers/mailbox/
H A Dpcc.c568 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_irq()
625 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_db_reg()
683 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_shmem()
766 struct acpi_subtable_header *pcct_entry; in pcc_mbox_probe()
797 pcct_entry = (struct acpi_subtable_header *) ( in pcc_mbox_probe()
834 pcct_entry = (struct acpi_subtable_header *) in pcc_mbox_probe()
/linux/drivers/platform/x86/amd/hfi/
H A Dhfi.c74 struct acpi_subtable_header *pcct_entry;
347 struct acpi_subtable_header *pcct_entry; in amd_hfi_metadata_parser()
369 pcct_entry = (struct acpi_subtable_header *) ( in amd_hfi_metadata_parser()
/linux/include/linux/
H A Dfw_table.h34 struct acpi_subtable_header common;
/linux/include/acpi/
H A Dactbl1.h97 struct acpi_subtable_header { struct
618 struct acpi_subtable_header header;
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c2016 struct acpi_subtable_header *sub_header = NULL; in kfd_find_numa_node_in_srat()
2042 sub_header = (struct acpi_subtable_header *) in kfd_find_numa_node_in_srat()
2081 sub_header = (struct acpi_subtable_header *) in kfd_find_numa_node_in_srat()
/linux/drivers/irqchip/
H A Dirq-gic.c1580 static bool __init gic_validate_dist(struct acpi_subtable_header *header, in gic_validate_dist()