Lines Matching defs:operand2
126 u64 operand2;
136 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
139 if (operand2 & 3)
143 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address));
164 u64 operand2;
174 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
177 if (operand2 & 3)
183 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address));
187 VCPU_EVENT(vcpu, 3, "STPX: storing prefix 0x%x into 0x%llx", address, operand2);
798 u64 operand2;
807 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
809 if (operand2 & 7)
812 rc = write_guest(vcpu, operand2, ar, &stidp_data, sizeof(stidp_data));
864 u64 operand2;
889 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar);
891 if (!kvm_s390_pv_cpu_is_protected(vcpu) && (operand2 & 0xfff))
917 rc = write_guest(vcpu, operand2, ar, (void *)mem, PAGE_SIZE);
924 insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2);
927 trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2);