/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | rsmisc.c | 441 acpi_rsdesc_size aml_length = 0; in acpi_rs_convert_resource_to_aml() local 470 aml_length = INIT_RESOURCE_LENGTH(info); in acpi_rs_convert_resource_to_aml() 472 aml_length, aml); in acpi_rs_convert_resource_to_aml() local 517 aml_length = (u16) in acpi_rs_convert_resource_to_aml() 518 (aml_length + (info->value * (item_count - 1))); in acpi_rs_convert_resource_to_aml() 524 aml_length = (u16) (aml_length + item_count); in acpi_rs_convert_resource_to_aml() 525 acpi_rs_set_resource_length(aml_length, aml); in acpi_rs_convert_resource_to_aml() 531 ACPI_SET16(destination, aml_length); in acpi_rs_convert_resource_to_aml() 533 aml_length in acpi_rs_convert_resource_to_aml() [all...] |
H A D | dsargs.c | 25 u32 aml_length, u8 *aml_start); 33 * aml_length - Length of executable AML 45 u32 aml_length, u8 *aml_start) in acpi_ds_execute_arguments() 73 aml_length, NULL, ACPI_IMODE_LOAD_PASS1); in acpi_ds_execute_arguments() 116 aml_length, NULL, ACPI_IMODE_EXECUTE); in acpi_ds_execute_arguments() 172 extra_desc->extra.aml_length, in acpi_ds_get_buffer_field_arguments() 217 extra_desc->extra.aml_length, in acpi_ds_get_bank_field_arguments() 268 obj_desc->buffer.aml_length, in acpi_ds_get_buffer_arguments() 313 obj_desc->package.aml_length, in acpi_ds_get_package_arguments() 364 extra_desc->extra.aml_length, in acpi_ds_get_region_arguments() 43 acpi_ds_execute_arguments(struct acpi_namespace_node *node, struct acpi_namespace_node *scope_node, u32 aml_length, u8 *aml_start) acpi_ds_execute_arguments() argument [all...] |
H A D | nsparse.c | 50 u32 aml_length; in acpi_ns_execute_table() local 68 aml_length = table->length - sizeof(struct acpi_table_header); in acpi_ns_execute_table() 96 method_obj->method.aml_length = aml_length; in acpi_ns_execute_table() 154 u32 aml_length; in acpi_ns_one_complete_parse() local 174 aml_length = table->length - sizeof(struct acpi_table_header); in acpi_ns_one_complete_parse() 197 aml_start, aml_length, NULL, in acpi_ns_one_complete_parse()
|
H A D | excreate.c | 202 * aml_length - Max length of the declaration AML 214 u32 aml_length, in acpi_ex_create_region() 268 region_obj2->extra.aml_length = aml_length; in acpi_ex_create_region() 398 * aml_length - AML byte count for this method 409 u32 aml_length, struct acpi_walk_state *walk_state) in acpi_ex_create_method() 429 obj_desc->method.aml_length = aml_length; in acpi_ex_create_method() 213 acpi_ex_create_region(u8 * aml_start, u32 aml_length, u8 space_id, struct acpi_walk_state *walk_state) acpi_ex_create_region() argument 408 acpi_ex_create_method(u8 * aml_start, u32 aml_length, struct acpi_walk_state *walk_state) acpi_ex_create_method() argument
|
H A D | nsxfname.c | 485 u32 aml_length; in ACPI_EXPORT_SYMBOL() local 519 aml_length = (u32)ACPI_PTR_DIFF(parser_state.pkg_end, aml_start); in ACPI_EXPORT_SYMBOL() 525 aml_buffer = ACPI_ALLOCATE(aml_length); in ACPI_EXPORT_SYMBOL() 567 memcpy(aml_buffer, aml_start, aml_length); in ACPI_EXPORT_SYMBOL() 572 method_obj->method.aml_length = aml_length; in ACPI_EXPORT_SYMBOL()
|
H A D | acobject.h | 99 u32 aml_length; member 108 u32 aml_length; member 155 u32 aml_length; member 346 u32 aml_length; member
|
H A D | utresrc.c | 124 * aml_length - Length of the entire template 139 acpi_size aml_length, in acpi_ut_walk_aml_resources() 153 if (aml_length < sizeof(struct aml_resource_end_tag)) { in acpi_ut_walk_aml_resources() 159 end_aml = aml + aml_length; in acpi_ut_walk_aml_resources() 137 acpi_ut_walk_aml_resources(struct acpi_walk_state *walk_state, u8 *aml, acpi_size aml_length, acpi_walk_aml_callback user_function, void **context) acpi_ut_walk_aml_resources() argument
|
H A D | psxface.c | 143 info->obj_desc->method.aml_length, info, in acpi_ps_execute_method() 267 info->obj_desc->method.aml_length, info, in acpi_ps_execute_table()
|
H A D | dswstate.c | 554 * aml_length - Length of AML 569 u32 aml_length, in acpi_ds_init_aml_walk() 583 if (aml_length != 0) { in acpi_ds_init_aml_walk() 584 walk_state->parser_state.aml_end += aml_length; in acpi_ds_init_aml_walk() 585 walk_state->parser_state.pkg_end += aml_length; in acpi_ds_init_aml_walk() 565 acpi_ds_init_aml_walk(struct acpi_walk_state *walk_state, union acpi_parse_object *op, struct acpi_namespace_node *method_node, u8 * aml_start, u32 aml_length, struct acpi_evaluate_info *info, u8 pass_number) acpi_ds_init_aml_walk() argument
|
H A D | dsobject.c | 350 obj_desc->buffer.aml_length = op->named.length; in acpi_ds_init_object_from_op() 370 obj_desc->package.aml_length = op->named.length; in acpi_ds_init_object_from_op()
|
H A D | nseval.c | 194 info->obj_desc->method.aml_length - 1)); in acpi_ns_evaluate()
|
H A D | dsmethod.c | 89 obj_desc->method.aml_length, NULL, 0); in acpi_ds_auto_serialize_method() 527 obj_desc->method.aml_length, info, in acpi_ds_call_control_method()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | rsmisc.c | 453 acpi_rsdesc_size aml_length = 0; in acpi_rs_convert_resource_to_aml() local 482 aml_length = INIT_RESOURCE_LENGTH(info); in acpi_rs_convert_resource_to_aml() 484 aml_length, aml); in acpi_rs_convert_resource_to_aml() local 538 aml_length = (u16) in acpi_rs_convert_resource_to_aml() 539 (aml_length + (info->value * (item_count - 1))); in acpi_rs_convert_resource_to_aml() 545 aml_length = (u16) (aml_length + item_count); in acpi_rs_convert_resource_to_aml() 546 acpi_rs_set_resource_length(aml_length, aml); in acpi_rs_convert_resource_to_aml() 552 ACPI_SET16(destination, aml_length); in acpi_rs_convert_resource_to_aml() 554 aml_length in acpi_rs_convert_resource_to_aml() [all...] |
H A D | dsargs.c | 25 u32 aml_length, u8 *aml_start); 33 * aml_length - Length of executable AML 45 u32 aml_length, u8 *aml_start) in acpi_ds_execute_arguments() 73 aml_length, NULL, ACPI_IMODE_LOAD_PASS1); in acpi_ds_execute_arguments() 116 aml_length, NULL, ACPI_IMODE_EXECUTE); in acpi_ds_execute_arguments() 172 extra_desc->extra.aml_length, in acpi_ds_get_buffer_field_arguments() 217 extra_desc->extra.aml_length, in acpi_ds_get_bank_field_arguments() 268 obj_desc->buffer.aml_length, in acpi_ds_get_buffer_arguments() 313 obj_desc->package.aml_length, in acpi_ds_get_package_arguments() 364 extra_desc->extra.aml_length, in acpi_ds_get_region_arguments() 43 acpi_ds_execute_arguments(struct acpi_namespace_node *node, struct acpi_namespace_node *scope_node, u32 aml_length, u8 *aml_start) acpi_ds_execute_arguments() argument [all...] |
H A D | nsparse.c | 50 u32 aml_length; in acpi_ns_execute_table() local 68 aml_length = table->length - sizeof(struct acpi_table_header); in acpi_ns_execute_table() 96 method_obj->method.aml_length = aml_length; in acpi_ns_execute_table() 154 u32 aml_length; in acpi_ns_one_complete_parse() local 174 aml_length = table->length - sizeof(struct acpi_table_header); in acpi_ns_one_complete_parse() 197 aml_start, aml_length, NULL, in acpi_ns_one_complete_parse()
|
H A D | excreate.c | 202 * aml_length - Max length of the declaration AML 214 u32 aml_length, in acpi_ex_create_region() 268 region_obj2->extra.aml_length = aml_length; in acpi_ex_create_region() 399 * aml_length - AML byte count for this method 410 u32 aml_length, struct acpi_walk_state *walk_state) in acpi_ex_create_method() 430 obj_desc->method.aml_length = aml_length; in acpi_ex_create_method() 213 acpi_ex_create_region(u8 * aml_start, u32 aml_length, u8 space_id, struct acpi_walk_state *walk_state) acpi_ex_create_region() argument 409 acpi_ex_create_method(u8 * aml_start, u32 aml_length, struct acpi_walk_state *walk_state) acpi_ex_create_method() argument
|
H A D | nsxfname.c | 485 u32 aml_length; in ACPI_EXPORT_SYMBOL() local 519 aml_length = (u32)ACPI_PTR_DIFF(parser_state.pkg_end, aml_start); in ACPI_EXPORT_SYMBOL() 525 aml_buffer = ACPI_ALLOCATE(aml_length); in ACPI_EXPORT_SYMBOL() 567 memcpy(aml_buffer, aml_start, aml_length); in ACPI_EXPORT_SYMBOL() 572 method_obj->method.aml_length = aml_length; in ACPI_EXPORT_SYMBOL()
|
H A D | acobject.h | 99 u32 aml_length; member 108 u32 aml_length; member 156 u32 aml_length; member 347 u32 aml_length; member
|
H A D | utresrc.c | 128 * aml_length - Length of the entire template 143 acpi_size aml_length, in acpi_ut_walk_aml_resources() 157 if (aml_length < sizeof(struct aml_resource_end_tag)) { in acpi_ut_walk_aml_resources() 163 end_aml = aml + aml_length; in acpi_ut_walk_aml_resources() 141 acpi_ut_walk_aml_resources(struct acpi_walk_state *walk_state, u8 *aml, acpi_size aml_length, acpi_walk_aml_callback user_function, void **context) acpi_ut_walk_aml_resources() argument
|
H A D | psxface.c | 143 info->obj_desc->method.aml_length, info, in acpi_ps_execute_method() 267 info->obj_desc->method.aml_length, info, in acpi_ps_execute_table()
|
H A D | dswstate.c | 554 * aml_length - Length of AML 569 u32 aml_length, in acpi_ds_init_aml_walk() 583 if (aml_length != 0) { in acpi_ds_init_aml_walk() 584 walk_state->parser_state.aml_end += aml_length; in acpi_ds_init_aml_walk() 585 walk_state->parser_state.pkg_end += aml_length; in acpi_ds_init_aml_walk() 565 acpi_ds_init_aml_walk(struct acpi_walk_state *walk_state, union acpi_parse_object *op, struct acpi_namespace_node *method_node, u8 * aml_start, u32 aml_length, struct acpi_evaluate_info *info, u8 pass_number) acpi_ds_init_aml_walk() argument
|
H A D | dsobject.c | 350 obj_desc->buffer.aml_length = op->named.length; in acpi_ds_init_object_from_op() 370 obj_desc->package.aml_length = op->named.length; in acpi_ds_init_object_from_op()
|
H A D | nseval.c | 194 info->obj_desc->method.aml_length - 1)); in acpi_ns_evaluate()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_padding.c | 205 int aml_length; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_padding.c | 205 int aml_length; member
|