Lines Matching refs:operand
149 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_0R() local
160 status = acpi_ex_release_mutex(operand[0], walk_state); in acpi_ex_opcode_1A_0T_0R()
165 status = acpi_ex_system_reset_event(operand[0]); in acpi_ex_opcode_1A_0T_0R()
170 status = acpi_ex_system_signal_event(operand[0]); in acpi_ex_opcode_1A_0T_0R()
175 status = acpi_ex_system_do_sleep(operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R()
181 acpi_ex_system_do_stall((u32) operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R()
186 status = acpi_ex_unload_table(operand[0]); in acpi_ex_opcode_1A_0T_0R()
216 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_0R() local
226 status = acpi_ex_load_op(operand[0], operand[1], walk_state); in acpi_ex_opcode_1A_1T_0R()
258 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_1R() local
290 return_desc->integer.value = ~operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
295 return_desc->integer.value = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
311 return_desc->integer.value = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
337 digit = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
378 digit = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
401 ACPI_FORMAT_UINT64(operand[0]-> in acpi_ex_opcode_1A_1T_1R()
414 if ((struct acpi_namespace_node *)operand[0] == in acpi_ex_opcode_1A_1T_1R()
426 status = acpi_ex_get_object_reference(operand[0], in acpi_ex_opcode_1A_1T_1R()
434 acpi_ex_store(return_desc2, operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R()
456 status = acpi_ex_store(operand[0], operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R()
470 walk_state->result_obj = operand[0]; in acpi_ex_opcode_1A_1T_1R()
481 acpi_ut_copy_iobject_to_iobject(operand[0], &return_desc, in acpi_ex_opcode_1A_1T_1R()
487 status = acpi_ex_convert_to_string(operand[0], &return_desc, in acpi_ex_opcode_1A_1T_1R()
489 if (return_desc == operand[0]) { in acpi_ex_opcode_1A_1T_1R()
498 status = acpi_ex_convert_to_string(operand[0], &return_desc, in acpi_ex_opcode_1A_1T_1R()
500 if (return_desc == operand[0]) { in acpi_ex_opcode_1A_1T_1R()
509 status = acpi_ex_convert_to_buffer(operand[0], &return_desc); in acpi_ex_opcode_1A_1T_1R()
510 if (return_desc == operand[0]) { in acpi_ex_opcode_1A_1T_1R()
519 status = acpi_ex_convert_to_integer(operand[0], &return_desc, in acpi_ex_opcode_1A_1T_1R()
521 if (return_desc == operand[0]) { in acpi_ex_opcode_1A_1T_1R()
551 status = acpi_ex_store(return_desc, operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R()
585 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_1R() local
610 if (!operand[0]->integer.value) { in acpi_ex_opcode_1A_0T_1R()
631 temp_desc = operand[0]; in acpi_ex_opcode_1A_0T_1R()
679 status = acpi_ex_store(return_desc, operand[0], walk_state); in acpi_ex_opcode_1A_0T_1R()
693 acpi_ex_resolve_multiple(walk_state, operand[0], &type, in acpi_ex_opcode_1A_0T_1R()
717 operand[0], &type, in acpi_ex_opcode_1A_0T_1R()
786 acpi_ex_get_object_reference(operand[0], &return_desc, in acpi_ex_opcode_1A_0T_1R()
797 if (ACPI_GET_DESCRIPTOR_TYPE(operand[0]) == in acpi_ex_opcode_1A_0T_1R()
802 operand[0]); in acpi_ex_opcode_1A_0T_1R()
807 operand[0] = temp_desc; in acpi_ex_opcode_1A_0T_1R()
814 switch ((operand[0])->common.type) { in acpi_ex_opcode_1A_0T_1R()
821 switch (operand[0]->reference.class) { in acpi_ex_opcode_1A_0T_1R()
829 (operand[0]->reference.class, in acpi_ex_opcode_1A_0T_1R()
830 operand[0]->reference.value, in acpi_ex_opcode_1A_0T_1R()
840 acpi_ut_remove_reference(operand[0]); in acpi_ex_opcode_1A_0T_1R()
841 operand[0] = temp_desc; in acpi_ex_opcode_1A_0T_1R()
849 operand[0]->reference.object; in acpi_ex_opcode_1A_0T_1R()
850 acpi_ut_remove_reference(operand[0]); in acpi_ex_opcode_1A_0T_1R()
851 operand[0] = temp_desc; in acpi_ex_opcode_1A_0T_1R()
872 if (ACPI_GET_DESCRIPTOR_TYPE(operand[0]) != in acpi_ex_opcode_1A_0T_1R()
874 if ((operand[0])->common.type == ACPI_TYPE_STRING) { in acpi_ex_opcode_1A_0T_1R()
886 operand[0]->string.pointer, in acpi_ex_opcode_1A_0T_1R()
907 if (ACPI_GET_DESCRIPTOR_TYPE(operand[0]) == in acpi_ex_opcode_1A_0T_1R()
918 operand[0]); in acpi_ex_opcode_1A_0T_1R()
925 switch (operand[0]->reference.class) { in acpi_ex_opcode_1A_0T_1R()
931 switch (operand[0]->reference.target_type) { in acpi_ex_opcode_1A_0T_1R()
935 operand[0]->reference.object; in acpi_ex_opcode_1A_0T_1R()
951 temp_desc->buffer.pointer[operand[0]->reference.value]); in acpi_ex_opcode_1A_0T_1R()
964 *(operand[0]->reference.where); in acpi_ex_opcode_1A_0T_1R()
982 operand[0]->reference. in acpi_ex_opcode_1A_0T_1R()
983 target_type, operand[0])); in acpi_ex_opcode_1A_0T_1R()
991 return_desc = operand[0]->reference.object; in acpi_ex_opcode_1A_0T_1R()
1040 operand[0], in acpi_ex_opcode_1A_0T_1R()
1041 operand[0]->reference.class)); in acpi_ex_opcode_1A_0T_1R()