Lines Matching refs:operand
316 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_processor() local
331 obj_desc->processor.proc_id = (u8) operand[1]->integer.value; in acpi_ex_create_processor()
332 obj_desc->processor.length = (u8) operand[3]->integer.value; in acpi_ex_create_processor()
334 (acpi_io_address)operand[2]->integer.value; in acpi_ex_create_processor()
338 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], in acpi_ex_create_processor()
363 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_power_resource() local
378 obj_desc->power_resource.system_level = (u8) operand[1]->integer.value; in acpi_ex_create_power_resource()
380 (u16) operand[2]->integer.value; in acpi_ex_create_power_resource()
384 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], in acpi_ex_create_power_resource()
411 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_method() local
430 obj_desc->method.node = operand[0]; in acpi_ex_create_method()
436 method_flags = (u8)operand[1]->integer.value; in acpi_ex_create_method()
457 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], in acpi_ex_create_method()
467 acpi_ut_remove_reference(operand[1]); in acpi_ex_create_method()