Home
last modified time | relevance | path

Searched refs:acpi_table_header (Results 1 - 25 of 199) sorted by relevance

12345678

/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c38 struct acpi_table_header **table);
42 char *signature, struct acpi_table_header **table);
44 static void osl_unmap_table(struct acpi_table_header *table);
59 struct acpi_table_header **table,
67 struct acpi_table_header **table,
156 struct acpi_table_header **table) in acpi_os_get_table_by_address()
159 struct acpi_table_header *mapped_table; in acpi_os_get_table_by_address()
160 struct acpi_table_header *local_table = NULL; in acpi_os_get_table_by_address()
221 struct acpi_table_header **table, in acpi_os_get_table_by_name()
349 struct acpi_table_header **tabl in acpi_os_get_table_by_index()
[all...]
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c38 struct acpi_table_header **table);
42 char *signature, struct acpi_table_header **table);
44 static void osl_unmap_table(struct acpi_table_header *table);
59 struct acpi_table_header **table,
67 struct acpi_table_header **table,
156 struct acpi_table_header **table) in acpi_os_get_table_by_address()
159 struct acpi_table_header *mapped_table; in acpi_os_get_table_by_address()
160 struct acpi_table_header *local_table = NULL; in acpi_os_get_table_by_address()
221 struct acpi_table_header **table, in acpi_os_get_table_by_name()
349 struct acpi_table_header **tabl in acpi_os_get_table_by_index()
[all...]
/kernel/linux/linux-5.10/include/acpi/
H 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 */
302 struct acpi_table_header header; /* Common ACPI table header */
324 struct acpi_table_header header; /* Common ACPI table header */
388 struct acpi_table_header header; /* Common ACPI table header */
409 struct acpi_table_header header; /* Common ACPI table header */
482 struct acpi_table_header heade
[all...]
/kernel/linux/linux-6.6/include/acpi/
H 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 */
310 struct acpi_table_header header; /* Common ACPI table header */
332 struct acpi_table_header header; /* Common ACPI table header */
396 struct acpi_table_header header; /* Common ACPI table header */
417 struct acpi_table_header header; /* Common ACPI table header */
491 struct acpi_table_header heade
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H 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_tabl
[all...]
H 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()
229 struct acpi_table_header *table; in acpi_tb_parse_root_table()
246 ACPI_CAST_PTR(struct acpi_table_header, in acpi_tb_parse_root_table()
275 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
287 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
289 if (length < (sizeof(struct acpi_table_header) + table_entry_size)) { in acpi_tb_parse_root_table()
311 table_count = (u32)((table->length - sizeof(struct acpi_table_header)) / in acpi_tb_parse_root_table()
[all...]
H 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()
H 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()
/kernel/linux/linux-5.10/drivers/sfi/
H A Dsfi_acpi.c77 ((ptable->header.length - sizeof(struct acpi_table_header)) / \
81 struct acpi_table_header *th) in acpi_to_sfi_th()
86 static inline struct acpi_table_header *sfi_to_acpi_th( in sfi_to_acpi_th()
89 return (struct acpi_table_header *)th; in sfi_to_acpi_th()
127 static struct acpi_table_header *sfi_acpi_get_table(struct sfi_table_key *key) in sfi_acpi_get_table()
142 static void sfi_acpi_put_table(struct acpi_table_header *table) in sfi_acpi_put_table()
153 int(*handler)(struct acpi_table_header *)) in sfi_acpi_table_parse()
155 struct acpi_table_header *table = NULL; in sfi_acpi_table_parse()
181 struct acpi_table_header *th = NULL; in sfi_acpi_table_show()
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/
H 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()
104 u32 ap_get_table_length(struct acpi_table_header *table) in ap_get_table_length()
140 ap_dump_table_buffer(struct acpi_table_header *table, in ap_dump_table_buffer()
190 struct acpi_table_header *table; in ap_dump_all_tables()
249 struct acpi_table_header *table; in ap_dump_table_by_address()
294 struct acpi_table_header *table; in ap_dump_table_by_name()
365 struct acpi_table_header *tabl in ap_dump_table_from_file()
[all...]
H 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,
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidump/
H 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 *tabl in ap_dump_table_from_file()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H 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...]
H A Dactables.h34 u8 flags, struct acpi_table_header *table);
57 void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length);
79 struct acpi_table_header **table_ptr,
83 acpi_tb_release_table(struct acpi_table_header *table,
121 struct acpi_table_header *header);
126 acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length);
130 struct acpi_table_header *acpi_tb_copy_dsdt(u32 table_index);
140 struct acpi_table_header **out_table);
H A Dtbprint.c21 acpi_tb_cleanup_table_header(struct acpi_table_header *out_header,
22 struct acpi_table_header *header);
66 acpi_tb_cleanup_table_header(struct acpi_table_header *out_header, in acpi_tb_cleanup_table_header()
67 struct acpi_table_header *header) in acpi_tb_cleanup_table_header()
70 memcpy(out_header, header, sizeof(struct acpi_table_header)); in acpi_tb_cleanup_table_header()
93 struct acpi_table_header *header) in acpi_tb_print_table_header()
95 struct acpi_table_header local_header; in acpi_tb_print_table_header()
152 acpi_status acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length) in acpi_tb_verify_checksum()
H 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()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_configfs.c23 struct acpi_table_header *header;
30 const struct acpi_table_header *header = data; in acpi_table_aml_write()
69 static inline struct acpi_table_header *get_header(struct config_item *cfg) in get_header()
82 struct acpi_table_header *h = get_header(cfg); in acpi_table_aml_read()
104 struct acpi_table_header *h = get_header(cfg); in acpi_table_signature_show()
114 struct acpi_table_header *h = get_header(cfg); in acpi_table_length_show()
124 struct acpi_table_header *h = get_header(cfg); in acpi_table_revision_show()
134 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_id_show()
144 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_table_id_show()
154 struct acpi_table_header * in acpi_table_oem_revision_show()
[all...]
H A Dpptt.c24 static struct acpi_subtable_header *fetch_pptt_subtable(struct acpi_table_header *table_hdr, in fetch_pptt_subtable()
47 static struct acpi_pptt_processor *fetch_pptt_node(struct acpi_table_header *table_hdr, in fetch_pptt_node()
53 static struct acpi_pptt_cache *fetch_pptt_cache(struct acpi_table_header *table_hdr, in fetch_pptt_cache()
59 static struct acpi_subtable_header *acpi_get_pptt_resource(struct acpi_table_header *table_hdr, in acpi_get_pptt_resource()
101 static unsigned int acpi_pptt_walk_cache(struct acpi_table_header *table_hdr, in acpi_pptt_walk_cache()
136 acpi_find_cache_level(struct acpi_table_header *table_hdr, in acpi_find_cache_level()
180 static int acpi_count_levels(struct acpi_table_header *table_hdr, in acpi_count_levels()
204 static int acpi_pptt_leaf_node(struct acpi_table_header *table_hdr, in acpi_pptt_leaf_node()
250 static struct acpi_pptt_processor *acpi_find_processor_node(struct acpi_table_header *table_hdr, in acpi_find_processor_node()
284 static int acpi_find_cache_levels(struct acpi_table_header *table_hd
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_configfs.c20 struct acpi_table_header *header;
27 const struct acpi_table_header *header = data; in acpi_table_aml_write()
66 static inline struct acpi_table_header *get_header(struct config_item *cfg) in get_header()
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 * in acpi_table_oem_revision_show()
[all...]
H A Dpptt.c24 static struct acpi_subtable_header *fetch_pptt_subtable(struct acpi_table_header *table_hdr, in fetch_pptt_subtable()
47 static struct acpi_pptt_processor *fetch_pptt_node(struct acpi_table_header *table_hdr, in fetch_pptt_node()
53 static struct acpi_pptt_cache *fetch_pptt_cache(struct acpi_table_header *table_hdr, in fetch_pptt_cache()
59 static struct acpi_subtable_header *acpi_get_pptt_resource(struct acpi_table_header *table_hdr, in acpi_get_pptt_resource()
102 static unsigned int acpi_pptt_walk_cache(struct acpi_table_header *table_hdr, in acpi_pptt_walk_cache()
147 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()
216 static int acpi_pptt_leaf_node(struct acpi_table_header *table_hdr, in acpi_pptt_leaf_node()
262 static struct acpi_pptt_processor *acpi_find_processor_node(struct acpi_table_header *table_hdr, in acpi_find_processor_node()
318 static struct acpi_pptt_cache *acpi_find_cache_node(struct acpi_table_header *table_hd
[all...]
/kernel/linux/linux-5.10/include/linux/
H 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()
/kernel/linux/linux-6.6/include/linux/
H 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()
/kernel/linux/linux-5.10/drivers/char/tpm/eventlog/
H A Dacpi.c29 struct acpi_table_header hdr;
88 (struct acpi_table_header **)&tbl); in tpm_read_log_acpi()
94 acpi_put_table((struct acpi_table_header *)tbl); in tpm_read_log_acpi()
103 acpi_put_table((struct acpi_table_header *)tbl); in tpm_read_log_acpi()
107 acpi_put_table((struct acpi_table_header *)tbl); in tpm_read_log_acpi()
112 (struct acpi_table_header **)&buff); in tpm_read_log_acpi()
128 acpi_put_table((struct acpi_table_header *)buff); in tpm_read_log_acpi()
/kernel/linux/linux-6.6/drivers/char/tpm/eventlog/
H 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()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H 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 13 milliseconds

12345678