Searched refs:operand2 (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/s390/kvm/ |
| H A D | priv.c | 124 u64 operand2; in handle_set_prefix() local 134 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_set_prefix() 137 if (operand2 & 3) in handle_set_prefix() 162 u64 operand2; in handle_store_prefix() local 172 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_store_prefix() 175 if (operand2 & 3) in handle_store_prefix() 833 u64 operand2; in handle_stidp() local 844 if (operand2 & 7) in handle_stidp() 899 u64 operand2; in handle_stsi() local 1504 u64 address, operand2; in handle_tprot() local [all …]
|
| /linux-6.15/drivers/misc/sgi-gru/ |
| H A D | gru_instructions.h | 524 unsigned long operand1, unsigned long operand2, in gru_gamer() argument 531 ins->op2_value_baddr1 = operand2; in gru_gamer() 538 unsigned long operand2, unsigned long hints) in gru_gamerr() argument 544 ins->op2_value_baddr1 = operand2; in gru_gamerr()
|
| /linux-6.15/tools/testing/selftests/bpf/verifier/ |
| H 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-6.15/kernel/trace/ |
| H A D | trace_events_hist.c | 374 return val1 >> __ffs64(operand2->constant); in div_by_power_of_two() 417 u64 mult = operand2->div_multiplier; in div_by_mult_and_shift() 2612 struct hist_field *operand2, in check_expr_operands() argument 2634 var = find_var_field(operand2->var.hist_data, operand2->name); in check_expr_operands() 2707 if (IS_ERR(operand2)) { in parse_expr() 2708 ret = PTR_ERR(operand2); in parse_expr() 2760 operand2->read_once = true; in parse_expr() 2764 expr->operands[1] = operand2; in parse_expr() 2780 operand2->constant = divisor; in parse_expr() 2802 destroy_hist_field(operand2, 0); in parse_expr() [all …]
|
| /linux-6.15/arch/x86/lib/ |
| H 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-6.15/tools/arch/x86/lib/ |
| H 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 ...]
|