Lines Matching refs:operand
374 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_processor() local
389 obj_desc->processor.proc_id = (u8) operand[1]->integer.value; in acpi_ex_create_processor()
390 obj_desc->processor.length = (u8) operand[3]->integer.value; in acpi_ex_create_processor()
392 (acpi_io_address) operand[2]->integer.value; in acpi_ex_create_processor()
396 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], in acpi_ex_create_processor()
421 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_power_resource() local
436 obj_desc->power_resource.system_level = (u8) operand[1]->integer.value; in acpi_ex_create_power_resource()
438 (u16) operand[2]->integer.value; in acpi_ex_create_power_resource()
442 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], in acpi_ex_create_power_resource()
470 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_method() local
489 obj_desc->method.node = operand[0]; in acpi_ex_create_method()
495 method_flags = (u8) operand[1]->integer.value; in acpi_ex_create_method()
517 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], in acpi_ex_create_method()
527 acpi_ut_remove_reference(operand[1]); in acpi_ex_create_method()