Home
last modified time | relevance | path

Searched refs:s9 (Results 1 – 25 of 67) sorted by relevance

123

/linux/arch/riscv/include/asm/
H A Dcompat.h65 compat_ulong_t s9; member
102 cregs->s9 = (compat_ulong_t) regs->s9; in regs_to_cregs()
139 regs->s9 = (unsigned long) cregs->s9; in cregs_to_regs()
H A Dptrace.h41 unsigned long s9; member
H A Dassembler.h57 REG_L s9, (SUSPEND_CONTEXT_REGS + PT_S9)(a0)
/linux/arch/loongarch/vdso/
H A Dvgetrandom-chacha.S33 #define s9 fp macro
49 #define state9 s9
97 REG_S s9, sp, SZREG * 9
256 REG_L s9, sp, SZREG * 9
/linux/arch/riscv/kernel/
H A Dkexec_relocate.S122 mv s9, zero
186 mv s9, zero
H A Dcrash_save_regs.S38 REG_S s9, PT_S9(a0) /* x25 */
H A Dsuspend_entry.S41 REG_S s9, (SUSPEND_CONTEXT_REGS + PT_S9)(a0)
H A Dentry.S396 REG_S s9, TASK_THREAD_S9_RA(a3)
413 REG_L s9, TASK_THREAD_S9_RA(a4)
H A Dprocess.c88 regs->s8, regs->s9, regs->s10); in __show_regs()
H A Dasm-offsets.c103 OFFSET(PT_S9, pt_regs, s9); in asm_offsets()
160 OFFSET(KVM_ARCH_GUEST_S9, kvm_vcpu_arch, guest_context.s9); in asm_offsets()
197 OFFSET(KVM_ARCH_HOST_S9, kvm_vcpu_arch, host_context.s9); in asm_offsets()
/linux/arch/loongarch/include/asm/
H A Dgpr-num.h22 .equ .L__gpr_num_$s9, 22
/linux/drivers/media/dvb-frontends/
H A Dzl10353.c363 int s6, s9; in zl10353_get_parameters() local
377 s9 = zl10353_read_register(state, STATUS_9); in zl10353_get_parameters()
378 if (s6 < 0 || s9 < 0) in zl10353_get_parameters()
380 if ((s6 & (1 << 5)) == 0 || (s9 & (1 << 4)) == 0) in zl10353_get_parameters()
/linux/arch/riscv/crypto/
H A Dchacha-riscv64-zvkb.S72 #define NONCE0 s9
153 sd s9, 72(sp)
289 ld s9, 72(sp)
/linux/arch/arm/crypto/
H A Dblake2b-neon-core.S70 s8, s9, s10, s11, s12, s13, s14, s15, final=0
192 .if \s9 == 0 || \s11 == 0 || \s13 == 0 || \s15 == 0
199 vadd.u64 d0, d0, M_\s9
H A Dblake2s-core.S129 s8, s9, s10, s11, s12, s13, s14, s15
155 \s8, \s9, \s10, \s11
/linux/arch/riscv/include/uapi/asm/
H A Dptrace.h50 unsigned long s9; member
/linux/arch/riscv/kvm/
H A Dvcpu_switch.S40 REG_S s9, (KVM_ARCH_HOST_S9)(a0)
100 REG_L s9, (KVM_ARCH_GUEST_S9)(a0)
144 REG_S s9, (KVM_ARCH_GUEST_S9)(a0)
205 REG_L s9, (KVM_ARCH_HOST_S9)(a0)
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8084.dtsi309 tsens_s9_p1: s9-p1@d8 {
369 tsens_s9_p2: s9-p2@e1 {
404 tsens_s9_p2_backup: s9-p2_backup@e6 {
469 tsens_s9_p1_backup: s9-p1_backup@448 {
809 pma8084_s9: s9 {};
/linux/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c250 vcpu_get_reg(vcpu, RISCV_CORE_REG(regs.s9), &core.regs.s9); in vcpu_arch_dump()
280 core.regs.s8, core.regs.s9, core.regs.s10, core.regs.s11); in vcpu_arch_dump()
/linux/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h88 unsigned long s9; member
/linux/arch/arm64/boot/dts/qcom/
H A Dsm8350-mtp.dts59 vdd-s9-supply = <&vph_pwr>;
150 vdd-s9-supply = <&vph_pwr>;
H A Dsm8350-microsoft-surface-duo2.dts59 vdd-s9-supply = <&vph_pwr>;
150 vdd-s9-supply = <&vph_pwr>;
H A Dsm8450-qrd.dts55 vdd-s9-supply = <&vph_pwr>;
146 vdd-s9-supply = <&vph_pwr>;
H A Dsa8155p-adp.dts65 vdd-s9-supply = <&vreg_3p3>;
194 vdd-s9-supply = <&vreg_3p3>;
/linux/arch/mips/crypto/
H A Dpoly1305-mips.pl42 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
734 ($s0,$s1,$s2,$s3,$s4, $s5,$s6,$s7,$s8, $s9,$s10,$s11);
751 sw $s9, 4*9($sp)
1133 lw $s9, 4*9($sp)

123