Lines Matching refs:operand
212 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_6A_0T_1R() local
230 if ((operand[1]->integer.value > MAX_MATCH_OPERATOR) || in acpi_ex_opcode_6A_0T_1R()
231 (operand[3]->integer.value > MAX_MATCH_OPERATOR)) { in acpi_ex_opcode_6A_0T_1R()
239 index = operand[5]->integer.value; in acpi_ex_opcode_6A_0T_1R()
240 if (index >= operand[0]->package.count) { in acpi_ex_opcode_6A_0T_1R()
244 operand[0]->package.count)); in acpi_ex_opcode_6A_0T_1R()
270 for (; index < operand[0]->package.count; index++) { in acpi_ex_opcode_6A_0T_1R()
274 this_element = operand[0]->package.elements[index]; in acpi_ex_opcode_6A_0T_1R()
287 if (!acpi_ex_do_match((u32) operand[1]->integer.value, in acpi_ex_opcode_6A_0T_1R()
288 this_element, operand[2])) { in acpi_ex_opcode_6A_0T_1R()
292 if (!acpi_ex_do_match((u32) operand[3]->integer.value, in acpi_ex_opcode_6A_0T_1R()
293 this_element, operand[4])) { in acpi_ex_opcode_6A_0T_1R()