Searched refs:result_obj (Results 1 – 10 of 10) sorted by relevance
59 union acpi_operand_object *result_obj) in acpi_ds_get_predicate_value() argument69 if (result_obj) { in acpi_ds_get_predicate_value()359 walk_state->result_obj = NULL; in acpi_ds_exec_end_op()446 if (ACPI_SUCCESS(status) && walk_state->result_obj) { in acpi_ds_exec_end_op()448 acpi_ds_result_push(walk_state->result_obj, in acpi_ds_exec_end_op()624 if (walk_state->result_obj) { in acpi_ds_exec_end_op()626 acpi_ds_result_push(walk_state->result_obj, in acpi_ds_exec_end_op()720 walk_state->result_obj); in acpi_ds_exec_end_op()721 walk_state->result_obj = NULL; in acpi_ds_exec_end_op()726 if (walk_state->result_obj) { in acpi_ds_exec_end_op()[all …]
156 (void)acpi_ds_do_implicit_return(walk_state->result_obj, walk_state, in acpi_ds_is_result_used()303 union acpi_operand_object *result_obj, in acpi_ds_delete_result_if_not_used() argument309 ACPI_FUNCTION_TRACE_PTR(ds_delete_result_if_not_used, result_obj); in acpi_ds_delete_result_if_not_used()316 if (!result_obj) { in acpi_ds_delete_result_if_not_used()326 acpi_ut_remove_reference(result_obj); in acpi_ds_delete_result_if_not_used()812 walk_state->result_obj = new_obj_desc; in acpi_ds_evaluate_name_path()818 walk_state->result_obj = new_obj_desc; in acpi_ds_evaluate_name_path()820 status = acpi_ds_result_push(walk_state->result_obj, walk_state); in acpi_ds_evaluate_name_path()
202 walk_state->result_obj = return_desc1; in acpi_ex_opcode_2A_2T_1R()413 walk_state->result_obj = return_desc; in acpi_ex_opcode_2A_1T_1R()436 if (!walk_state->result_obj) { in acpi_ex_opcode_2A_1T_1R()437 walk_state->result_obj = return_desc; in acpi_ex_opcode_2A_1T_1R()447 walk_state->result_obj = NULL; in acpi_ex_opcode_2A_1T_1R()553 walk_state->result_obj = return_desc; in acpi_ex_opcode_2A_0T_1R()
88 if ((ACPI_FAILURE(status)) || walk_state->result_obj) { in acpi_ex_opcode_0A_0T_1R()90 walk_state->result_obj = NULL; in acpi_ex_opcode_0A_0T_1R()94 walk_state->result_obj = return_desc; in acpi_ex_opcode_0A_0T_1R()429 if (!walk_state->result_obj) { in acpi_ex_opcode_1A_1T_1R()436 walk_state->result_obj = operand[0]; in acpi_ex_opcode_1A_1T_1R()538 else if (!walk_state->result_obj) { in acpi_ex_opcode_1A_1T_1R()539 walk_state->result_obj = return_desc; in acpi_ex_opcode_1A_1T_1R()1060 walk_state->result_obj = return_desc; in acpi_ex_opcode_1A_0T_1R()
242 if (ACPI_FAILURE(status) || walk_state->result_obj) { in acpi_ex_opcode_3A_1T_1R()244 walk_state->result_obj = NULL; in acpi_ex_opcode_3A_1T_1R()248 walk_state->result_obj = return_desc; in acpi_ex_opcode_3A_1T_1R()
73 union acpi_operand_object *result_obj);256 union acpi_operand_object *result_obj,
295 walk_state->result_obj = return_desc; in acpi_ex_opcode_6A_0T_1R()
84 union acpi_operand_object *result_obj; member
524 &walk_state->result_obj); in acpi_ex_store_object_to_node()
658 walk_state->result_obj = obj_desc; in acpi_ds_eval_data_object_operands()
Completed in 21 milliseconds