Searched refs:s4 (Results 1 - 25 of 78) sorted by relevance

1234

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c13 struct s4;
18 struct s4 *s4; member in struct:s2
26 struct s4 { struct
51 struct s4 s4; member in struct:root_struct
/linux-master/arch/riscv/kernel/
H A Dhibernate-asm.S49 REG_L s4, restore_pblist
67 REG_L a1, HIBERN_PBE_ADDR(s4)
68 REG_L a0, HIBERN_PBE_ORIG(s4)
72 REG_L s4, HIBERN_PBE_NEXT(s4)
73 bnez s4, .Lcopy
H A Dentry.S65 csrr s4, CSR_CAUSE
71 REG_S s4, PT_CAUSE(sp)
97 bge s4, zero, 1f
103 slli t0, s4, RISCV_LGPTR
213 csrr s4, CSR_CAUSE
219 REG_S s4, PT_CAUSE(sp)
297 REG_S s4, TASK_THREAD_S4_RA(a3)
314 REG_L s4, TASK_THREAD_S4_RA(a4)
H A Dkexec_relocate.S20 * s4: (const) kernel_map.va_pa_offset, used when switching MMU off
28 mv s4, a4
46 sub s6, s6, s4
117 mv s4, zero
181 mv s4, zero
/linux-master/arch/alpha/include/uapi/asm/
H A Dregdef.h20 #define s4 $13 macro
/linux-master/drivers/clk/meson/
H A DMakefile25 obj-$(CONFIG_COMMON_CLK_S4_PLL) += s4-pll.o
26 obj-$(CONFIG_COMMON_CLK_S4_PERIPHERALS) += s4-peripherals.o
/linux-master/arch/mips/include/asm/
H A Dasmmacro-64.h22 LONG_S s4, THREAD_REG20(\thread) variable
35 LONG_L s4, THREAD_REG20(\thread) variable
H A Dregdef.h136 #define s4 $20 macro
179 #define s4 $20 macro
/linux-master/include/linux/
H A Dprandom.h16 __u32 s1, s2, s3, s4; member in struct:rnd_state
46 state->s4 = __seed(i, 128U);
/linux-master/drivers/soc/bcm/brcmstb/pm/
H A Ds2-mips.S28 sw s4, 20(sp)
39 * s4: Restart vector address
48 lw s4, 16(t0)
68 2: move t1, s4
157 2: move t1, s4
177 lw s4, 20(sp)
H A Ds3-mips.S31 sw s4, 20(t0)
122 lw s4, 20(t0)
/linux-master/arch/mips/power/
H A Dhibernate_asm.S24 PTR_S s4, PT_R20(t0)
54 PTR_L s4, PT_R20(t0)
/linux-master/arch/loongarch/include/asm/
H A Dregdef.h35 #define s4 $r27 macro
/linux-master/arch/mips/kernel/
H A Drelocate_kernel.S38 and s4, s2, ~0x1 /* store destination addr in s4 */
63 REG_S s5, (s4)
64 PTR_ADDIU s4, s4, SZREG
H A Dcps-vec-ns16550.S107 move s4, a0
110 move a0, s4
/linux-master/drivers/pinctrl/meson/
H A DMakefile12 obj-$(CONFIG_PINCTRL_MESON_S4) += pinctrl-meson-s4.o
/linux-master/arch/riscv/include/asm/
H A Dcompat.h60 compat_ulong_t s4; member in struct:compat_user_regs_struct
97 cregs->s4 = (compat_ulong_t) regs->s4;
134 regs->s4 = (unsigned long) cregs->s4;
/linux-master/arch/arm64/crypto/
H 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-master/lib/crypto/
H A Dpoly1305-donna32.c37 u32 s1, s2, s3, s4; local
56 s4 = key->precomputed_s.r[3];
73 d0 = ((u64)h0 * r0) + ((u64)h1 * s4) +
77 ((u64)h2 * s4) + ((u64)h3 * s3) +
80 ((u64)h2 * r0) + ((u64)h3 * s4) +
84 ((u64)h4 * s4);
/linux-master/arch/mips/fw/lib/
H A Dcall_o32.S52 REG_S s4,O32_FRAMESZ-7*SZREG(sp)
94 REG_L s4,O32_FRAMESZ-7*SZREG(sp)
/linux-master/arch/loongarch/kernel/
H A Drelocate_kernel.S69 REG_L s4, s1, 0
70 REG_S s4, s3, 0
H A Drethook_trampoline.S33 cfi_st s4, PT_R27
68 cfi_ld s4, PT_R27
/linux-master/arch/loongarch/power/
H A Dhibernate_asm.S25 PTR_S s4, t0, PT_R27
59 PTR_L s4, t0, PT_R27
/linux-master/arch/riscv/include/uapi/asm/
H A Dptrace.h45 unsigned long s4; member in struct:user_regs_struct
/linux-master/lib/
H A Drandom32.c32 * s1 > 1, s2 > 7, s3 > 15, s4 > 127.
58 state->s4 = TAUSWORTHE(state->s4, 3U, 12U, 4294967168U, 13U);
60 return (state->s1 ^ state->s2 ^ state->s3 ^ state->s4);
122 state->s4 = __seed(seeds[3], 128U);
254 state->s4 = __seed(LCG(state->s3), 128U);

Completed in 240 milliseconds

1234