Symbol: SB
arch/alpha/math-emu/math.c
101
FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR);
arch/alpha/math-emu/math.c
131
FP_UNPACK_SP(SB, &vb);
arch/alpha/math-emu/math.c
135
FP_SUB_S(SR, SA, SB);
arch/alpha/math-emu/math.c
139
FP_ADD_S(SR, SA, SB);
arch/alpha/math-emu/math.c
143
FP_MUL_S(SR, SA, SB);
arch/alpha/math-emu/math.c
147
FP_DIV_S(SR, SA, SB);
arch/alpha/math-emu/math.c
151
FP_SQRT_S(SR, SB);
arch/alpha/math-emu/math.c
225
FP_UNPACK_SP(SB, &vb);
arch/arm64/include/asm/hwcap.h
92
#define KERNEL_HWCAP_SB __khwcap_feature(SB)
arch/arm64/kernel/cpufeature.c
2800
ARM64_CPUID_FIELDS(ID_AA64ISAR1_EL1, SB, IMP)
arch/arm64/kernel/cpufeature.c
3295
HWCAP_CAP(ID_AA64ISAR1_EL1, SB, IMP, CAP_HWCAP, KERNEL_HWCAP_SB),
arch/arm64/kernel/cpufeature.c
3432
HWCAP_CAP(ID_ISAR6_EL1, SB, IMP, CAP_COMPAT_HWCAP2, COMPAT_HWCAP2_SB),
arch/arm64/kernel/cpuinfo.c
209
[COMPAT_KERNEL_HWCAP2(SB)] = "sb",
arch/arm64/kvm/hyp/nvhe/sys_regs.c
154
MAX_FEAT(ID_AA64ISAR1_EL1, SB, IMP),
arch/mips/kernel/mips-r2-to-r6-emul.c
1365
"1:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1370
"2:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1375
"3:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1380
"4:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1383
"1:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1388
"2:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1393
"3:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1398
"4:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1435
"1:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1440
"2:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1445
"3:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1450
"4:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1453
"1:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1458
"2:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1463
"3:" SB "%1, 0(%2)\n"
arch/mips/kernel/mips-r2-to-r6-emul.c
1468
"4:" SB "%1, 0(%2)\n"
arch/powerpc/math-emu/math_efp.c
216
FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR);
arch/powerpc/math-emu/math_efp.c
224
FP_UNPACK_SP(SB, vb.wp + 1);
arch/powerpc/math-emu/math_efp.c
248
FP_ADD_S(SR, SA, SB);
arch/powerpc/math-emu/math_efp.c
252
FP_SUB_S(SR, SA, SB);
arch/powerpc/math-emu/math_efp.c
256
FP_MUL_S(SR, SA, SB);
arch/powerpc/math-emu/math_efp.c
260
FP_DIV_S(SR, SA, SB);
arch/powerpc/math-emu/math_efp.c
282
FP_TO_INT_ROUND_S(vc.wp[1], SB, 32,
arch/powerpc/math-emu/math_efp.c
305
FP_TO_INT_ROUND_S(vc.wp[1], SB, 32,
arch/powerpc/math-emu/math_efp.c
316
FP_TO_INT_S(vc.wp[1], SB, 32,
arch/powerpc/math-emu/math_efp.c
333
FP_CMP_S(IR, SA, SB, 3);
arch/powerpc/math-emu/math_efp.c
334
if (IR == 3 && (FP_ISSIGNAN_S(SA) || FP_ISSIGNAN_S(SB)))
arch/powerpc/math-emu/math_efp.c
419
FP_DECL_S(SB);
arch/powerpc/math-emu/math_efp.c
421
FP_UNPACK_SP(SB, vb.wp + 1);
arch/powerpc/math-emu/math_efp.c
426
FP_CONV(D, S, 2, 1, DR, SB);
arch/sparc/math-emu/math_32.c
286
FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR);
arch/sparc/math-emu/math_32.c
394
case 5: FP_UNPACK_SP (SB, rs2); break;
arch/sparc/math-emu/math_32.c
428
case FADDS: FP_ADD_S (SR, SA, SB); break;
arch/sparc/math-emu/math_32.c
432
case FSUBS: FP_SUB_S (SR, SA, SB); break;
arch/sparc/math-emu/math_32.c
436
case FMULS: FP_MUL_S (SR, SA, SB); break;
arch/sparc/math-emu/math_32.c
438
FP_CONV (D, S, 2, 1, DB, SB);
arch/sparc/math-emu/math_32.c
444
case FDIVS: FP_DIV_S (SR, SA, SB); break;
arch/sparc/math-emu/math_32.c
448
case FSQRTS: FP_SQRT_S (SR, SB); break;
arch/sparc/math-emu/math_32.c
456
case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break;
arch/sparc/math-emu/math_32.c
464
case FSTOD: FP_CONV (D, S, 2, 1, DR, SB); break;
arch/sparc/math-emu/math_32.c
465
case FSTOQ: FP_CONV (Q, S, 4, 1, QR, SB); break;
arch/sparc/math-emu/math_32.c
473
FP_CMP_S(IR, SB, SA, 3);
arch/sparc/math-emu/math_32.c
477
FP_ISSIGNAN_S(SB)))
arch/sparc/math-emu/math_64.c
181
FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR);
arch/sparc/math-emu/math_64.c
407
case 5: FP_UNPACK_SP (SB, rs2); break;
arch/sparc/math-emu/math_64.c
433
case FADDS: FP_ADD_S (SR, SA, SB); break;
arch/sparc/math-emu/math_64.c
437
case FSUBS: FP_SUB_S (SR, SA, SB); break;
arch/sparc/math-emu/math_64.c
441
case FMULS: FP_MUL_S (SR, SA, SB); break;
arch/sparc/math-emu/math_64.c
443
FP_CONV (D, S, 1, 1, DB, SB);
arch/sparc/math-emu/math_64.c
449
case FDIVS: FP_DIV_S (SR, SA, SB); break;
arch/sparc/math-emu/math_64.c
453
case FSQRTS: FP_SQRT_S (SR, SB); break;
arch/sparc/math-emu/math_64.c
461
case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break;
arch/sparc/math-emu/math_64.c
464
case FSTOX: FP_TO_INT_S (XR, SB, 64, 1); break;
arch/sparc/math-emu/math_64.c
478
case FSTOD: FP_CONV (D, S, 1, 1, DR, SB); break;
arch/sparc/math-emu/math_64.c
479
case FSTOQ: FP_CONV (Q, S, 2, 1, QR, SB); break;
drivers/media/usb/gspca/sonixb.c
1418
{USB_DEVICE(0x0c45, 0x6001), SB(TAS5110C, 102)}, /* TAS5110C1B */
drivers/media/usb/gspca/sonixb.c
1419
{USB_DEVICE(0x0c45, 0x6005), SB(TAS5110C, 101)}, /* TAS5110C1B */
drivers/media/usb/gspca/sonixb.c
1420
{USB_DEVICE(0x0c45, 0x6007), SB(TAS5110D, 101)}, /* TAS5110D */
drivers/media/usb/gspca/sonixb.c
1421
{USB_DEVICE(0x0c45, 0x6009), SB(PAS106, 101)},
drivers/media/usb/gspca/sonixb.c
1422
{USB_DEVICE(0x0c45, 0x600d), SB(PAS106, 101)},
drivers/media/usb/gspca/sonixb.c
1423
{USB_DEVICE(0x0c45, 0x6011), SB(OV6650, 101)},
drivers/media/usb/gspca/sonixb.c
1424
{USB_DEVICE(0x0c45, 0x6019), SB(OV7630, 101)},
drivers/media/usb/gspca/sonixb.c
1425
{USB_DEVICE(0x0c45, 0x6024), SB(TAS5130CXX, 102)},
drivers/media/usb/gspca/sonixb.c
1426
{USB_DEVICE(0x0c45, 0x6025), SB(TAS5130CXX, 102)},
drivers/media/usb/gspca/sonixb.c
1427
{USB_DEVICE(0x0c45, 0x6027), SB(OV7630, 101)}, /* Genius Eye 310 */
drivers/media/usb/gspca/sonixb.c
1428
{USB_DEVICE(0x0c45, 0x6028), SB(PAS202, 102)},
drivers/media/usb/gspca/sonixb.c
1429
{USB_DEVICE(0x0c45, 0x6029), SB(PAS106, 102)},
drivers/media/usb/gspca/sonixb.c
1430
{USB_DEVICE(0x0c45, 0x602a), SB(HV7131D, 102)},
drivers/media/usb/gspca/sonixb.c
1432
{USB_DEVICE(0x0c45, 0x602c), SB(OV7630, 102)},
drivers/media/usb/gspca/sonixb.c
1433
{USB_DEVICE(0x0c45, 0x602d), SB(HV7131R, 102)},
drivers/media/usb/gspca/sonixb.c
1434
{USB_DEVICE(0x0c45, 0x602e), SB(OV7630, 102)},
drivers/media/usb/gspca/sonixb.c
1437
{USB_DEVICE(0x0c45, 0x6083), SB(HV7131D, 103)},
drivers/media/usb/gspca/sonixb.c
1438
{USB_DEVICE(0x0c45, 0x608c), SB(HV7131R, 103)},
drivers/media/usb/gspca/sonixb.c
1440
{USB_DEVICE(0x0c45, 0x608f), SB(OV7630, 103)},
drivers/media/usb/gspca/sonixb.c
1441
{USB_DEVICE(0x0c45, 0x60a8), SB(PAS106, 103)},
drivers/media/usb/gspca/sonixb.c
1442
{USB_DEVICE(0x0c45, 0x60aa), SB(TAS5130CXX, 103)},
drivers/media/usb/gspca/sonixb.c
1443
{USB_DEVICE(0x0c45, 0x60af), SB(PAS202, 103)},
drivers/media/usb/gspca/sonixb.c
1444
{USB_DEVICE(0x0c45, 0x60b0), SB(OV7630, 103)},
fs/kernfs/kernfs-internal.h
105
#define kernfs_info(SB) ((struct kernfs_super_info *)(SB->s_fs_info))
fs/unicode/mkutf8data.c
2671
si = utf8decode(str) - SB;
fs/unicode/utf8-norm.c
267
si = utf8decode3(str) - SB;
include/linux/fsnotify_backend.h
527
FSNOTIFY_ITER_FUNCS(sb, SB)
tools/testing/selftests/kvm/arm64/set_id_regs.c
109
REG_FTR_BITS(FTR_LOWER_SAFE, ID_AA64ISAR1_EL1, SB, 0),