Lines Matching refs:operand

115 	union acpi_operand_object **operand = &walk_state->operands[0];  in acpi_ex_opcode_1A_0T_0R()  local
126 status = acpi_ex_release_mutex(operand[0], walk_state); in acpi_ex_opcode_1A_0T_0R()
131 status = acpi_ex_system_reset_event(operand[0]); in acpi_ex_opcode_1A_0T_0R()
136 status = acpi_ex_system_signal_event(operand[0]); in acpi_ex_opcode_1A_0T_0R()
141 status = acpi_ex_system_do_sleep(operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R()
147 acpi_ex_system_do_stall((u32) operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R()
152 status = acpi_ex_unload_table(operand[0]); in acpi_ex_opcode_1A_0T_0R()
182 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_0R() local
192 status = acpi_ex_load_op(operand[0], operand[1], walk_state); in acpi_ex_opcode_1A_1T_0R()
224 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_1R() local
256 return_desc->integer.value = ~operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
261 return_desc->integer.value = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
277 return_desc->integer.value = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
303 digit = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
344 digit = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
367 ACPI_FORMAT_UINT64(operand[0]-> in acpi_ex_opcode_1A_1T_1R()
380 if ((struct acpi_namespace_node *)operand[0] == in acpi_ex_opcode_1A_1T_1R()
392 status = acpi_ex_get_object_reference(operand[0], in acpi_ex_opcode_1A_1T_1R()
400 acpi_ex_store(return_desc2, operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R()
422 status = acpi_ex_store(operand[0], operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R()
436 walk_state->result_obj = operand[0]; in acpi_ex_opcode_1A_1T_1R()
447 acpi_ut_copy_iobject_to_iobject(operand[0], &return_desc, in acpi_ex_opcode_1A_1T_1R()
454 acpi_ex_convert_to_string(operand[0], &return_desc, in acpi_ex_opcode_1A_1T_1R()
456 if (return_desc == operand[0]) { in acpi_ex_opcode_1A_1T_1R()
467 acpi_ex_convert_to_string(operand[0], &return_desc, in acpi_ex_opcode_1A_1T_1R()
469 if (return_desc == operand[0]) { in acpi_ex_opcode_1A_1T_1R()
479 status = acpi_ex_convert_to_buffer(operand[0], &return_desc); in acpi_ex_opcode_1A_1T_1R()
480 if (return_desc == operand[0]) { in acpi_ex_opcode_1A_1T_1R()
493 acpi_ex_convert_to_integer(operand[0], &return_desc, 0); in acpi_ex_opcode_1A_1T_1R()
494 if (return_desc == operand[0]) { in acpi_ex_opcode_1A_1T_1R()
525 status = acpi_ex_store(return_desc, operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R()
559 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_1R() local
584 if (!operand[0]->integer.value) { in acpi_ex_opcode_1A_0T_1R()
605 temp_desc = operand[0]; in acpi_ex_opcode_1A_0T_1R()
652 status = acpi_ex_store(return_desc, operand[0], walk_state); in acpi_ex_opcode_1A_0T_1R()
666 acpi_ex_resolve_multiple(walk_state, operand[0], &type, in acpi_ex_opcode_1A_0T_1R()
690 acpi_ex_resolve_multiple(walk_state, operand[0], &type, in acpi_ex_opcode_1A_0T_1R()
761 acpi_ex_get_object_reference(operand[0], &return_desc, in acpi_ex_opcode_1A_0T_1R()
772 if (ACPI_GET_DESCRIPTOR_TYPE(operand[0]) == in acpi_ex_opcode_1A_0T_1R()
777 operand[0]); in acpi_ex_opcode_1A_0T_1R()
782 operand[0] = temp_desc; in acpi_ex_opcode_1A_0T_1R()
789 switch ((operand[0])->common.type) { in acpi_ex_opcode_1A_0T_1R()
796 switch (operand[0]->reference.class) { in acpi_ex_opcode_1A_0T_1R()
804 (operand[0]->reference.class, in acpi_ex_opcode_1A_0T_1R()
805 operand[0]->reference.value, in acpi_ex_opcode_1A_0T_1R()
815 acpi_ut_remove_reference(operand[0]); in acpi_ex_opcode_1A_0T_1R()
816 operand[0] = temp_desc; in acpi_ex_opcode_1A_0T_1R()
824 operand[0]->reference.object; in acpi_ex_opcode_1A_0T_1R()
825 acpi_ut_remove_reference(operand[0]); in acpi_ex_opcode_1A_0T_1R()
826 operand[0] = temp_desc; in acpi_ex_opcode_1A_0T_1R()
847 if (ACPI_GET_DESCRIPTOR_TYPE(operand[0]) != in acpi_ex_opcode_1A_0T_1R()
849 if ((operand[0])->common.type == ACPI_TYPE_STRING) { in acpi_ex_opcode_1A_0T_1R()
862 operand[0]-> in acpi_ex_opcode_1A_0T_1R()
884 if (ACPI_GET_DESCRIPTOR_TYPE(operand[0]) == in acpi_ex_opcode_1A_0T_1R()
893 switch (((struct acpi_namespace_node *)operand[0])-> in acpi_ex_opcode_1A_0T_1R()
900 return_desc = operand[0]; in acpi_ex_opcode_1A_0T_1R()
906 return_desc = acpi_ns_get_attached_object((struct acpi_namespace_node *)operand[0]); in acpi_ex_opcode_1A_0T_1R()
915 switch (operand[0]->reference.class) { in acpi_ex_opcode_1A_0T_1R()
921 switch (operand[0]->reference.target_type) { in acpi_ex_opcode_1A_0T_1R()
925 operand[0]->reference.object; in acpi_ex_opcode_1A_0T_1R()
941 temp_desc->buffer.pointer[operand[0]->reference.value]); in acpi_ex_opcode_1A_0T_1R()
954 *(operand[0]->reference.where); in acpi_ex_opcode_1A_0T_1R()
972 operand[0]->reference. in acpi_ex_opcode_1A_0T_1R()
973 target_type, operand[0])); in acpi_ex_opcode_1A_0T_1R()
982 return_desc = operand[0]->reference.object; in acpi_ex_opcode_1A_0T_1R()
1032 operand[0], in acpi_ex_opcode_1A_0T_1R()
1033 operand[0]->reference.class)); in acpi_ex_opcode_1A_0T_1R()