Searched refs:operand2 (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/s390/kvm/
H A Dpriv.c124 u64 operand2; local
134 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
137 if (operand2 & 3)
141 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address));
162 u64 operand2; local
172 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
175 if (operand2 & 3)
181 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address));
185 VCPU_EVENT(vcpu, 3, "STPX: storing prefix 0x%x into 0x%llx", address, operand2);
803 u64 operand2; local
869 u64 operand2; local
1472 u64 address, operand2; local
[all...]
/linux-master/tools/testing/selftests/bpf/verifier/
H A Datomic_fetch.c95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \
101 /* u64 old = atomic_fetch_add(&val, operand2); */ \
103 BPF_MOV64_IMM(src_reg, operand2), \
/linux-master/drivers/misc/sgi-gru/
H A Dgru_instructions.h201 #define EOP_ER_CSWAP 0x08 /* Compare with operand2, write operand1 if match*/
210 #define EOP_ERR_CSWAP 0x08 /* Compare with operand2, write operand1 if match*/
524 unsigned long operand1, unsigned long operand2,
531 ins->op2_value_baddr1 = operand2;
538 unsigned long operand2, unsigned long hints)
544 ins->op2_value_baddr1 = operand2;
522 gru_gamer(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) argument
536 gru_gamerr(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) argument
/linux-master/kernel/trace/
H A Dtrace_events_hist.c317 struct hist_field *operand2 = hist_field->operands[1]; local
320 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event);
332 struct hist_field *operand2 = hist_field->operands[1]; local
335 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event);
347 struct hist_field *operand2 = hist_field->operands[1]; local
350 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event);
370 struct hist_field *operand2 = hist_field->operands[1]; local
374 return val1 >> __ffs64(operand2->constant);
384 struct hist_field *operand2 = hist_field->operands[1]; local
388 return div64_u64(val1, operand2
398 struct hist_field *operand2 = hist_field->operands[1]; local
432 struct hist_field *operand2 = hist_field->operands[1]; local
2613 check_expr_operands(struct trace_array *tr, struct hist_field *operand1, struct hist_field *operand2, struct hist_field **var1, struct hist_field **var2) argument
2658 struct hist_field *operand1 = NULL, *operand2 = NULL, *expr = NULL; local
[all...]

Completed in 190 milliseconds