Searched refs:operand2 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/s390/kvm/ |
D | priv.c | 114 u64 operand2; in handle_set_prefix() local 124 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_set_prefix() 127 if (operand2 & 3) in handle_set_prefix() 131 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_set_prefix() 152 u64 operand2; in handle_store_prefix() local 162 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_store_prefix() 165 if (operand2 & 3) in handle_store_prefix() 171 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_store_prefix() 175 VCPU_EVENT(vcpu, 3, "STPX: storing prefix 0x%x into 0x%llx", address, operand2); in handle_store_prefix() 782 u64 operand2; in handle_stidp() local [all …]
|
/Linux-v5.4/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-v5.4/kernel/trace/ |
D | trace_events_hist.c | 218 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus() local 221 u64 val2 = operand2->fn(operand2, elt, rbe, event); in hist_field_plus() 232 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus() local 235 u64 val2 = operand2->fn(operand2, elt, rbe, event); in hist_field_minus() 2955 struct hist_field *operand2) in check_expr_operands() argument 2958 unsigned long operand2_flags = operand2->flags; in check_expr_operands() 2974 var = find_var_field(operand2->var.hist_data, operand2->name); in check_expr_operands() 2994 struct hist_field *operand1 = NULL, *operand2 = NULL, *expr = NULL; in parse_expr() local 3038 operand2 = parse_expr(hist_data, file, str, operand_flags, NULL, ++level); in parse_expr() 3039 if (IS_ERR(operand2)) { in parse_expr() [all …]
|
/Linux-v5.4/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-v5.4/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 ...]
|