Searched refs:operand2 (Results 1 – 6 of 6) sorted by relevance
/linux/arch/s390/kvm/ |
A D | priv.c | 113 u64 operand2; in handle_set_prefix() local 123 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_set_prefix() 126 if (operand2 & 3) in handle_set_prefix() 151 u64 operand2; in handle_store_prefix() local 161 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_store_prefix() 164 if (operand2 & 3) in handle_store_prefix() 788 u64 operand2; in handle_stidp() local 797 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_stidp() 799 if (operand2 & 7) in handle_stidp() 854 u64 operand2; in handle_stsi() local [all …]
|
/linux/kernel/trace/ |
A D | trace_events_hist.c | 275 u64 val2 = operand2->fn(operand2, elt, buffer, rbe, event); in hist_field_plus() 290 u64 val2 = operand2->fn(operand2, elt, buffer, rbe, event); in hist_field_minus() 305 u64 val2 = operand2->fn(operand2, elt, buffer, rbe, event); in hist_field_div() 390 u64 val2 = operand2->fn(operand2, elt, buffer, rbe, event); in hist_field_mult() 2532 var = find_var_field(operand2->var.hist_data, operand2->name); in check_expr_operands() 2605 if (IS_ERR(operand2)) { in parse_expr() 2606 ret = PTR_ERR(operand2); in parse_expr() 2658 operand2->read_once = true; in parse_expr() 2662 expr->operands[1] = operand2; in parse_expr() 2678 operand2->constant = divisor; in parse_expr() [all …]
|
/linux/drivers/misc/sgi-gru/ |
A 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/tools/testing/selftests/bpf/verifier/ |
A 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/arch/x86/lib/ |
A 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/tools/arch/x86/lib/ |
A D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|
Completed in 74 milliseconds