Home
last modified time | relevance | path

Searched refs:aml_opcode (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/drivers/acpi/acpica/
Ddsutils.c169 (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) { in acpi_ds_is_result_used()
176 aml_opcode))); in acpi_ds_is_result_used()
183 acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode); in acpi_ds_is_result_used()
198 switch (op->common.parent->common.aml_opcode) { in acpi_ds_is_result_used()
239 if ((op->common.parent->common.aml_opcode == AML_REGION_OP) || in acpi_ds_is_result_used()
240 (op->common.parent->common.aml_opcode == AML_DATA_REGION_OP) in acpi_ds_is_result_used()
241 || (op->common.parent->common.aml_opcode == AML_PACKAGE_OP) in acpi_ds_is_result_used()
242 || (op->common.parent->common.aml_opcode == AML_BUFFER_OP) in acpi_ds_is_result_used()
243 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used()
245 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used()
[all …]
Ddbxface.c188 if (op->common.aml_opcode == AML_INT_NAMEDFIELD_OP) { in acpi_db_single_step()
237 if ((parent_op->common.aml_opcode == in acpi_db_single_step()
239 || (parent_op->common.aml_opcode == in acpi_db_single_step()
248 if ((parent_op->common.aml_opcode == in acpi_db_single_step()
250 || (parent_op->common.aml_opcode == in acpi_db_single_step()
252 || (parent_op->common.aml_opcode == in acpi_db_single_step()
254 || (parent_op->common.aml_opcode == in acpi_db_single_step()
256 || (parent_op->common.aml_opcode == in acpi_db_single_step()
275 acpi_os_printf("AML Opcode: %4.4X %s\n", op->common.aml_opcode, in acpi_db_single_step()
276 acpi_ps_get_opcode_name(op->common.aml_opcode)); in acpi_db_single_step()
[all …]
Ddsopcode.c25 acpi_ds_init_buffer_field(u16 aml_opcode,
75 acpi_ds_init_buffer_field(u16 aml_opcode, in acpi_ds_init_buffer_field() argument
109 acpi_ps_get_opcode_name(aml_opcode), in acpi_ds_init_buffer_field()
121 switch (aml_opcode) { in acpi_ds_init_buffer_field()
189 aml_opcode)); in acpi_ds_init_buffer_field()
233 if (aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_init_buffer_field()
300 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS, in acpi_ds_eval_buffer_field_operands()
304 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_eval_buffer_field_operands()
312 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_eval_buffer_field_operands()
317 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands()
[all …]
Dpsloop.c67 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
103 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
160 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
203 && (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments()
207 aml_opcode); in acpi_ps_get_arguments()
214 aml_opcode, in acpi_ps_get_arguments()
231 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
256 (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments()
443 aml_opcode == AML_IF_OP) in acpi_ps_parse_loop()
445 aml_opcode == AML_WHILE_OP)) in acpi_ps_parse_loop()
[all …]
Dpsobject.c166 unnamed_op->common.aml_opcode = walk_state->opcode; in acpi_ps_build_named_op()
264 if ((*op)->common.aml_opcode == AML_REGION_OP || in acpi_ps_build_named_op()
265 (*op)->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ps_build_named_op()
384 acpi_ps_get_opcode_info(parent_scope->common.aml_opcode); in acpi_ps_create_op()
398 else if ((parent_scope->common.aml_opcode == AML_INCREMENT_OP) in acpi_ps_create_op()
399 || (parent_scope->common.aml_opcode == in acpi_ps_create_op()
480 acpi_ps_get_opcode_info((*op)->common.aml_opcode); in acpi_ps_complete_op()
481 walk_state->opcode = (*op)->common.aml_opcode; in acpi_ps_complete_op()
501 while (!(*op) || ((*op)->common.aml_opcode != AML_WHILE_OP)) { in acpi_ps_complete_op()
511 acpi_ps_get_opcode_info((*op)->common.aml_opcode); in acpi_ps_complete_op()
[all …]
Ddswexec.c198 walk_state->opcode = op->common.aml_opcode; in acpi_ds_exec_begin_op()
200 acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ds_exec_begin_op()
249 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ds_exec_begin_op()
276 if (op->common.aml_opcode != AML_SCOPE_OP) { in acpi_ds_exec_begin_op()
341 op->common.aml_opcode)); in acpi_ds_exec_end_op()
464 ((op->asl.parent->asl.aml_opcode == AML_PACKAGE_OP) in acpi_ds_exec_end_op()
465 || (op->asl.parent->asl.aml_opcode == in acpi_ds_exec_end_op()
548 aml_opcode)); in acpi_ds_exec_end_op()
550 switch (op->common.parent->common.aml_opcode) { in acpi_ds_exec_end_op()
610 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_exec_end_op()
[all …]
Dpsparse.c144 aml_opcode); in acpi_ps_complete_this_op()
169 if ((op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
171 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
173 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
175 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
177 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
179 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
188 if ((op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
192 if ((op->common.aml_opcode == AML_BUFFER_OP) in acpi_ps_complete_this_op()
193 || (op->common.aml_opcode == AML_PACKAGE_OP) in acpi_ps_complete_this_op()
[all …]
Ddsobject.c47 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ds_build_internal_object()
57 if ((op->common.parent->common.aml_opcode == in acpi_ds_build_internal_object()
59 || (op->common.parent->common.aml_opcode == in acpi_ds_build_internal_object()
96 (op->common.aml_opcode))-> in acpi_ds_build_internal_object()
103 acpi_ds_init_object_from_op(walk_state, op, op->common.aml_opcode, in acpi_ds_build_internal_object()
114 if ((op->common.parent->common.aml_opcode == AML_PACKAGE_OP) || in acpi_ds_build_internal_object()
115 (op->common.parent->common.aml_opcode == AML_VARIABLE_PACKAGE_OP)) { in acpi_ds_build_internal_object()
118 if ((op->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_build_internal_object()
190 if (byte_list->common.aml_opcode != AML_INT_BYTELIST_OP) { in acpi_ds_build_internal_buffer_obj()
193 byte_list->common.aml_opcode, byte_list)); in acpi_ds_build_internal_buffer_obj()
[all …]
Ddscontrol.c44 op, op->common.aml_opcode, walk_state)); in acpi_ds_exec_begin_control_op()
46 switch (op->common.aml_opcode) { in acpi_ds_exec_begin_control_op()
86 control_state->control.opcode = op->common.aml_opcode; in acpi_ds_exec_begin_control_op()
142 switch (op->common.aml_opcode) { in acpi_ds_exec_end_control_op()
355 if (op->common.aml_opcode == AML_BREAK_OP) { in acpi_ds_exec_end_control_op()
365 op->common.aml_opcode, op)); in acpi_ds_exec_end_control_op()
Dpswalk.c56 aml_opcode), in acpi_ps_delete_parse_tree()
59 if (op->named.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ps_delete_parse_tree()
63 if (op->named.aml_opcode == AML_STRING_OP) { in acpi_ps_delete_parse_tree()
Dpstree.c52 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_get_arg()
107 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_append_arg()
113 op->common.aml_opcode)); in acpi_ps_append_arg()
252 switch (op->common.aml_opcode) { in acpi_ps_get_child()
Ddswload.c447 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_load1_end_op()
458 } else if (op->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ds_load1_end_op()
471 if (op->common.aml_opcode == AML_NAME_OP) { in acpi_ds_load1_end_op()
479 aml_opcode))-> in acpi_ds_load1_end_op()
495 op->common.node && op->common.aml_opcode == AML_EXTERNAL_OP) { in acpi_ds_load1_end_op()
527 if (op->common.aml_opcode == AML_METHOD_OP) { in acpi_ds_load1_end_op()
571 op->common.aml_opcode != AML_EXTERNAL_OP && in acpi_ds_load1_end_op()
Ddswload2.c383 if (op->common.aml_opcode == AML_SCOPE_OP) { in acpi_ds_load2_end_op()
407 (op->common.aml_opcode != AML_INT_METHODCALL_OP)) { in acpi_ds_load2_end_op()
448 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_load2_end_op()
474 switch (op->common.aml_opcode) { in acpi_ds_load2_end_op()
511 switch (op->common.aml_opcode) { in acpi_ds_load2_end_op()
557 switch (op->common.aml_opcode) { in acpi_ds_load2_end_op()
562 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_load2_end_op()
Ddspkginit.c80 while ((parent->common.aml_opcode == AML_PACKAGE_OP) || in acpi_ds_build_internal_package_obj()
81 (parent->common.aml_opcode == AML_VARIABLE_PACKAGE_OP)) { in acpi_ds_build_internal_package_obj()
154 if (arg->common.aml_opcode == AML_INT_RETURN_VALUE_OP) { in acpi_ds_build_internal_package_obj()
160 arg->common.aml_opcode = AML_INT_NAMEPATH_OP; in acpi_ds_build_internal_package_obj()
Dpsutils.c61 op->common.aml_opcode = opcode; in acpi_ps_init_op()
156 if (op->common.aml_opcode == AML_INT_RETURN_VALUE_OP) { in acpi_ps_free_op()
Ddsfield.c135 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_create_buffer_field()
289 switch (arg->common.aml_opcode) { in acpi_ds_get_field_names()
349 if (child->common.aml_opcode == AML_INT_BYTELIST_OP) { in acpi_ds_get_field_names()
449 arg->common.aml_opcode)); in acpi_ds_get_field_names()
618 if (arg->common.aml_opcode == AML_INT_NAMEDFIELD_OP) { in acpi_ds_init_field_objects()
Dpsargs.c308 else if (walk_state->op->common.aml_opcode == in acpi_ps_get_next_namepath()
319 ((arg->common.parent->common.aml_opcode == in acpi_ps_get_next_namepath()
321 || (arg->common.parent->common.aml_opcode == in acpi_ps_get_next_namepath()
858 if (arg->common.aml_opcode == AML_INT_METHODCALL_OP) { in acpi_ps_get_next_arg()
Ddbutils.c339 if (op->common.aml_opcode == AML_METHOD_OP) { in acpi_db_second_pass_parse()
380 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_db_second_pass_parse()
Ddbdisply.c112 info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_db_dump_parser_descriptor()
115 acpi_os_printf("%20.20s : %4.4X\n", "Opcode", op->common.aml_opcode); in acpi_db_dump_parser_descriptor()
398 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_db_display_method_info()
Duttrack.c653 aml_opcode); in acpi_ut_dump_allocations()
Daclocal.h734 u16 aml_opcode; /* AML opcode */\