Home
last modified time | relevance | path

Searched refs:aml_start (Results 1 - 25 of 52) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddsargs.c25 u32 aml_length, u8 *aml_start);
34 * aml_start - Pointer to the AML
45 u32 aml_length, u8 *aml_start) in acpi_ds_execute_arguments()
51 ACPI_FUNCTION_TRACE_PTR(ds_execute_arguments, aml_start); in acpi_ds_execute_arguments()
55 op = acpi_ps_alloc_op(AML_INT_EVAL_SUBTREE_OP, aml_start); in acpi_ds_execute_arguments()
72 status = acpi_ds_init_aml_walk(walk_state, op, NULL, aml_start, in acpi_ds_execute_arguments()
98 op = acpi_ps_alloc_op(AML_INT_EVAL_SUBTREE_OP, aml_start); in acpi_ds_execute_arguments()
115 status = acpi_ds_init_aml_walk(walk_state, op, NULL, aml_start, in acpi_ds_execute_arguments()
173 extra_desc->extra.aml_start); in acpi_ds_get_buffer_field_arguments()
218 extra_desc->extra.aml_start); in acpi_ds_get_bank_field_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 Dnsparse.c51 u8 *aml_start; in acpi_ns_execute_table() local
67 aml_start = (u8 *)table + sizeof(struct acpi_table_header); in acpi_ns_execute_table()
95 method_obj->method.aml_start = aml_start; in acpi_ns_execute_table()
155 u8 *aml_start; in acpi_ns_one_complete_parse() local
173 aml_start = (u8 *)table + sizeof(struct acpi_table_header); in acpi_ns_one_complete_parse()
183 parse_root = acpi_ps_create_scope_op(aml_start); in acpi_ns_one_complete_parse()
197 aml_start, aml_length, NULL, in acpi_ns_one_complete_parse()
H A Dexcreate.c201 * PARAMETERS: aml_start - Pointer to the region declaration AML
213 acpi_ex_create_region(u8 * aml_start, in acpi_ex_create_region() argument
267 region_obj2->extra.aml_start = aml_start; in acpi_ex_create_region()
397 * PARAMETERS: aml_start - First byte of the method's AML
408 acpi_ex_create_method(u8 * aml_start, in acpi_ex_create_method() argument
428 obj_desc->method.aml_start = aml_start; in acpi_ex_create_method()
H A Dpsxface.c124 op = acpi_ps_create_scope_op(info->obj_desc->method.aml_start); in acpi_ps_execute_method()
142 info->obj_desc->method.aml_start, in acpi_ps_execute_method()
249 op = acpi_ps_create_scope_op(info->obj_desc->method.aml_start); in acpi_ps_execute_table()
266 info->obj_desc->method.aml_start, in acpi_ps_execute_table()
H A Dacobject.h100 u8 *aml_start; member
107 u8 *aml_start; member
149 u8 *aml_start; member
345 u8 *aml_start; member
H A Drscreate.c108 u8 *aml_start; in ACPI_EXPORT_SYMBOL() local
120 aml_start = aml_buffer->buffer.pointer; in ACPI_EXPORT_SYMBOL()
126 status = acpi_rs_get_list_length(aml_start, aml_buffer_length, in ACPI_EXPORT_SYMBOL()
145 status = acpi_ut_walk_aml_resources(NULL, aml_start, aml_buffer_length, in ACPI_EXPORT_SYMBOL()
H A Dnsxfname.c480 u8 *aml_start; in ACPI_EXPORT_SYMBOL() local
518 aml_start = parser_state.aml; in ACPI_EXPORT_SYMBOL()
519 aml_length = (u32)ACPI_PTR_DIFF(parser_state.pkg_end, aml_start); in ACPI_EXPORT_SYMBOL()
567 memcpy(aml_buffer, aml_start, aml_length); in ACPI_EXPORT_SYMBOL()
571 method_obj->method.aml_start = aml_buffer; in ACPI_EXPORT_SYMBOL()
H A Dextrace.c198 obj_desc ? obj_desc->method.aml_start : NULL, in acpi_ex_start_trace_method()
240 obj_desc ? obj_desc->method.aml_start : NULL, in acpi_ex_stop_trace_method()
H A Ddbmethod.c58 walk_state->parser_state.aml_start); in acpi_db_set_method_breakpoint()
286 op = acpi_ps_create_scope_op(obj_desc->method.aml_start); in acpi_db_disassemble_method()
299 obj_desc->method.aml_start, in acpi_db_disassemble_method()
H A Ddsmethod.c70 op = acpi_ps_alloc_op(AML_METHOD_OP, obj_desc->method.aml_start); in acpi_ds_auto_serialize_method()
88 obj_desc->method.aml_start, in acpi_ds_auto_serialize_method()
205 aml_start); in acpi_ds_method_error()
526 obj_desc->method.aml_start, in acpi_ds_call_control_method()
H A Ddswstate.c553 * aml_start - Start of AML
568 u8 * aml_start, in acpi_ds_init_aml_walk()
579 walk_state->parser_state.aml_start = in acpi_ds_init_aml_walk()
581 walk_state->parser_state.pkg_end = aml_start; 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 Dnsdump.c261 obj_desc->method.aml_start); in acpi_ns_dump_one_object()
442 acpi_os_printf(" M:%p-%X\n", obj_desc->method.aml_start, in acpi_ns_dump_one_object()
570 obj_desc = (void *)obj_desc->method.aml_start; in acpi_ns_dump_one_object()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddsargs.c25 u32 aml_length, u8 *aml_start);
34 * aml_start - Pointer to the AML
45 u32 aml_length, u8 *aml_start) in acpi_ds_execute_arguments()
51 ACPI_FUNCTION_TRACE_PTR(ds_execute_arguments, aml_start); in acpi_ds_execute_arguments()
55 op = acpi_ps_alloc_op(AML_INT_EVAL_SUBTREE_OP, aml_start); in acpi_ds_execute_arguments()
72 status = acpi_ds_init_aml_walk(walk_state, op, NULL, aml_start, in acpi_ds_execute_arguments()
98 op = acpi_ps_alloc_op(AML_INT_EVAL_SUBTREE_OP, aml_start); in acpi_ds_execute_arguments()
115 status = acpi_ds_init_aml_walk(walk_state, op, NULL, aml_start, in acpi_ds_execute_arguments()
173 extra_desc->extra.aml_start); in acpi_ds_get_buffer_field_arguments()
218 extra_desc->extra.aml_start); in acpi_ds_get_bank_field_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 Dnsparse.c51 u8 *aml_start; in acpi_ns_execute_table() local
67 aml_start = (u8 *)table + sizeof(struct acpi_table_header); in acpi_ns_execute_table()
95 method_obj->method.aml_start = aml_start; in acpi_ns_execute_table()
155 u8 *aml_start; in acpi_ns_one_complete_parse() local
173 aml_start = (u8 *)table + sizeof(struct acpi_table_header); in acpi_ns_one_complete_parse()
183 parse_root = acpi_ps_create_scope_op(aml_start); in acpi_ns_one_complete_parse()
197 aml_start, aml_length, NULL, in acpi_ns_one_complete_parse()
H A Dexcreate.c201 * PARAMETERS: aml_start - Pointer to the region declaration AML
213 acpi_ex_create_region(u8 * aml_start, in acpi_ex_create_region() argument
267 region_obj2->extra.aml_start = aml_start; in acpi_ex_create_region()
398 * PARAMETERS: aml_start - First byte of the method's AML
409 acpi_ex_create_method(u8 * aml_start, in acpi_ex_create_method() argument
429 obj_desc->method.aml_start = aml_start; in acpi_ex_create_method()
H A Dpsxface.c124 op = acpi_ps_create_scope_op(info->obj_desc->method.aml_start); in acpi_ps_execute_method()
142 info->obj_desc->method.aml_start, in acpi_ps_execute_method()
249 op = acpi_ps_create_scope_op(info->obj_desc->method.aml_start); in acpi_ps_execute_table()
266 info->obj_desc->method.aml_start, in acpi_ps_execute_table()
H A Drscreate.c108 u8 *aml_start; in ACPI_EXPORT_SYMBOL() local
120 aml_start = aml_buffer->buffer.pointer; in ACPI_EXPORT_SYMBOL()
126 status = acpi_rs_get_list_length(aml_start, aml_buffer_length, in ACPI_EXPORT_SYMBOL()
145 status = acpi_ut_walk_aml_resources(NULL, aml_start, aml_buffer_length, in ACPI_EXPORT_SYMBOL()
H A Dacobject.h100 u8 *aml_start; member
107 u8 *aml_start; member
150 u8 *aml_start; member
346 u8 *aml_start; member
H A Dnsxfname.c480 u8 *aml_start; in ACPI_EXPORT_SYMBOL() local
518 aml_start = parser_state.aml; in ACPI_EXPORT_SYMBOL()
519 aml_length = (u32)ACPI_PTR_DIFF(parser_state.pkg_end, aml_start); in ACPI_EXPORT_SYMBOL()
567 memcpy(aml_buffer, aml_start, aml_length); in ACPI_EXPORT_SYMBOL()
571 method_obj->method.aml_start = aml_buffer; in ACPI_EXPORT_SYMBOL()
H A Dextrace.c198 obj_desc ? obj_desc->method.aml_start : NULL, in acpi_ex_start_trace_method()
240 obj_desc ? obj_desc->method.aml_start : NULL, in acpi_ex_stop_trace_method()
H A Ddbmethod.c58 walk_state->parser_state.aml_start); in acpi_db_set_method_breakpoint()
286 op = acpi_ps_create_scope_op(obj_desc->method.aml_start); in acpi_db_disassemble_method()
299 obj_desc->method.aml_start, in acpi_db_disassemble_method()
H A Ddsmethod.c70 op = acpi_ps_alloc_op(AML_METHOD_OP, obj_desc->method.aml_start); in acpi_ds_auto_serialize_method()
88 obj_desc->method.aml_start, in acpi_ds_auto_serialize_method()
205 aml_start); in acpi_ds_method_error()
526 obj_desc->method.aml_start, in acpi_ds_call_control_method()
H A Dnsdump.c261 obj_desc->method.aml_start); in acpi_ns_dump_one_object()
442 acpi_os_printf(" M:%p-%X\n", obj_desc->method.aml_start, in acpi_ns_dump_one_object()
570 obj_desc = (void *)obj_desc->method.aml_start; in acpi_ns_dump_one_object()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_padding.c202 void *aml_start; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_padding.c202 void *aml_start; member

Completed in 15 milliseconds

123