Lines Matching refs:operand
91 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_0R() local
106 node = (struct acpi_namespace_node *)operand[0]; in acpi_ex_opcode_2A_0T_0R()
110 value = (u32) operand[1]->integer.value; in acpi_ex_opcode_2A_0T_0R()
158 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_2T_1R() local
189 status = acpi_ut_divide(operand[0]->integer.value, in acpi_ex_opcode_2A_2T_1R()
190 operand[1]->integer.value, in acpi_ex_opcode_2A_2T_1R()
208 status = acpi_ex_store(return_desc2, operand[2], walk_state); in acpi_ex_opcode_2A_2T_1R()
213 status = acpi_ex_store(return_desc1, operand[3], walk_state); in acpi_ex_opcode_2A_2T_1R()
256 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_1T_1R() local
279 operand[0]->integer.value, in acpi_ex_opcode_2A_1T_1R()
280 operand[1]->integer.value); in acpi_ex_opcode_2A_1T_1R()
295 status = acpi_ut_divide(operand[0]->integer.value, in acpi_ex_opcode_2A_1T_1R()
296 operand[1]->integer.value, in acpi_ex_opcode_2A_1T_1R()
302 status = acpi_ex_do_concatenate(operand[0], operand[1], in acpi_ex_opcode_2A_1T_1R()
322 while ((length < operand[0]->buffer.length) && in acpi_ex_opcode_2A_1T_1R()
323 (length < operand[1]->integer.value) && in acpi_ex_opcode_2A_1T_1R()
324 (operand[0]->buffer.pointer[length])) { in acpi_ex_opcode_2A_1T_1R()
341 operand[0]->buffer.pointer, length); in acpi_ex_opcode_2A_1T_1R()
348 status = acpi_ex_concat_template(operand[0], operand[1], in acpi_ex_opcode_2A_1T_1R()
365 index = operand[1]->integer.value; in acpi_ex_opcode_2A_1T_1R()
373 switch ((operand[0])->common.type) { in acpi_ex_opcode_2A_1T_1R()
376 if (index >= operand[0]->string.length) { in acpi_ex_opcode_2A_1T_1R()
377 length = operand[0]->string.length; in acpi_ex_opcode_2A_1T_1R()
384 &(operand[0]->buffer.pointer[index]); in acpi_ex_opcode_2A_1T_1R()
389 if (index >= operand[0]->buffer.length) { in acpi_ex_opcode_2A_1T_1R()
390 length = operand[0]->buffer.length; in acpi_ex_opcode_2A_1T_1R()
397 &(operand[0]->buffer.pointer[index]); in acpi_ex_opcode_2A_1T_1R()
402 if (index >= operand[0]->package.count) { in acpi_ex_opcode_2A_1T_1R()
403 length = operand[0]->package.count; in acpi_ex_opcode_2A_1T_1R()
409 &operand[0]->package.elements[index]; in acpi_ex_opcode_2A_1T_1R()
432 return_desc->reference.object = operand[0]; in acpi_ex_opcode_2A_1T_1R()
433 acpi_ut_add_reference(operand[0]); in acpi_ex_opcode_2A_1T_1R()
437 status = acpi_ex_store(return_desc, operand[2], walk_state); in acpi_ex_opcode_2A_1T_1R()
459 status = acpi_ex_store(return_desc, operand[2], walk_state); in acpi_ex_opcode_2A_1T_1R()
495 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_1R() local
518 operand[0]->integer. in acpi_ex_opcode_2A_0T_1R()
520 operand[1]->integer. in acpi_ex_opcode_2A_0T_1R()
527 status = acpi_ex_do_logical_op(walk_state->opcode, operand[0], in acpi_ex_opcode_2A_0T_1R()
528 operand[1], &logical_result); in acpi_ex_opcode_2A_0T_1R()
536 acpi_ex_acquire_mutex(operand[1], operand[0], walk_state); in acpi_ex_opcode_2A_0T_1R()
545 status = acpi_ex_system_wait_event(operand[1], operand[0]); in acpi_ex_opcode_2A_0T_1R()