Lines Matching defs:operand

108  * DESCRIPTION: Execute Type 1 monadic operator with numeric operand on
115 union acpi_operand_object **operand = &walk_state->operands[0];
126 status = acpi_ex_release_mutex(operand[0], walk_state);
131 status = acpi_ex_system_reset_event(operand[0]);
136 status = acpi_ex_system_signal_event(operand[0]);
141 status = acpi_ex_system_do_sleep(operand[0]->integer.value);
147 acpi_ex_system_do_stall((u32) operand[0]->integer.value);
152 status = acpi_ex_unload_table(operand[0]);
183 union acpi_operand_object **operand = &walk_state->operands[0];
194 status = acpi_ex_load_op(operand[0], operand[1], walk_state);
230 union acpi_operand_object **operand = &walk_state->operands[0];
263 return_desc->integer.value = ~operand[0]->integer.value;
268 return_desc->integer.value = operand[0]->integer.value;
284 return_desc->integer.value = operand[0]->integer.value;
310 digit = operand[0]->integer.value;
352 acpi_ex_load_op(operand[0], return_desc,
365 digit = operand[0]->integer.value;
388 ACPI_FORMAT_UINT64(operand[0]->
401 if ((struct acpi_namespace_node *)operand[0] ==
413 status = acpi_ex_get_object_reference(operand[0],
421 acpi_ex_store(return_desc2, operand[1], walk_state);
439 * A store operand is typically a number, string, buffer or lvalue
443 status = acpi_ex_store(operand[0], operand[1], walk_state);
457 walk_state->result_obj = operand[0];
468 acpi_ut_copy_iobject_to_iobject(operand[0], &return_desc,
475 acpi_ex_convert_to_string(operand[0], &return_desc,
477 if (return_desc == operand[0]) {
488 acpi_ex_convert_to_string(operand[0], &return_desc,
490 if (return_desc == operand[0]) {
500 status = acpi_ex_convert_to_buffer(operand[0], &return_desc);
501 if (return_desc == operand[0]) {
514 acpi_ex_convert_to_integer(operand[0], &return_desc, 0);
515 if (return_desc == operand[0]) {
546 status = acpi_ex_store(return_desc, operand[1], walk_state);
580 union acpi_operand_object **operand = &walk_state->operands[0];
605 if (!operand[0]->integer.value) {
623 * Since we are expecting a Reference operand, it can be either a
626 temp_desc = operand[0];
636 * Convert the Reference operand to an Integer (This removes a
640 * reference operand to an actual integer.
673 status = acpi_ex_store(return_desc, operand[0], walk_state);
678 * Note: The operand is not resolved at this point because we want to
687 acpi_ex_resolve_multiple(walk_state, operand[0], &type,
704 * Note: The operand is not resolved at this point because we want to
711 acpi_ex_resolve_multiple(walk_state, operand[0], &type,
722 * but is supported implicitly via implicit operand conversion.
782 acpi_ex_get_object_reference(operand[0], &return_desc,
793 if (ACPI_GET_DESCRIPTOR_TYPE(operand[0]) ==
798 operand[0]);
803 operand[0] = temp_desc;
810 switch ((operand[0])->common.type) {
817 switch (operand[0]->reference.class) {
825 (operand[0]->reference.class,
826 operand[0]->reference.value,
836 acpi_ut_remove_reference(operand[0]);
837 operand[0] = temp_desc;
845 operand[0]->reference.object;
846 acpi_ut_remove_reference(operand[0]);
847 operand[0] = temp_desc;
868 if (ACPI_GET_DESCRIPTOR_TYPE(operand[0]) !=
870 if ((operand[0])->common.type == ACPI_TYPE_STRING) {
883 operand[0]->
905 if (ACPI_GET_DESCRIPTOR_TYPE(operand[0]) ==
914 switch (((struct acpi_namespace_node *)operand[0])->
921 return_desc = operand[0];
927 return_desc = acpi_ns_get_attached_object((struct acpi_namespace_node *)operand[0]);
936 switch (operand[0]->reference.class) {
942 switch (operand[0]->reference.target_type) {
946 operand[0]->reference.object;
962 temp_desc->buffer.pointer[operand[0]->reference.value]);
975 *(operand[0]->reference.where);
993 operand[0]->reference.
994 target_type, operand[0]));
1003 return_desc = operand[0]->reference.object;
1053 operand[0],
1054 operand[0]->reference.class));