Searched refs:operand2 (Results 1 – 2 of 2) sorted by relevance
/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 …]
|
/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 ...]
|