Searched refs:operand2 (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/arch/s390/kvm/ |
D | priv.c | 125 u64 operand2; in handle_set_prefix() local 135 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_set_prefix() 138 if (operand2 & 3) in handle_set_prefix() 142 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_set_prefix() 163 u64 operand2; in handle_store_prefix() local 173 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_store_prefix() 176 if (operand2 & 3) in handle_store_prefix() 182 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_store_prefix() 186 VCPU_EVENT(vcpu, 3, "STPX: storing prefix 0x%x into 0x%llx", address, operand2); in handle_store_prefix() 800 u64 operand2; in handle_stidp() local [all …]
|
/Linux-v6.1/drivers/misc/sgi-gru/ |
D | gru_instructions.h | 534 unsigned long operand1, unsigned long operand2, in gru_gamer() argument 541 ins->op2_value_baddr1 = operand2; in gru_gamer() 548 unsigned long operand2, unsigned long hints) in gru_gamerr() argument 554 ins->op2_value_baddr1 = operand2; in gru_gamerr()
|
/Linux-v6.1/tools/testing/selftests/bpf/verifier/ |
D | atomic_fetch.c | 95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \ argument 103 BPF_MOV64_IMM(src_reg, operand2), \
|
/Linux-v6.1/kernel/trace/ |
D | trace_events_hist.c | 315 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus() local 318 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_plus() 330 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus() local 333 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_minus() 345 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_div() local 348 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_div() 368 struct hist_field *operand2 = hist_field->operands[1]; in div_by_power_of_two() local 372 return val1 >> __ffs64(operand2->constant); in div_by_power_of_two() 382 struct hist_field *operand2 = hist_field->operands[1]; in div_by_not_power_of_two() local 386 return div64_u64(val1, operand2->constant); in div_by_not_power_of_two() [all …]
|
/Linux-v6.1/arch/x86/lib/ |
D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|
/Linux-v6.1/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|