Searched refs:AML_ARG_OP (Results 1 – 9 of 9) sorted by relevance
209 status = acpi_ds_method_data_set_value (AML_ARG_OP, index, params[index], walk_state); in acpi_ds_method_data_init_args()262 case AML_ARG_OP: in acpi_ds_method_data_get_node()452 case AML_ARG_OP: in acpi_ds_method_data_get_value()636 if (opcode == AML_ARG_OP) { in acpi_ds_store_object_to_local()
583 obj_desc->reference.opcode = AML_ARG_OP; in acpi_ds_init_object_from_op()584 obj_desc->reference.offset = opcode - AML_ARG_OP; in acpi_ds_init_object_from_op()587 status = acpi_ds_method_data_get_node (AML_ARG_OP, obj_desc->reference.offset, in acpi_ds_init_object_from_op()
178 case AML_ARG_OP: in acpi_ex_resolve_object_to_value()
169 case AML_ARG_OP: in acpi_ex_store()
97 case AML_ARG_OP: in acpi_ex_get_object_reference()
225 case AML_ARG_OP: in acpi_ex_resolve_operands()
679 case AML_ARG_OP: in acpi_ex_opcode_1A_0T_1R()
148 case AML_ARG_OP: in acpi_ex_dump_operand()
84 #define AML_ARG_OP (u16) 0x68 macro