Searched refs:operand2 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/s390/kvm/ |
D | priv.c | 69 u64 operand2; in handle_set_prefix() local 79 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_set_prefix() 82 if (operand2 & 3) in handle_set_prefix() 86 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_set_prefix() 109 u64 operand2; in handle_store_prefix() local 119 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_store_prefix() 122 if (operand2 & 3) in handle_store_prefix() 128 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_store_prefix() 453 u64 operand2; in handle_stidp() local 462 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_stidp() [all …]
|
/linux-4.1.27/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.1.27/kernel/trace/ |
D | trace_events_filter.c | 1346 int op, char *operand1, char *operand2) in create_pred() argument 1357 if (!operand1 || !operand2) { in create_pred() 1368 strcpy(pred.regex.pattern, operand2); in create_pred() 1572 char *operand1 = NULL, *operand2 = NULL; in replace_preds() local 1604 else if (!operand2) in replace_preds() 1605 operand2 = elt->operand; in replace_preds() 1615 if (!n_preds || operand1 || operand2) { in replace_preds() 1631 pred = create_pred(ps, call, elt->op, operand1, operand2); in replace_preds() 1643 operand1 = operand2 = NULL; in replace_preds()
|
/linux-4.1.27/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 ...]
|