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()
387 if (index >= operand[0]->buffer.length) { in acpi_ex_opcode_2A_1T_1R()
388 length = operand[0]->buffer.length; in acpi_ex_opcode_2A_1T_1R()
398 if (index >= operand[0]->package.count) { in acpi_ex_opcode_2A_1T_1R()
399 length = operand[0]->package.count; in acpi_ex_opcode_2A_1T_1R()
405 &operand[0]->package.elements[index]; in acpi_ex_opcode_2A_1T_1R()
428 return_desc->reference.object = operand[0]; in acpi_ex_opcode_2A_1T_1R()
429 acpi_ut_add_reference(operand[0]); in acpi_ex_opcode_2A_1T_1R()
433 status = acpi_ex_store(return_desc, operand[2], walk_state); in acpi_ex_opcode_2A_1T_1R()
455 status = acpi_ex_store(return_desc, operand[2], walk_state); in acpi_ex_opcode_2A_1T_1R()
491 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_1R() local
514 operand[0]->integer. in acpi_ex_opcode_2A_0T_1R()
516 operand[1]->integer. in acpi_ex_opcode_2A_0T_1R()
523 status = acpi_ex_do_logical_op(walk_state->opcode, operand[0], in acpi_ex_opcode_2A_0T_1R()
524 operand[1], &logical_result); in acpi_ex_opcode_2A_0T_1R()
532 acpi_ex_acquire_mutex(operand[1], operand[0], walk_state); in acpi_ex_opcode_2A_0T_1R()
541 status = acpi_ex_system_wait_event(operand[1], operand[0]); in acpi_ex_opcode_2A_0T_1R()