Lines Matching refs:sel1
848 u8 fc, u8 sel1, u16 sel2)
854 vcpu->run->s390_stsi.sel1 = sel1;
861 int sel1 = vcpu->run->s.regs.gprs[0] & 0xff;
869 VCPU_EVENT(vcpu, 3, "STSI: fc: %u sel1: %u sel2: %u", fc, sel1, sel2);
900 if (stsi((void *) mem, fc, sel1, sel2))
904 if (sel1 != 2 || sel2 != 2)
924 insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2);
927 trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2);