sel1 187 arch/s390/include/asm/sysinfo.h int stsi(void *sysinfo, int fc, int sel1, int sel2); sel1 26 arch/s390/kernel/sysinfo.c static inline int __stsi(void *sysinfo, int fc, int sel1, int sel2, int *lvl) sel1 28 arch/s390/kernel/sysinfo.c register int r0 asm("0") = (fc << 28) | sel1; sel1 51 arch/s390/kernel/sysinfo.c int stsi(void *sysinfo, int fc, int sel1, int sel2) sel1 55 arch/s390/kernel/sysinfo.c rc = __stsi(sysinfo, fc, sel1, sel2, &lvl); sel1 834 arch/s390/kvm/priv.c u8 fc, u8 sel1, u16 sel2) sel1 840 arch/s390/kvm/priv.c vcpu->run->s390_stsi.sel1 = sel1; sel1 847 arch/s390/kvm/priv.c int sel1 = vcpu->run->s.regs.gprs[0] & 0xff; sel1 855 arch/s390/kvm/priv.c VCPU_EVENT(vcpu, 3, "STSI: fc: %u sel1: %u sel2: %u", fc, sel1, sel2); sel1 886 arch/s390/kvm/priv.c if (stsi((void *) mem, fc, sel1, sel2)) sel1 890 arch/s390/kvm/priv.c if (sel1 != 2 || sel2 != 2) sel1 905 arch/s390/kvm/priv.c insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2); sel1 908 arch/s390/kvm/priv.c trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2); sel1 394 arch/s390/kvm/trace.h TP_PROTO(VCPU_PROTO_COMMON, int fc, int sel1, int sel2, u64 addr), sel1 395 arch/s390/kvm/trace.h TP_ARGS(VCPU_ARGS_COMMON, fc, sel1, sel2, addr), sel1 400 arch/s390/kvm/trace.h __field(int, sel1) sel1 408 arch/s390/kvm/trace.h __entry->sel1 = sel1; sel1 414 arch/s390/kvm/trace.h __entry->fc, __entry->sel1, __entry->sel2, sel1 1927 drivers/power/supply/ab8500_fg.c int sel1; sel1 1934 drivers/power/supply/ab8500_fg.c sel1 = di->bm->fg_params->battok_raising_th_sel1; sel1 1937 drivers/power/supply/ab8500_fg.c cbp_sel1 = ab8500_fg_battok_calc(di, sel1); sel1 1947 drivers/power/supply/ab8500_fg.c if (selected != sel1) sel1 1949 drivers/power/supply/ab8500_fg.c sel1, selected, cbp_sel1); sel1 388 include/uapi/linux/kvm.h __u8 sel1; sel1 388 tools/include/uapi/linux/kvm.h __u8 sel1;