Searched refs:operand2 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/s390/kvm/ |
D | priv.c | 59 u64 operand2; in handle_set_prefix() local 69 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_set_prefix() 72 if (operand2 & 3) in handle_set_prefix() 76 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_set_prefix() 97 u64 operand2; in handle_store_prefix() local 107 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_store_prefix() 110 if (operand2 & 3) in handle_store_prefix() 116 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_store_prefix() 120 VCPU_EVENT(vcpu, 3, "STPX: storing prefix 0x%x into 0x%llx", address, operand2); in handle_store_prefix() 442 u64 operand2; in handle_stidp() local [all …]
|
/linux-4.4.14/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-4.4.14/kernel/trace/ |
D | trace_events_filter.c | 1397 int op, char *operand1, char *operand2) in create_pred() argument 1408 if (!operand1 || !operand2) { in create_pred() 1419 strcpy(pred.regex.pattern, operand2); in create_pred() 1623 char *operand1 = NULL, *operand2 = NULL; in replace_preds() local 1655 else if (!operand2) in replace_preds() 1656 operand2 = elt->operand; in replace_preds() 1666 if (!n_preds || operand1 || operand2) { in replace_preds() 1682 pred = create_pred(ps, call, elt->op, operand1, operand2); in replace_preds() 1694 operand1 = operand2 = NULL; in replace_preds()
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 18 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 18 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|