Searched refs:operand2 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/s390/kvm/ |
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() 130 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address)); 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() 170 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_store_prefix() 174 VCPU_EVENT(vcpu, 3, "STPX: storing prefix 0x%x into 0x%llx", address, operand2); in handle_store_prefix() 698 u64 operand2; in handle_stidp() local [all …]
|
/Linux-v4.19/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-v4.19/kernel/trace/ |
D | trace_events_hist.c | 134 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus() local 137 u64 val2 = operand2->fn(operand2, elt, rbe, event); in hist_field_plus() 148 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus() local 151 u64 val2 = operand2->fn(operand2, elt, rbe, event); in hist_field_minus() 2663 struct hist_field *operand2) in check_expr_operands() argument 2666 unsigned long operand2_flags = operand2->flags; in check_expr_operands() 2682 var = find_var_field(operand2->var.hist_data, operand2->name); in check_expr_operands() 2702 struct hist_field *operand1 = NULL, *operand2 = NULL, *expr = NULL; in parse_expr() local 2746 operand2 = parse_expr(hist_data, file, str, operand_flags, NULL, ++level); in parse_expr() 2747 if (IS_ERR(operand2)) { in parse_expr() [all …]
|
/Linux-v4.19/tools/objtool/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-v4.19/tools/perf/util/intel-pt-decoder/ |
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-v4.19/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 ...]
|