Home
last modified time | relevance | path

Searched refs:acpi_table_header (Results 1 – 25 of 98) sorted by relevance

1234

/linux-6.3-rc2/tools/power/acpi/os_specific/service_layers/
A Doslinuxtbl.c38 struct acpi_table_header **table);
59 struct acpi_table_header **table,
67 struct acpi_table_header **table,
159 struct acpi_table_header *mapped_table; in acpi_os_get_table_by_address()
221 struct acpi_table_header **table, in acpi_os_get_table_by_name()
571 acpi_table_header in osl_table_initialize()
589 acpi_table_header in osl_table_initialize()
606 acpi_table_header *, in osl_table_initialize()
1085 acpi_table_header)); in osl_map_table()
1198 struct acpi_table_header **table) in osl_read_table_from_file()
[all …]
/linux-6.3-rc2/include/acpi/
A Dactbl3.h76 struct acpi_table_header header; /* Common ACPI table header */
87 struct acpi_table_header header; /* Common ACPI table header */
103 struct acpi_table_header header; /* Common ACPI table header */
144 struct acpi_table_header header; /* Common ACPI table header */
180 struct acpi_table_header header; /* Common ACPI table header */
308 struct acpi_table_header header; /* Common ACPI table header */
330 struct acpi_table_header header; /* Common ACPI table header */
394 struct acpi_table_header header; /* Common ACPI table header */
415 struct acpi_table_header header; /* Common ACPI table header */
489 struct acpi_table_header header; /* Common ACPI table header */
[all …]
A Dactbl2.h84 struct acpi_table_header header;
252 struct acpi_table_header header; /* Common ACPI table header */
274 struct acpi_table_header header; /* Common ACPI table header */
352 struct acpi_table_header header;
365 struct acpi_table_header header; /* Common ACPI table header */
383 struct acpi_table_header header;
600 struct acpi_table_header header; /* Common ACPI table header */
805 struct acpi_table_header header; /* Common ACPI table header */
853 struct acpi_table_header header; /* Common ACPI table header */
1295 struct acpi_table_header header; /* Common ACPI table header */
[all …]
A Dactbl1.h122 struct acpi_table_header header; /* Common ACPI table header */
234 struct acpi_table_header header; /* Common ACPI table header */
280 struct acpi_table_header header; /* Common ACPI table header */
304 struct acpi_table_header header; /* Common ACPI table header */
432 struct acpi_table_header header; /* Common ACPI table header */
549 struct acpi_table_header header; /* Common ACPI table header */
572 struct acpi_table_header header; /* Common ACPI table header */
644 struct acpi_table_header header; /* Common ACPI table header */
723 struct acpi_table_header header; /* Common ACPI table header */
740 struct acpi_table_header header; /* Common ACPI table header */
[all …]
A Dacpiosxf.h70 acpi_os_table_override(struct acpi_table_header *existing_table,
71 struct acpi_table_header **new_table);
76 acpi_os_physical_table_override(struct acpi_table_header *existing_table,
381 struct acpi_table_header **table,
388 struct acpi_table_header **table,
395 struct acpi_table_header **table);
A Dactbl.h68 struct acpi_table_header { struct
144 struct acpi_table_header header; /* Common ACPI table header */
149 struct acpi_table_header header; /* Common ACPI table header */
200 struct acpi_table_header header; /* Common ACPI table header */
336 struct acpi_table_header *pointer;
/linux-6.3-rc2/drivers/acpi/acpica/
A Dactables.h34 u8 flags, struct acpi_table_header *table);
39 u8 flags, struct acpi_table_header *table);
58 void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length);
80 struct acpi_table_header **table_ptr,
84 acpi_tb_release_table(struct acpi_table_header *table,
90 struct acpi_table_header *table,
101 struct acpi_table_header *table,
125 struct acpi_table_header *header);
129 struct acpi_table_header *acpi_tb_copy_dsdt(u32 table_index);
139 struct acpi_table_header **out_table);
A Dtbutils.c49 acpi_table_header, in acpi_tb_initialize_facs()
55 acpi_table_header, in acpi_tb_initialize_facs()
120 struct acpi_table_header *acpi_tb_copy_dsdt(u32 table_index) in acpi_tb_copy_dsdt()
122 struct acpi_table_header *new_table; in acpi_tb_copy_dsdt()
228 struct acpi_table_header *table; in acpi_tb_parse_root_table()
245 ACPI_CAST_PTR(struct acpi_table_header, in acpi_tb_parse_root_table()
274 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
286 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
288 if (length < (sizeof(struct acpi_table_header) + table_entry_size)) { in acpi_tb_parse_root_table()
310 table_count = (u32)((table->length - sizeof(struct acpi_table_header)) / in acpi_tb_parse_root_table()
[all …]
A Dtbprint.c22 acpi_tb_cleanup_table_header(struct acpi_table_header *out_header,
23 struct acpi_table_header *header);
67 acpi_tb_cleanup_table_header(struct acpi_table_header *out_header, in acpi_tb_cleanup_table_header()
68 struct acpi_table_header *header) in acpi_tb_cleanup_table_header()
71 memcpy(out_header, header, sizeof(struct acpi_table_header)); in acpi_tb_cleanup_table_header()
94 struct acpi_table_header *header) in acpi_tb_print_table_header()
96 struct acpi_table_header local_header; in acpi_tb_print_table_header()
A Dnsparse.c47 struct acpi_table_header *table; in acpi_ns_execute_table()
63 if (table->length < sizeof(struct acpi_table_header)) { in acpi_ns_execute_table()
67 aml_start = (u8 *)table + sizeof(struct acpi_table_header); in acpi_ns_execute_table()
68 aml_length = table->length - sizeof(struct acpi_table_header); in acpi_ns_execute_table()
157 struct acpi_table_header *table; in acpi_ns_one_complete_parse()
169 if (table->length < sizeof(struct acpi_table_header)) { in acpi_ns_one_complete_parse()
173 aml_start = (u8 *)table + sizeof(struct acpi_table_header); in acpi_ns_one_complete_parse()
174 aml_length = table->length - sizeof(struct acpi_table_header); in acpi_ns_one_complete_parse()
A Dtbxface.c217 u32 instance, struct acpi_table_header *out_table_header) in ACPI_EXPORT_SYMBOL_INIT()
221 struct acpi_table_header *header; in ACPI_EXPORT_SYMBOL_INIT()
251 acpi_table_header)); in ACPI_EXPORT_SYMBOL_INIT()
257 sizeof(struct acpi_table_header)); in ACPI_EXPORT_SYMBOL_INIT()
260 acpi_table_header)); in ACPI_EXPORT_SYMBOL_INIT()
267 sizeof(struct acpi_table_header)); in ACPI_EXPORT_SYMBOL_INIT()
298 u32 instance, struct acpi_table_header ** out_table) in ACPI_EXPORT_SYMBOL()
359 void acpi_put_table(struct acpi_table_header *table) in ACPI_EXPORT_SYMBOL()
405 acpi_get_table_by_index(u32 table_index, struct acpi_table_header **out_table) in ACPI_EXPORT_SYMBOL()
A Dtbdata.c45 struct acpi_table_header *table; in acpi_tb_compare_tables()
88 u8 flags, struct acpi_table_header *table) in acpi_tb_init_table_descriptor()
133 struct acpi_table_header **table_ptr, in acpi_tb_acquire_table()
136 struct acpi_table_header *table = NULL; in acpi_tb_acquire_table()
185 acpi_tb_release_table(struct acpi_table_header *table, in acpi_tb_release_table()
225 u8 flags, struct acpi_table_header *table) in acpi_tb_acquire_temp_table()
238 acpi_table_header)); in acpi_tb_acquire_temp_table()
397 table_desc->length = sizeof(struct acpi_table_header); in acpi_tb_validate_temp_table()
948 struct acpi_table_header *table; in acpi_tb_load_table()
1005 struct acpi_table_header *table, in acpi_tb_install_and_load_table()
[all …]
A Dexconfig.c283 struct acpi_table_header *table_header; in acpi_ex_load_op()
284 struct acpi_table_header *table; in acpi_ex_load_op()
332 table_header = ACPI_ALLOCATE(sizeof(struct acpi_table_header)); in acpi_ex_load_op()
339 sizeof(struct acpi_table_header), in acpi_ex_load_op()
350 if (length < sizeof(struct acpi_table_header)) { in acpi_ex_load_op()
395 if (obj_desc->buffer.length < sizeof(struct acpi_table_header)) { in acpi_ex_load_op()
402 ACPI_CAST_PTR(struct acpi_table_header, in acpi_ex_load_op()
411 if (length < sizeof(struct acpi_table_header)) { in acpi_ex_load_op()
A Dtbxfload.c105 struct acpi_table_header *new_dsdt; in ACPI_EXPORT_SYMBOL_INIT()
153 sizeof(struct acpi_table_header)); in ACPI_EXPORT_SYMBOL_INIT()
241 acpi_install_table(struct acpi_table_header *table) in acpi_install_table()
307 acpi_status acpi_load_table(struct acpi_table_header *table, u32 *table_idx) in ACPI_EXPORT_SYMBOL_INIT()
/linux-6.3-rc2/drivers/acpi/
A Dpptt.c147 acpi_find_cache_level(struct acpi_table_header *table_hdr, in acpi_find_cache_level()
195 static void acpi_count_levels(struct acpi_table_header *table_hdr, in acpi_count_levels()
420 static void cache_setup_acpi_cpu(struct acpi_table_header *table, in cache_setup_acpi_cpu()
446 static bool flag_identical(struct acpi_table_header *table_hdr, in flag_identical()
536 static struct acpi_table_header *acpi_get_pptt(void) in acpi_get_pptt()
538 static struct acpi_table_header *pptt; in acpi_get_pptt()
556 struct acpi_table_header *table; in find_acpi_cpu_topology_tag()
585 struct acpi_table_header *table; in check_acpi_cpu_flag()
622 struct acpi_table_header *table; in acpi_get_cache_info()
663 struct acpi_table_header *table; in cache_setup_acpi()
[all …]
A Dacpi_configfs.c20 struct acpi_table_header *header;
27 const struct acpi_table_header *header = data; in acpi_table_aml_write()
79 struct acpi_table_header *h = get_header(cfg); in acpi_table_aml_read()
101 struct acpi_table_header *h = get_header(cfg); in acpi_table_signature_show()
111 struct acpi_table_header *h = get_header(cfg); in acpi_table_length_show()
121 struct acpi_table_header *h = get_header(cfg); in acpi_table_revision_show()
131 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_id_show()
141 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_table_id_show()
151 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_revision_show()
162 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_id_show()
[all …]
A Dtables.c395 struct acpi_table_header *table_header = NULL; in acpi_table_parse_entries_array()
479 struct acpi_table_header *table = NULL; in acpi_table_parse()
507 struct acpi_table_header *table = NULL; in check_multiple_madt()
561 #define ACPI_HEADER_SIZE sizeof(struct acpi_table_header)
575 struct acpi_table_header *table; in acpi_table_upgrade()
598 if (file.size < sizeof(struct acpi_table_header)) { in acpi_table_upgrade()
699 struct acpi_table_header *table; in acpi_table_initrd_override()
757 struct acpi_table_header *table; in acpi_table_initrd_scan()
830 struct acpi_table_header **new_table) in acpi_os_table_override()
839 *new_table = (struct acpi_table_header *)&amlcode; in acpi_os_table_override()
[all …]
A Dcustom_method.c29 struct acpi_table_header table; in cm_write()
39 if (count <= sizeof(struct acpi_table_header)) in cm_write()
42 sizeof(struct acpi_table_header))) in cm_write()
A Dspcr.c30 static bool qdf2400_erratum_44_present(struct acpi_table_header *h) in qdf2400_erratum_44_present()
101 (struct acpi_table_header **)&table); in acpi_parse_spcr()
230 acpi_put_table((struct acpi_table_header *)table); in acpi_parse_spcr()
/linux-6.3-rc2/tools/power/acpi/tools/acpidump/
A Dapdump.c15 ap_dump_table_buffer(struct acpi_table_header *table,
30 u8 ap_is_valid_header(struct acpi_table_header *table) in ap_is_valid_header()
46 if (table->length < sizeof(struct acpi_table_header)) { in ap_is_valid_header()
68 u8 ap_is_valid_checksum(struct acpi_table_header *table) in ap_is_valid_checksum()
106 u32 ap_get_table_length(struct acpi_table_header *table) in ap_get_table_length()
142 ap_dump_table_buffer(struct acpi_table_header *table, in ap_dump_table_buffer()
192 struct acpi_table_header *table; in ap_dump_all_tables()
251 struct acpi_table_header *table; in ap_dump_table_by_address()
296 struct acpi_table_header *table; in ap_dump_table_by_name()
367 struct acpi_table_header *table; in ap_dump_table_from_file()
A Dacpidump.h71 u8 ap_is_valid_header(struct acpi_table_header *table);
73 u8 ap_is_valid_checksum(struct acpi_table_header *table);
75 u32 ap_get_table_length(struct acpi_table_header *table);
82 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance);
84 struct acpi_table_header *ap_get_table_from_file(char *pathname,
A Dapfiles.c104 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance) in ap_write_to_binary_file()
179 struct acpi_table_header *ap_get_table_from_file(char *pathname, in ap_get_table_from_file()
182 struct acpi_table_header *buffer = NULL; in ap_get_table_from_file()
/linux-6.3-rc2/drivers/char/tpm/eventlog/
A Dacpi.c30 struct acpi_table_header hdr;
89 (struct acpi_table_header **)&tbl); in tpm_read_log_acpi()
95 acpi_put_table((struct acpi_table_header *)tbl); in tpm_read_log_acpi()
104 acpi_put_table((struct acpi_table_header *)tbl); in tpm_read_log_acpi()
108 acpi_put_table((struct acpi_table_header *)tbl); in tpm_read_log_acpi()
113 (struct acpi_table_header **)&buff); in tpm_read_log_acpi()
129 acpi_put_table((struct acpi_table_header *)buff); in tpm_read_log_acpi()
/linux-6.3-rc2/include/linux/
A Defi-bgrt.h9 void efi_bgrt_init(struct acpi_table_header *table);
10 int __init acpi_parse_bgrt(struct acpi_table_header *table);
18 static inline void efi_bgrt_init(struct acpi_table_header *table) {} in efi_bgrt_init()
19 static inline int __init acpi_parse_bgrt(struct acpi_table_header *table) in acpi_parse_bgrt()
/linux-6.3-rc2/arch/x86/boot/compressed/
A Dacpi.c199 struct acpi_table_header *header; in get_acpi_srat_table()
233 header = (struct acpi_table_header *)root_table; in get_acpi_srat_table()
235 if (len < sizeof(struct acpi_table_header) + size) in get_acpi_srat_table()
238 num_entries = (len - sizeof(struct acpi_table_header)) / size; in get_acpi_srat_table()
239 entry = (u8 *)(root_table + sizeof(struct acpi_table_header)); in get_acpi_srat_table()
248 header = (struct acpi_table_header *)acpi_table; in get_acpi_srat_table()
272 struct acpi_table_header *table_header; in count_immovable_mem_regions()
284 table_header = (struct acpi_table_header *)table_addr; in count_immovable_mem_regions()

Completed in 50 milliseconds

1234