Home
last modified time | relevance | path

Searched refs:s4 (Results 1 – 25 of 200) sorted by relevance

12345678

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_ordering.c13 struct s4;
18 struct s4 *s4; member
26 struct s4 { struct
51 struct s4 s4; argument
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/
A Dqcom,smd-rpm-regulator.yaml27 For pm2250, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
30 For pm6125 s1, s2, s3, s4, s5, s6, s7, s8, l1, l2, l3, l5, l6, l7, l8, l9,
33 For pm660, s1, s2, s3, s4, s5, s6, l1, l2, l3, l5, l6, l7, l8, l9, l10, l22,
38 For pm8226, s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10,
42 For pm8841, s1, s2, s3, s4, s5, s6, s7, s8
47 For pm8916, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
50 For pm8941, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
54 For pm8950 and pm8953, s1, s2, s3, s4, s5, s6, s7, l1, l2, l3, l4, l5, l6,
58 For pm8994, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
62 For pm8998, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2,
[all …]
A Dqcom,rpm-regulator.yaml20 l16, l17, l18, l19, l20, l21, l22, l23, l24, l25, s0, s1, s2, s3, s4,
23 For pm8901 l0, l1, l2, l3, l4, l5, l6, s0, s1, s2, s3, s4, lvs0, lvs1, lvs2, lvs3,
26 For pm8921 s1, s2, s3, s4, s7, s8, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
31 For pm8018 s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
118 pm8921_s4: s4 {
/linux-6.3-rc2/arch/riscv/kernel/
A Dkexec_relocate.S33 mv s4, zero
69 andi s4, t0, ~0x1
98 REG_S t1, (s4) /* *dst_ptr = *src_ptr */
100 addi s4, s4, RISCV_SZPTR /* dst_ptr++ */
123 mv s4, zero
187 mv s4, zero
A Dentry.S89 csrr s4, CSR_CAUSE
95 REG_S s4, PT_CAUSE(sp)
127 bge s4, zero, 1f
144 beq s4, t0, 1f
154 beq s4, t0, handle_syscall
157 slli t0, s4, RISCV_LGPTR
498 csrr s4, CSR_CAUSE
504 REG_S s4, PT_CAUSE(sp)
547 REG_S s4, TASK_THREAD_S4_RA(a3)
562 REG_L s4, TASK_THREAD_S4_RA(a4)
/linux-6.3-rc2/lib/
A Drandom32.c58 state->s4 = TAUSWORTHE(state->s4, 3U, 12U, 4294967168U, 13U); in prandom_u32_state()
60 return (state->s1 ^ state->s2 ^ state->s3 ^ state->s4); in prandom_u32_state()
122 state->s4 = __seed(seeds[3], 128U); in prandom_seed_full_state()
254 state->s4 = __seed(LCG(state->s3), 128U); in prandom_state_selftest_seed()
/linux-6.3-rc2/drivers/soc/bcm/brcmstb/pm/
A Ds2-mips.S28 sw s4, 20(sp)
48 lw s4, 16(t0)
68 2: move t1, s4
157 2: move t1, s4
177 lw s4, 20(sp)
A Ds3-mips.S31 sw s4, 20(t0)
122 lw s4, 20(t0)
/linux-6.3-rc2/arch/arm64/boot/dts/amlogic/
A Dmeson-s4.dtsi65 compatible = "amlogic,meson-s4-pwrc";
96 compatible = "amlogic,meson-s4-periphs-pinctrl";
112 compatible = "amlogic,meson-s4-gpio-intc",
122 compatible = "amlogic,meson-s4-uart",
132 compatible = "amlogic,meson-s4-reset";
A Dmeson-s4-s805x2-aq222.dts8 #include "meson-s4.dtsi"
12 compatible = "amlogic,aq222", "amlogic,s4";
/linux-6.3-rc2/arch/riscv/include/asm/
A Dcompat.h41 compat_ulong_t s4; member
78 cregs->s4 = (compat_ulong_t) regs->s4; in regs_to_cregs()
115 regs->s4 = (unsigned long) cregs->s4; in cregs_to_regs()
/linux-6.3-rc2/arch/mips/kernel/
A Drelocate_kernel.S38 and s4, s2, ~0x1 /* store destination addr in s4 */
63 REG_S s5, (s4)
64 PTR_ADDIU s4, s4, SZREG
/linux-6.3-rc2/lib/crypto/
A Dpoly1305-donna32.c37 u32 s1, s2, s3, s4; in poly1305_core_blocks() local
56 s4 = key->precomputed_s.r[3]; in poly1305_core_blocks()
73 d0 = ((u64)h0 * r0) + ((u64)h1 * s4) + in poly1305_core_blocks()
77 ((u64)h2 * s4) + ((u64)h3 * s3) + in poly1305_core_blocks()
80 ((u64)h2 * r0) + ((u64)h3 * s4) + in poly1305_core_blocks()
84 ((u64)h4 * s4); in poly1305_core_blocks()
/linux-6.3-rc2/arch/arm64/crypto/
A Dsm3-ce-core.S52 .macro qround, ab, s0, s1, s2, s3, s4
53 .ifnb \s4
54 ext \s4\().16b, \s1\().16b, \s2\().16b, #12
57 sm3partw1 \s4\().4s, \s0\().4s, \s3\().4s
67 .ifnb \s4
68 sm3partw2 \s4\().4s, v7.4s, v6.4s
/linux-6.3-rc2/arch/ia64/lib/
A Dxor.S114 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], d[2]
121 (p[0]) ld8.nta s4[0] = [r19], 8
122 (p[6]) xor r20 = s3[6], s4[6]
159 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], s5[6+1], d[2]
166 (p[0]) ld8.nta s4[0] = [r19], 8
167 (p[6]) xor r21 = s3[6], s4[6]
/linux-6.3-rc2/arch/x86/include/asm/uv/
A Duv_mmrs.h781 } s4; member
1469 } s4; member
2050 } s4; member
2162 } s4; member
2230 } s4; member
2319 } s4; member
2422 } s4; member
2525 } s4; member
2628 } s4; member
2688 } s4; member
[all …]
/linux-6.3-rc2/include/linux/
A Dprandom.h17 __u32 s1, s2, s3, s4; member
47 state->s4 = __seed(i, 128U); in prandom_seed_state()
/linux-6.3-rc2/arch/x86/crypto/
A Dpoly1305-x86_64-cryptogams.pl1033 vpmuludq $T3,$H4,$T3 # h3*s4
1034 vpmuludq $T4,$H4,$T4 # h4*s4
1040 vpmuludq $T1,$H4,$T0 # h1*s4
1133 vpmuludq $H2,$T4,$H2 # h2*s4
1134 vpmuludq $H3,$T4,$H3 # h3*s4
1137 vpmuludq $H4,$T4,$H4 # h4*s4
1276 vpmuludq $T4,$H3,$H1 # h4*s4
1278 vpmuludq $T3,$H3,$H0 # h3*s4
1280 vpmuludq $T2,$H3,$H1 # h2*s4
1282 vpmuludq $T1,$H3,$H3 # h1*s4
[all …]
/linux-6.3-rc2/arch/mips/include/asm/
A Dregdef.h46 #define s4 $20 macro
89 #define s4 $20 macro
A Dasmmacro-64.h22 LONG_S s4, THREAD_REG20(\thread)
35 LONG_L s4, THREAD_REG20(\thread)
/linux-6.3-rc2/arch/loongarch/kernel/
A Drelocate_kernel.S68 REG_L s4, s1, 0
69 REG_S s4, s3, 0
/linux-6.3-rc2/arch/mips/power/
A Dhibernate_asm.S24 PTR_S s4, PT_R20(t0)
54 PTR_L s4, PT_R20(t0)
/linux-6.3-rc2/arch/loongarch/power/
A Dhibernate_asm.S25 PTR_S s4, t0, PT_R27
59 PTR_L s4, t0, PT_R27
/linux-6.3-rc2/Documentation/devicetree/bindings/mailbox/
A Dfsl,mu.yaml32 - const: fsl,imx93-mu-s4
33 - const: fsl,imx8ulp-mu-s4
108 - fsl,imx93-mu-s4
/linux-6.3-rc2/arch/mips/fw/lib/
A Dcall_o32.S52 REG_S s4,O32_FRAMESZ-7*SZREG(sp)
94 REG_L s4,O32_FRAMESZ-7*SZREG(sp)

Completed in 51 milliseconds

12345678