Home
last modified time | relevance | path

Searched refs:ST (Results 1 - 25 of 46) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
H A Detnaviv_cmd_parser.c26 #define ST(start, num) { (start) >> 2, (num) } macro
28 ST(0x1200, 1),
29 ST(0x1228, 1),
30 ST(0x1238, 1),
31 ST(0x1284, 1),
32 ST(0x128c, 1),
33 ST(0x1304, 1),
34 ST(0x1310, 1),
35 ST(0x1318, 1),
36 ST(
74 #undef ST global() macro
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
H A Detnaviv_cmd_parser.c26 #define ST(start, num) { (start) >> 2, (num) } macro
28 ST(0x1200, 1),
29 ST(0x1228, 1),
30 ST(0x1238, 1),
31 ST(0x1284, 1),
32 ST(0x128c, 1),
33 ST(0x1304, 1),
34 ST(0x1310, 1),
35 ST(0x1318, 1),
36 ST(
74 #undef ST global() macro
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h428 #define getnn(ST, REG) ((be32toh(ST.REG) >> (31-REG##_offset)) \
430 #define getpnn(ST, REG) ((be32toh((ST)->REG) >> (31-REG##_offset)) \
432 #define get32(ST, REG) (be32toh(ST.REG))
433 #define getp32(ST, REG) (be32toh((ST)->REG))
434 #define get64(ST, REG) (be64toh(ST
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h428 #define getnn(ST, REG) ((be32toh(ST.REG) >> (31-REG##_offset)) \
430 #define getpnn(ST, REG) ((be32toh((ST)->REG) >> (31-REG##_offset)) \
432 #define get32(ST, REG) (be32toh(ST.REG))
433 #define getp32(ST, REG) (be32toh((ST)->REG))
434 #define get64(ST, REG) (be64toh(ST
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dxor_32.h15 #define ST(x, y) " movq %%mm"#y", 8*("#x")(%1) ;\n" macro
38 ST(i, 0) \ in xor_pII_mmx_2()
40 ST(i+1, 1) \ in xor_pII_mmx_2()
42 ST(i + 2, 2) \ in xor_pII_mmx_2()
44 ST(i + 3, 3) in xor_pII_mmx_2()
86 ST(i, 0) \ in xor_pII_mmx_3()
88 ST(i + 1, 1) \ in xor_pII_mmx_3()
90 ST(i + 2, 2) \ in xor_pII_mmx_3()
92 ST(i + 3, 3) in xor_pII_mmx_3()
139 ST( in xor_pII_mmx_4()
247 #undef ST global() macro
[all...]
H A Dxor.h41 #define ST(x, y) " movaps %%xmm"#y", "OFFS(x)"(%[p1]) ;\n" macro
81 ST(i, 0) \ in xor_sse_2()
82 ST(i + 1, 1) \ in xor_sse_2()
83 ST(i + 2, 2) \ in xor_sse_2()
84 ST(i + 3, 3) \ in xor_sse_2()
122 BLK64(NOP, ST, i) \ in xor_sse_2_pf64()
173 ST(i, 0) \ in xor_sse_3()
174 ST(i + 1, 1) \ in xor_sse_3()
175 ST(i + 2, 2) \ in xor_sse_3()
176 ST( in xor_sse_3()
472 #undef ST global() macro
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dxor_32.h15 #define ST(x, y) " movq %%mm"#y", 8*("#x")(%1) ;\n" macro
39 ST(i, 0) \ in xor_pII_mmx_2()
41 ST(i+1, 1) \ in xor_pII_mmx_2()
43 ST(i + 2, 2) \ in xor_pII_mmx_2()
45 ST(i + 3, 3) in xor_pII_mmx_2()
88 ST(i, 0) \ in xor_pII_mmx_3()
90 ST(i + 1, 1) \ in xor_pII_mmx_3()
92 ST(i + 2, 2) \ in xor_pII_mmx_3()
94 ST(i + 3, 3) in xor_pII_mmx_3()
143 ST( in xor_pII_mmx_4()
254 #undef ST global() macro
[all...]
H A Dxor.h41 #define ST(x, y) " movaps %%xmm"#y", "OFFS(x)"(%[p1]) ;\n" macro
82 ST(i, 0) \ in xor_sse_2()
83 ST(i + 1, 1) \ in xor_sse_2()
84 ST(i + 2, 2) \ in xor_sse_2()
85 ST(i + 3, 3) \ in xor_sse_2()
124 BLK64(NOP, ST, i) \ in xor_sse_2_pf64()
176 ST(i, 0) \ in xor_sse_3()
177 ST(i + 1, 1) \ in xor_sse_3()
178 ST(i + 2, 2) \ in xor_sse_3()
179 ST( in xor_sse_3()
486 #undef ST global() macro
[all...]
/kernel/linux/linux-5.10/arch/loongarch/lib/
H A Dxor_simd.c21 #define ST(reg, base, offset) \ macro
42 ST(0, base, 0) \
43 ST(1, base, 16) \
44 ST(2, base, 32) \
45 ST(3, base, 48)
51 #undef ST macro
64 #define ST(reg, base, offset) \ macro
79 ST(0, base, 0) \
80 ST(1, base, 32)
86 #undef ST macro
[all...]
/kernel/linux/linux-6.6/arch/loongarch/lib/
H A Dxor_simd.c21 #define ST(reg, base, offset) \ macro
42 ST(0, base, 0) \
43 ST(1, base, 16) \
44 ST(2, base, 32) \
45 ST(3, base, 48)
51 #undef ST macro
64 #define ST(reg, base, offset) \ macro
79 ST(0, base, 0) \
80 ST(1, base, 32)
86 #undef ST macro
[all...]
/kernel/linux/linux-6.6/arch/sparc/lib/
H A Dcopy_user.S59 #define ST(insn, dst, offset, reg, label) \ define
73 ST(st, dst, offset + 0x00, t0, bigchunk_fault) \
74 ST(st, dst, offset + 0x04, t1, bigchunk_fault) \
75 ST(st, dst, offset + 0x08, t2, bigchunk_fault) \
76 ST(st, dst, offset + 0x0c, t3, bigchunk_fault) \
77 ST(st, dst, offset + 0x10, t4, bigchunk_fault) \
78 ST(st, dst, offset + 0x14, t5, bigchunk_fault) \
79 ST(st, dst, offset + 0x18, t6, bigchunk_fault) \
80 ST(st, dst, offset + 0x1c, t7, bigchunk_fault)
88 ST(st
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dalign.c39 #define ST 1 /* store */ macro
65 { 8, ST+E8 }, /* 1 00 00: evstdd[x] */
66 { 8, ST+E4 }, /* 1 00 01: evstdw[x] */
67 { 8, ST }, /* 1 00 10: evstdh[x] */
73 { 4, ST }, /* 1 10 00: evstwhe[x] */
75 { 4, ST }, /* 1 10 10: evstwho[x] */
77 { 4, ST+E4 }, /* 1 11 00: evstwwe[x] */
79 { 4, ST+E4 }, /* 1 11 10: evstwwo[x] */
144 if (flags & ST) { in emulate_spe()
257 if (flags & ST) { in emulate_spe()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dalign.c39 #define ST 1 /* store */ macro
65 { 8, ST+E8 }, /* 1 00 00: evstdd[x] */
66 { 8, ST+E4 }, /* 1 00 01: evstdw[x] */
67 { 8, ST }, /* 1 00 10: evstdh[x] */
73 { 4, ST }, /* 1 10 00: evstwhe[x] */
75 { 4, ST }, /* 1 10 10: evstwho[x] */
77 { 4, ST+E4 }, /* 1 11 00: evstwwe[x] */
79 { 4, ST+E4 }, /* 1 11 10: evstwwo[x] */
138 if (flags & ST) { in emulate_spe()
252 if (flags & ST) { in emulate_spe()
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs3proc.c704 #define ST 1 /* status*/ macro
718 .pc_xdrressize = ST,
728 .pc_xdrressize = ST+AT,
738 .pc_xdrressize = ST+WC,
748 .pc_xdrressize = ST+FH+pAT+pAT,
758 .pc_xdrressize = ST+pAT+1,
768 .pc_xdrressize = ST+pAT+1+NFS3_MAXPATHLEN/4,
778 .pc_xdrressize = ST+pAT+4+NFSSVC_MAXBLKSIZE/4,
788 .pc_xdrressize = ST+WC+4,
798 .pc_xdrressize = ST
[all...]
H A Dnfsproc.c614 #define ST 1 /* status */ macro
636 .pc_xdrressize = ST+AT,
646 .pc_xdrressize = ST+AT,
665 .pc_xdrressize = ST+FH+AT,
674 .pc_xdrressize = ST+1+NFS_MAXPATHLEN/4,
684 .pc_xdrressize = ST+AT+1+NFSSVC_MAXBLKSIZE_V2/4,
703 .pc_xdrressize = ST+AT,
713 .pc_xdrressize = ST+FH+AT,
722 .pc_xdrressize = ST,
731 .pc_xdrressize = ST,
[all...]
H A Dnfs2acl.c373 #define ST 1 /* status*/ macro
386 .pc_xdrressize = ST,
396 .pc_xdrressize = ST+1+2*(1+ACL),
406 .pc_xdrressize = ST+AT,
416 .pc_xdrressize = ST+AT,
426 .pc_xdrressize = ST+AT+1,
H A Dnfs3acl.c240 #define ST 1 /* status*/ macro
253 .pc_xdrressize = ST,
263 .pc_xdrressize = ST+1+2*(1+ACL),
273 .pc_xdrressize = ST+pAT,
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs3proc.c790 #define ST 1 /* status*/ macro
805 .pc_xdrressize = ST,
817 .pc_xdrressize = ST+AT,
829 .pc_xdrressize = ST+WC,
841 .pc_xdrressize = ST+FH+pAT+pAT,
853 .pc_xdrressize = ST+pAT+1,
865 .pc_xdrressize = ST+pAT+1+NFS3_MAXPATHLEN/4,
877 .pc_xdrressize = ST+pAT+4+NFSSVC_MAXBLKSIZE/4,
889 .pc_xdrressize = ST+WC+4,
901 .pc_xdrressize = ST
[all...]
H A Dnfsproc.c618 #define ST 1 /* status */ macro
643 .pc_xdrressize = ST+AT,
655 .pc_xdrressize = ST+AT,
678 .pc_xdrressize = ST+FH+AT,
689 .pc_xdrressize = ST+1+NFS_MAXPATHLEN/4,
701 .pc_xdrressize = ST+AT+1+NFSSVC_MAXBLKSIZE_V2/4,
724 .pc_xdrressize = ST+AT,
736 .pc_xdrressize = ST+FH+AT,
747 .pc_xdrressize = ST,
758 .pc_xdrressize = ST,
[all...]
H A Dnfs2acl.c313 #define ST 1 /* status*/ macro
327 .pc_xdrressize = ST,
339 .pc_xdrressize = ST+1+2*(1+ACL),
351 .pc_xdrressize = ST+AT,
363 .pc_xdrressize = ST+AT,
375 .pc_xdrressize = ST+AT+1,
H A Dnfs3acl.c226 #define ST 1 /* status*/ macro
240 .pc_xdrressize = ST,
252 .pc_xdrressize = ST+1+2*(1+ACL),
264 .pc_xdrressize = ST+pAT,
/kernel/linux/linux-5.10/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c42 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); in XS()
65 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); in XS()
88 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); in XS()
/kernel/linux/linux-6.6/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c42 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); in XS()
65 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); in XS()
88 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); in XS()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dsq930x.c1121 #define ST(sensor, type) \ macro
1125 {USB_DEVICE(0x041e, 0x4038), ST(MI0360, 0)},
1126 {USB_DEVICE(0x041e, 0x403c), ST(LZ24BP, 0)},
1127 {USB_DEVICE(0x041e, 0x403d), ST(LZ24BP, 0)},
1128 {USB_DEVICE(0x041e, 0x4041), ST(LZ24BP, Creative_live_motion)},
1129 {USB_DEVICE(0x2770, 0x930b), ST(MI0360, 0)},
1130 {USB_DEVICE(0x2770, 0x930c), ST(MI0360, 0)},
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dsq930x.c1121 #define ST(sensor, type) \ macro
1125 {USB_DEVICE(0x041e, 0x4038), ST(MI0360, 0)},
1126 {USB_DEVICE(0x041e, 0x403c), ST(LZ24BP, 0)},
1127 {USB_DEVICE(0x041e, 0x403d), ST(LZ24BP, 0)},
1128 {USB_DEVICE(0x041e, 0x4041), ST(LZ24BP, Creative_live_motion)},
1129 {USB_DEVICE(0x2770, 0x930b), ST(MI0360, 0)},
1130 {USB_DEVICE(0x2770, 0x930c), ST(MI0360, 0)},

Completed in 15 milliseconds

12