Lines Matching defs:operand2
124 u64 operand2;
134 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
137 if (operand2 & 3)
141 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address));
162 u64 operand2;
172 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
175 if (operand2 & 3)
181 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address));
185 VCPU_EVENT(vcpu, 3, "STPX: storing prefix 0x%x into 0x%llx", address, operand2);
799 u64 operand2;
808 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
810 if (operand2 & 7)
813 rc = write_guest(vcpu, operand2, ar, &stidp_data, sizeof(stidp_data));
865 u64 operand2;
898 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
900 if (!kvm_s390_pv_cpu_is_protected(vcpu) && (operand2 & 0xfff))
921 insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2);
922 trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2);
929 rc = write_guest(vcpu, operand2, ar, (void *)mem, PAGE_SIZE);
936 insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2);
939 trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2);
1468 u64 address, operand2;
1480 kvm_s390_get_base_disp_sse(vcpu, &address, &operand2, &ar, NULL);
1481 access_key = (operand2 & 0xf0) >> 4;