Home
last modified time | relevance | path

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

1234

/linux/arch/riscv/include/asm/
H A Dcompat.h64 compat_ulong_t s9; member
101 cregs->s9 = (compat_ulong_t) regs->s9; in regs_to_cregs()
138 regs->s9 = (unsigned long) cregs->s9; in cregs_to_regs()
H A Dptrace.h43 unsigned long s9; member
H A Dassembler.h57 REG_L s9, (SUSPEND_CONTEXT_REGS + PT_S9)(a0)
H A Dkvm_host.h142 unsigned long s9; member
/linux/arch/loongarch/vdso/
H A Dvgetrandom-chacha.S33 #define s9 fp macro
49 #define state9 s9
95 REG_S s9, sp, SZREG * 9
249 REG_L s9, sp, SZREG * 9
/linux/arch/riscv/kernel/vdso/
H A Dvgetrandom-chacha.S49 #define state9 s9
94 REG_S s9, 9*SZREG(sp)
244 REG_L s9, 9*SZREG(sp)
/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.S437 REG_S s9, TASK_THREAD_S9_RA(a3)
463 REG_L s9, TASK_THREAD_S9_RA(a4)
/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/arm64/boot/dts/qcom/
H A Dsm8450-samsung-r0q.dts65 vdd-s9-supply = <&vph_pwr>;
98 vdd-s9-supply = <&vph_pwr>;
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.dts98 vdd-s9-supply = <&vph_pwr>;
189 vdd-s9-supply = <&vph_pwr>;
/linux/lib/crypto/arm/
H A Dblake2b-neon-core.S73 s8, s9, s10, s11, s12, s13, s14, s15, final=0
195 .if \s9 == 0 || \s11 == 0 || \s13 == 0 || \s15 == 0
202 vadd.u64 d0, d0, M_\s9
H A Dblake2s-core.S132 s8, s9, s10, s11, s12, s13, s14, s15
158 \s8, \s9, \s10, \s11
/linux/lib/crypto/riscv/
H A Dchacha-riscv64-zvkb.S73 #define NONCE0 s9
155 sd s9, 72(sp)
291 ld s9, 72(sp)
/linux/arch/loongarch/include/asm/
H A Dgpr-num.h22 .equ .L__gpr_num_$s9, 22
/linux/arch/riscv/kvm/
H A Dvcpu_switch.S36 REG_S s9, (KVM_ARCH_HOST_S9)(a0)
90 REG_L s9, (KVM_ARCH_GUEST_S9)(a0)
130 REG_S s9, (KVM_ARCH_GUEST_S9)(a0)
185 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/arch/riscv/include/uapi/asm/
H A Dptrace.h51 unsigned long s9; member
/linux/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c266 core.regs.s9 = vcpu_get_reg(vcpu, RISCV_CORE_REG(regs.s9)); in vcpu_arch_dump()
296 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.h103 unsigned long s9; member
/linux/lib/crypto/mips/
H A Dpoly1305-mips.pl42 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
730 ($s0,$s1,$s2,$s3,$s4, $s5,$s6,$s7,$s8, $s9,$s10,$s11);
747 sw $s9, 4*9($sp)
1129 lw $s9, 4*9($sp)

1234