Home
last modified time | relevance | path

Searched refs:table_header (Results 1 – 8 of 8) sorted by relevance

/linux/lib/
H A Dfw_table.c151 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 Dexconfig.c283 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 Dsysfs.c327 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 Dmatch.c33 static struct table_header *unpack_table(char *blob, size_t bsize) in unpack_table()
35 struct table_header *table = NULL; in unpack_table()
36 struct table_header th; in unpack_table()
39 if (bsize < sizeof(struct table_header)) in unpack_table()
50 blob += sizeof(struct table_header); in unpack_table()
103 static int verify_table_headers(struct table_header **tables, int flags) in verify_table_headers()
260 static struct table_header *remap_data16_to_data32(struct table_header *old) in remap_data16_to_data32()
262 struct table_header *new; in remap_data16_to_data32()
303 struct table_header *table = NULL; in aa_dfa_unpack()
/linux/include/linux/
H A Dfw_table.h42 union fw_table_header *table_header,
49 struct acpi_table_cdat *table_header,
/linux/security/apparmor/include/
H A Dmatch.h82 struct table_header { struct
104 struct table_header *tables[YYTD_ID_TSIZE]; argument
121 return ALIGN(sizeof(struct table_header) + len * el_size, 8); in table_size()
/linux/arch/x86/boot/compressed/
H A Dacpi.c274 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/display/dc/bios/
H A Dbios_parser2.c483 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()