operand2          114 arch/s390/kvm/priv.c 	u64 operand2;
operand2          124 arch/s390/kvm/priv.c 	operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
operand2          127 arch/s390/kvm/priv.c 	if (operand2 & 3)
operand2          131 arch/s390/kvm/priv.c 	rc = read_guest(vcpu, operand2, ar, &address, sizeof(address));
operand2          152 arch/s390/kvm/priv.c 	u64 operand2;
operand2          162 arch/s390/kvm/priv.c 	operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
operand2          165 arch/s390/kvm/priv.c 	if (operand2 & 3)
operand2          171 arch/s390/kvm/priv.c 	rc = write_guest(vcpu, operand2, ar, &address, sizeof(address));
operand2          175 arch/s390/kvm/priv.c 	VCPU_EVENT(vcpu, 3, "STPX: storing prefix 0x%x into 0x%llx", address, operand2);
operand2          784 arch/s390/kvm/priv.c 	u64 operand2;
operand2          793 arch/s390/kvm/priv.c 	operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
operand2          795 arch/s390/kvm/priv.c 	if (operand2 & 7)
operand2          798 arch/s390/kvm/priv.c 	rc = write_guest(vcpu, operand2, ar, &stidp_data, sizeof(stidp_data));
operand2          850 arch/s390/kvm/priv.c 	u64 operand2;
operand2          875 arch/s390/kvm/priv.c 	operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
operand2          877 arch/s390/kvm/priv.c 	if (operand2 & 0xfff)
operand2          899 arch/s390/kvm/priv.c 	rc = write_guest(vcpu, operand2, ar, (void *)mem, PAGE_SIZE);
operand2          905 arch/s390/kvm/priv.c 		insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2);
operand2          908 arch/s390/kvm/priv.c 	trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2);
operand2          534 drivers/misc/sgi-gru/gru_instructions.h 		unsigned long operand1, unsigned long operand2,
operand2          541 drivers/misc/sgi-gru/gru_instructions.h 	ins->op2_value_baddr1 = operand2;
operand2          548 drivers/misc/sgi-gru/gru_instructions.h 		unsigned long operand2, unsigned long hints)
operand2          554 drivers/misc/sgi-gru/gru_instructions.h 	ins->op2_value_baddr1 = operand2;
operand2          219 kernel/trace/trace_events_hist.c 	struct hist_field *operand2 = hist_field->operands[1];
operand2          222 kernel/trace/trace_events_hist.c 	u64 val2 = operand2->fn(operand2, elt, rbe, event);
operand2          233 kernel/trace/trace_events_hist.c 	struct hist_field *operand2 = hist_field->operands[1];
operand2          236 kernel/trace/trace_events_hist.c 	u64 val2 = operand2->fn(operand2, elt, rbe, event);
operand2         3043 kernel/trace/trace_events_hist.c 			       struct hist_field *operand2)
operand2         3046 kernel/trace/trace_events_hist.c 	unsigned long operand2_flags = operand2->flags;
operand2         3062 kernel/trace/trace_events_hist.c 		var = find_var_field(operand2->var.hist_data, operand2->name);
operand2         3082 kernel/trace/trace_events_hist.c 	struct hist_field *operand1 = NULL, *operand2 = NULL, *expr = NULL;
operand2         3126 kernel/trace/trace_events_hist.c 	operand2 = parse_expr(hist_data, file, str, operand_flags, NULL, ++level);
operand2         3127 kernel/trace/trace_events_hist.c 	if (IS_ERR(operand2)) {
operand2         3128 kernel/trace/trace_events_hist.c 		ret = PTR_ERR(operand2);
operand2         3129 kernel/trace/trace_events_hist.c 		operand2 = NULL;
operand2         3133 kernel/trace/trace_events_hist.c 	ret = check_expr_operands(file->tr, operand1, operand2);
operand2         3149 kernel/trace/trace_events_hist.c 	operand2->read_once = true;
operand2         3152 kernel/trace/trace_events_hist.c 	expr->operands[1] = operand2;
operand2         3176 kernel/trace/trace_events_hist.c 	destroy_hist_field(operand2, 0);