Searched refs:table_header (Results 1 – 11 of 11) sorted by relevance
| /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/pm/swsmu/smu13/ |
| H A D | aldebaran_ppt.c | 507 smc_dpm_table->table_header.format_revision, in aldebaran_append_powerplay_table() 508 smc_dpm_table->table_header.content_revision); in aldebaran_append_powerplay_table() 510 if ((smc_dpm_table->table_header.format_revision == 4) && in aldebaran_append_powerplay_table() 511 (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; member
|
| H A D | smu_v13_0_0_ppt.c | 393 struct atom_common_table_header table_header; member
|