Lines Matching refs:operand2

124 	u64 operand2;  in handle_set_prefix()  local
134 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_set_prefix()
137 if (operand2 & 3) in handle_set_prefix()
141 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_set_prefix()
162 u64 operand2; in handle_store_prefix() local
172 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_store_prefix()
175 if (operand2 & 3) in handle_store_prefix()
181 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_store_prefix()
185 VCPU_EVENT(vcpu, 3, "STPX: storing prefix 0x%x into 0x%llx", address, operand2); in handle_store_prefix()
829 u64 operand2; in handle_stidp() local
838 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_stidp()
840 if (operand2 & 7) in handle_stidp()
843 rc = write_guest(vcpu, operand2, ar, &stidp_data, sizeof(stidp_data)); in handle_stidp()
895 u64 operand2; in handle_stsi() local
928 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_stsi()
930 if (!kvm_s390_pv_cpu_is_protected(vcpu) && (operand2 & 0xfff)) in handle_stsi()
951 insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2); in handle_stsi()
952 trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2); in handle_stsi()
959 rc = write_guest(vcpu, operand2, ar, (void *)mem, PAGE_SIZE); in handle_stsi()
966 insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2); in handle_stsi()
969 trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2); in handle_stsi()
1500 u64 address, operand2; in handle_tprot() local
1512 kvm_s390_get_base_disp_sse(vcpu, &address, &operand2, &ar, NULL); in handle_tprot()
1513 access_key = (operand2 & 0xf0) >> 4; in handle_tprot()