Searched refs:operand2 (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kvm/ |
D | priv.c | 126 u64 operand2; in handle_set_prefix() local 136 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_set_prefix() 139 if (operand2 & 3) in handle_set_prefix() 143 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_set_prefix() 164 u64 operand2; in handle_store_prefix() local 174 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_store_prefix() 177 if (operand2 & 3) in handle_store_prefix() 183 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_store_prefix() 187 VCPU_EVENT(vcpu, 3, "STPX: storing prefix 0x%x into 0x%llx", address, operand2); in handle_store_prefix() 798 u64 operand2; in handle_stidp() local [all …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | trace_events_hist.c | 221 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus() local 224 u64 val2 = operand2->fn(operand2, elt, rbe, event); in hist_field_plus() 235 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus() local 238 u64 val2 = operand2->fn(operand2, elt, rbe, event); in hist_field_minus() 2185 struct hist_field *operand2) in check_expr_operands() argument 2188 unsigned long operand2_flags = operand2->flags; in check_expr_operands() 2204 var = find_var_field(operand2->var.hist_data, operand2->name); in check_expr_operands() 2224 struct hist_field *operand1 = NULL, *operand2 = NULL, *expr = NULL; in parse_expr() local 2273 operand2 = parse_expr(hist_data, file, str, operand_flags, NULL, ++level); in parse_expr() 2274 if (IS_ERR(operand2)) { in parse_expr() [all …]
|
/kernel/linux/linux-5.10/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 ...]
|
/kernel/linux/linux-5.10/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 ...]
|