operand1          202 drivers/acpi/acpica/acinterp.h 		      union acpi_operand_object *operand1, u8 *logical_result);
operand1          204 drivers/acpi/acpica/acinterp.h u64 acpi_ex_do_math_op(u16 opcode, u64 operand0, u64 operand1);
operand1           48 drivers/acpi/acpica/exconcat.c 		       union acpi_operand_object *operand1,
operand1           53 drivers/acpi/acpica/exconcat.c 	union acpi_operand_object *local_operand1 = operand1;
operand1           90 drivers/acpi/acpica/exconcat.c 	switch (operand1->common.type) {
operand1           95 drivers/acpi/acpica/exconcat.c 		operand1_type = operand1->common.type;
operand1          103 drivers/acpi/acpica/exconcat.c 		    acpi_ex_convert_to_object_type_string(operand1,
operand1          169 drivers/acpi/acpica/exconcat.c 	if ((local_operand1 != operand1) && (local_operand1 != temp_operand1)) {
operand1          278 drivers/acpi/acpica/exconcat.c 	if (local_operand1 != operand1) {
operand1          339 drivers/acpi/acpica/exconcat.c 			union acpi_operand_object *operand1,
operand1          370 drivers/acpi/acpica/exconcat.c 	status = acpi_ut_get_resource_end_tag(operand1, &end_tag);
operand1          375 drivers/acpi/acpica/exconcat.c 	length1 = ACPI_PTR_DIFF(end_tag, operand1->buffer.pointer);
operand1          394 drivers/acpi/acpica/exconcat.c 	memcpy(new_buf + length0, operand1->buffer.pointer, length1);
operand1          275 drivers/acpi/acpica/exmisc.c 		      union acpi_operand_object *operand1, u8 * logical_result)
operand1          277 drivers/acpi/acpica/exmisc.c 	union acpi_operand_object *local_operand1 = operand1;
operand1          298 drivers/acpi/acpica/exmisc.c 		status = acpi_ex_convert_to_integer(operand1, &local_operand1,
operand1          305 drivers/acpi/acpica/exmisc.c 		    acpi_ex_convert_to_string(operand1, &local_operand1,
operand1          311 drivers/acpi/acpica/exmisc.c 		status = acpi_ex_convert_to_buffer(operand1, &local_operand1);
operand1          443 drivers/acpi/acpica/exmisc.c 	if (local_operand1 != operand1) {
operand1          534 drivers/misc/sgi-gru/gru_instructions.h 		unsigned long operand1, unsigned long operand2,
operand1          540 drivers/misc/sgi-gru/gru_instructions.h 	ins->op1_stride = operand1;
operand1          547 drivers/misc/sgi-gru/gru_instructions.h 		unsigned int xtype, unsigned long operand1,
operand1          553 drivers/misc/sgi-gru/gru_instructions.h 	ins->op1_stride = operand1;
operand1          218 kernel/trace/trace_events_hist.c 	struct hist_field *operand1 = hist_field->operands[0];
operand1          221 kernel/trace/trace_events_hist.c 	u64 val1 = operand1->fn(operand1, elt, rbe, event);
operand1          232 kernel/trace/trace_events_hist.c 	struct hist_field *operand1 = hist_field->operands[0];
operand1          235 kernel/trace/trace_events_hist.c 	u64 val1 = operand1->fn(operand1, elt, rbe, event);
operand1         2978 kernel/trace/trace_events_hist.c 	struct hist_field *operand1, *expr = NULL;
operand1         3017 kernel/trace/trace_events_hist.c 	operand1 = parse_expr(hist_data, file, str, operand_flags, NULL, ++level);
operand1         3018 kernel/trace/trace_events_hist.c 	if (IS_ERR(operand1)) {
operand1         3019 kernel/trace/trace_events_hist.c 		ret = PTR_ERR(operand1);
operand1         3023 kernel/trace/trace_events_hist.c 	expr->flags |= operand1->flags &
operand1         3026 kernel/trace/trace_events_hist.c 	expr->operands[0] = operand1;
operand1         3029 kernel/trace/trace_events_hist.c 	expr->type = kstrdup(operand1->type, GFP_KERNEL);
operand1         3042 kernel/trace/trace_events_hist.c 			       struct hist_field *operand1,
operand1         3045 kernel/trace/trace_events_hist.c 	unsigned long operand1_flags = operand1->flags;
operand1         3052 kernel/trace/trace_events_hist.c 		var = find_var_field(operand1->var.hist_data, operand1->name);
operand1         3082 kernel/trace/trace_events_hist.c 	struct hist_field *operand1 = NULL, *operand2 = NULL, *expr = NULL;
operand1         3116 kernel/trace/trace_events_hist.c 	operand1 = parse_atom(hist_data, file, operand1_str,
operand1         3118 kernel/trace/trace_events_hist.c 	if (IS_ERR(operand1)) {
operand1         3119 kernel/trace/trace_events_hist.c 		ret = PTR_ERR(operand1);
operand1         3120 kernel/trace/trace_events_hist.c 		operand1 = NULL;
operand1         3133 kernel/trace/trace_events_hist.c 	ret = check_expr_operands(file->tr, operand1, operand2);
operand1         3139 kernel/trace/trace_events_hist.c 	flags |= operand1->flags &
operand1         3148 kernel/trace/trace_events_hist.c 	operand1->read_once = true;
operand1         3151 kernel/trace/trace_events_hist.c 	expr->operands[0] = operand1;
operand1         3155 kernel/trace/trace_events_hist.c 	expr->type = kstrdup(operand1->type, GFP_KERNEL);
operand1         3175 kernel/trace/trace_events_hist.c 	destroy_hist_field(operand1, 0);