| /linux/lib/ |
| H A D | fw_table.c | 151 union fw_table_header *table_header, in acpi_parse_entries_array() argument 163 table_len = acpi_table_get_length(type, table_header); in acpi_parse_entries_array() 166 table_end = (unsigned long)table_header + table_len; in acpi_parse_entries_array() 172 ((unsigned long)table_header + table_size); in acpi_parse_entries_array() 215 struct acpi_table_cdat *table_header, in cdat_table_parse() argument 224 if (!table_header) in cdat_table_parse() 229 (union fw_table_header *)table_header, in cdat_table_parse()
|
| /linux/drivers/acpi/acpica/ |
| H A D | exconfig.c | 283 struct acpi_table_header *table_header; in acpi_ex_load_op() local 332 table_header = ACPI_ALLOCATE(sizeof(struct acpi_table_header)); in acpi_ex_load_op() 333 if (!table_header) { in acpi_ex_load_op() 340 ACPI_CAST_PTR(u8, table_header)); in acpi_ex_load_op() 341 length = table_header->length; in acpi_ex_load_op() 342 ACPI_FREE(table_header); in acpi_ex_load_op() 401 table_header = in acpi_ex_load_op() 404 length = table_header->length; in acpi_ex_load_op() 424 memcpy(table, table_header, length); in acpi_ex_load_op()
|
| /linux/drivers/acpi/ |
| H A D | sysfs.c | 327 struct acpi_table_header *table_header = NULL; in acpi_table_show() local 332 &table_header); in acpi_table_show() 336 rc = memory_read_from_buffer(buf, count, &offset, table_header, in acpi_table_show() 337 table_header->length); in acpi_table_show() 338 acpi_put_table(table_header); in acpi_table_show() 344 struct acpi_table_header *table_header) in acpi_table_attr_init() argument 351 ACPI_COPY_NAMESEG(table_attr->name, table_header->signature); in acpi_table_attr_init() 364 ACPI_COPY_NAMESEG(table_attr->filename, table_header->signature); in acpi_table_attr_init() 368 (table_header->signature, 2, &header))) { in acpi_table_attr_init() 374 table_attr->attr.size = table_header->length; in acpi_table_attr_init() [all …]
|
| /linux/security/apparmor/ |
| H A D | match.c | 34 static struct table_header *unpack_table(char *blob, size_t bsize) in unpack_table() 36 struct table_header *table = NULL; in unpack_table() 37 struct table_header th; in unpack_table() 40 if (bsize < sizeof(struct table_header)) in unpack_table() 51 blob += sizeof(struct table_header); in unpack_table() 103 static int verify_table_headers(struct table_header **tables, int flags) in verify_table_headers() 276 static struct table_header *remap_data16_to_data32(struct table_header *old) in remap_data16_to_data32() 278 struct table_header *new; in remap_data16_to_data32() 319 struct table_header *table = NULL; in aa_dfa_unpack()
|
| /linux/include/linux/ |
| H A D | fw_table.h | 42 union fw_table_header *table_header, 49 struct acpi_table_cdat *table_header,
|
| /linux/security/apparmor/include/ |
| H A D | match.h | 82 struct table_header { struct 104 struct table_header *tables[YYTD_ID_TSIZE]; argument 123 return ALIGN(sizeof(struct table_header) + len * el_size, 8); in table_size()
|
| /linux/arch/x86/boot/compressed/ |
| H A D | acpi.c | 274 struct acpi_table_header *table_header; in count_immovable_mem_regions() local 286 table_header = (struct acpi_table_header *)table_addr; in count_immovable_mem_regions() 287 table_end = table_addr + table_header->length; in count_immovable_mem_regions()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_crat.c | 2015 struct acpi_table_header *table_header = NULL; in kfd_find_numa_node_in_srat() local 2029 status = acpi_get_table(ACPI_SIG_SRAT, 0, &table_header); in kfd_find_numa_node_in_srat() 2039 table_end = (unsigned long)table_header + table_header->length; in kfd_find_numa_node_in_srat() 2043 ((unsigned long)table_header + in kfd_find_numa_node_in_srat() 2086 acpi_put_table(table_header); in kfd_find_numa_node_in_srat()
|
| /linux/drivers/gpu/drm/amd/display/dc/bios/ |
| H A D | bios_parser2.c | 483 le16_to_cpu(header->table_header.structuresize)) in get_gpio_i2c_info() 487 if (header->table_header.content_revision != 1) in get_gpio_i2c_info() 491 count = (le16_to_cpu(header->table_header.structuresize) in get_gpio_i2c_info() 673 > le16_to_cpu(header->table_header.structuresize)) in bios_parser_get_gpio_pin_info() 676 if (header->table_header.content_revision != 1) in bios_parser_get_gpio_pin_info() 680 count = (le16_to_cpu(header->table_header.structuresize) in bios_parser_get_gpio_pin_info() 1449 if (!((lvds->table_header.format_revision == 2) in get_embedded_panel_info_v2_1() 1450 && (lvds->table_header.content_revision >= 1))) in get_embedded_panel_info_v2_1() 3729 get_atom_data_table_revision(&rom_header->table_header, &tbl_rev); in bios_parser2_construct() 3752 get_atom_data_table_revision(&object_info_tbl->table_header, in bios_parser2_construct()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | arcturus_ppt.c | 515 smc_dpm_table->table_header.format_revision, in arcturus_append_powerplay_table() 516 smc_dpm_table->table_header.content_revision); in arcturus_append_powerplay_table() 518 if ((smc_dpm_table->table_header.format_revision == 4) && in arcturus_append_powerplay_table() 519 (smc_dpm_table->table_header.content_revision == 6)) in arcturus_append_powerplay_table()
|
| H A D | navi10_ppt.c | 420 smc_dpm_table->table_header.format_revision, in navi10_append_powerplay_table() 421 smc_dpm_table->table_header.content_revision); in navi10_append_powerplay_table() 423 if (smc_dpm_table->table_header.format_revision != 4) { in navi10_append_powerplay_table() 428 switch (smc_dpm_table->table_header.content_revision) { in navi10_append_powerplay_table() 443 smc_dpm_table->table_header.content_revision); in navi10_append_powerplay_table()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | aldebaran_ppt.c | 506 smc_dpm_table->table_header.format_revision, in aldebaran_append_powerplay_table() 507 smc_dpm_table->table_header.content_revision); in aldebaran_append_powerplay_table() 509 if ((smc_dpm_table->table_header.format_revision == 4) && in aldebaran_append_powerplay_table() 510 (smc_dpm_table->table_header.content_revision == 10)) in aldebaran_append_powerplay_table()
|
| H A D | smu_v13_0_7_ppt.c | 423 struct atom_common_table_header table_header; 419 struct atom_common_table_header table_header; global() member
|
| H A D | smu_v13_0_0_ppt.c | 393 struct atom_common_table_header table_header; 389 struct atom_common_table_header table_header; global() member
|