Searched refs:sel2 (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/s390/kvm/
H A Dtrace.h394 TP_PROTO(VCPU_PROTO_COMMON, int fc, int sel1, int sel2, u64 addr),
395 TP_ARGS(VCPU_ARGS_COMMON, fc, sel1, sel2, addr),
401 __field(int, sel2)
409 __entry->sel2 = sel2;
414 __entry->fc, __entry->sel1, __entry->sel2,
H A Dpriv.c853 u8 fc, u8 sel1, u16 sel2)
860 vcpu->run->s390_stsi.sel2 = sel2;
867 int sel2 = vcpu->run->s.regs.gprs[1] & 0xffff; local
874 VCPU_EVENT(vcpu, 3, "STSI: fc: %u sel1: %u sel2: %u", fc, sel1, sel2);
913 if (stsi((void *) mem, fc, sel1, sel2))
917 if (sel1 != 2 || sel2 != 2)
925 insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2);
926 trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand
852 insert_stsi_usr_data(struct kvm_vcpu *vcpu, u64 addr, u8 ar, u8 fc, u8 sel1, u16 sel2) argument
[all...]
/linux-master/arch/s390/include/asm/
H A Dsysinfo.h191 int stsi(void *sysinfo, int fc, int sel1, int sel2);
/linux-master/arch/s390/kernel/
H A Dsysinfo.c27 static inline int __stsi(void *sysinfo, int fc, int sel1, int sel2, int *lvl) argument
41 : [r1] "d" (sel2),
55 int stsi(void *sysinfo, int fc, int sel1, int sel2) argument
59 rc = __stsi(sysinfo, fc, sel1, sel2, &lvl);
/linux-master/include/uapi/linux/
H A Dkvm.h381 __u16 sel2; member in struct:kvm_run::__anon1234::__anon1258
/linux-master/tools/include/uapi/linux/
H A Dkvm.h381 __u16 sel2; member in struct:kvm_run::__anon1613::__anon1637

Completed in 139 milliseconds