Lines Matching refs:operands
231 * These opcodes allow term_arg(s) as operands and therefore
232 * the operands can be method calls. The result is used.
249 * These opcodes allow term_arg(s) as operands and therefore
250 * the operands can be method calls. The result is used.
337 * PARAMETERS: walk_state - Current walk state with operands on stack
341 * DESCRIPTION: Resolve all operands to their values. Used to prepare
355 * Attempt to resolve each of the valid operands
361 acpi_ex_resolve_to_value(&walk_state->operands[i],
375 * PARAMETERS: walk_state - Current walk state with operands on stack
379 * DESCRIPTION: Clear all operands on the current walk state operand stack.
393 * Remove a reference to all operands, including both
396 acpi_ut_remove_reference(walk_state->operands[i]);
397 walk_state->operands[i] = NULL;
686 walk_state->operands[index] = NULL;
756 union acpi_operand_object **operand = &walk_state->operands[0];