Searched refs:s4 (Results 1 - 25 of 78) sorted by last modified time

1234

/linux-master/arch/riscv/kernel/
H A Dprocess.c81 pr_cont(" s2 : " REG_FMT " s3 : " REG_FMT " s4 : " REG_FMT "\n",
82 regs->s2, regs->s3, regs->s4);
H A Dptrace.c223 REG_OFFSET_NAME(s4),
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 Dhead.S32 c.li s4,-13
373 li s4, 0
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c47 [RV_REG_S4] = offsetof(struct pt_regs, s4),
/linux-master/fs/smb/client/
H A Dsess.c36 struct sockaddr_in *s4 = (struct sockaddr_in *)&server->dstaddr; local
42 if (s4->sin_addr.s_addr != i4->sin_addr.s_addr)
/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;
H A Dkvm_host.h136 unsigned long s4; member in struct:kvm_cpu_context
/linux-master/arch/riscv/crypto/
H A Dchacha-riscv64-zvkb.S67 #define KEY4 s4
148 sd s4, 32(sp)
284 ld s4, 32(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
H A Dmcount_dyn.S56 PTR_S s4, sp, PT_R27
/linux-master/arch/loongarch/include/asm/
H A Dstackframe.h77 cfi_st s4, PT_R27, \docfi variable
192 cfi_ld s4, PT_R27, \docfi variable
/linux-master/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c686 KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CORE | KVM_REG_RISCV_CORE_REG(regs.s4),
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c244 vcpu_get_reg(vcpu, RISCV_CORE_REG(regs.s4), &core.regs.s4);
276 core.regs.s4, core.regs.s5, core.regs.s6, core.regs.s7);
/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h73 unsigned long s4; member in struct:ex_regs
/linux-master/arch/mips/include/asm/
H A Dregdef.h136 #define s4 $20 macro
179 #define s4 $20 macro
/linux-master/drivers/mailbox/
H A Dimx-mailbox.c10 #include <linux/firmware/imx/s4.h>
1036 { .compatible = "fsl,imx8ulp-mu-s4", .data = &imx_mu_cfg_imx8ulp_s4 },
1037 { .compatible = "fsl,imx93-mu-s4", .data = &imx_mu_cfg_imx93_s4 },
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm572 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save...
595 s_movrels_b64 s4, s4 //s4 = s[4+m0], s5 = s[5+m0]
622 s_movrels_b64 s4, s4 //s4 = s[4+m0], s5 = s[5+m0]
1129 s_movreld_b64 s4, s4
1141 s_movreld_b64 s4, s
[all...]
H A Dcwsr_trap_handler_gfx9.asm442 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save...
470 s_movrels_b64 s4, s4 //s4 = s[4+m0], s5 = s[5+m0]
846 s_movreld_b64 s4, s4
997 s_mov_b32 s4, 0
1001 v_readlane_b32 s[lane], v, s4
1002 s_add_u32 s4, s4,
[all...]
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c240 is_uv(UV4) ? sname.s4.field : \
/linux-master/arch/arm64/boot/dts/amlogic/
H A DMakefile72 dtb-$(CONFIG_ARCH_MESON) += meson-s4-s805x2-aq222.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/amlogic/
H A DMakefile72 dtb-$(CONFIG_ARCH_MESON) += meson-s4-s805x2-aq222.dtb
/linux-master/arch/riscv/kvm/
H A Dvcpu_switch.S35 REG_S s4, (KVM_ARCH_HOST_S4)(a0)
95 REG_L s4, (KVM_ARCH_GUEST_S4)(a0)
139 REG_S s4, (KVM_ARCH_GUEST_S4)(a0)
200 REG_L s4, (KVM_ARCH_HOST_S4)(a0)
/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

Completed in 448 milliseconds

1234