| /linux/arch/riscv/kernel/ |
| A D | entry.S | 91 REG_S s0, PT_SP(sp) 214 add s0, s0, t0 215 REG_L s0, 0(s0) 217 jalr s0 242 and s0, s0, t0 244 andi s0, s0, SR_SPP 345 bnez s0, restore_all 347 andi s0, s0, _TIF_NEED_RESCHED 348 beqz s0, restore_all 476 REG_S s0, PT_SP(sp) [all …]
|
| A D | mcount.S | 18 sd s0, 0(sp) 20 addi s0, sp, 16 29 sd s0, 16(sp) 32 addi s0, sp, 32 37 ld s0, 0(sp) 43 ld s0, 16(sp) 67 mv t6, s0 104 addi a0, s0, -8 107 ld a2, -16(s0) 120 ld a1, -8(s0)
|
| A D | kexec_relocate.S | 29 mv s0, a0 63 REG_L t0, 0(s0) /* t0 = *image->entry */ 64 addi s0, s0, RISCV_SZPTR /* image->entry++ */ 76 andi s0, t0, ~0x2 119 mv s0, zero 164 mv s0, a1 184 mv a2, s0 193 mv s0, zero
|
| /linux/drivers/soc/bcm/brcmstb/pm/ |
| A D | s2-mips.S | 24 sw s0, 4(sp) 44 lw s0, 0(t0) 79 sw zero, AON_CTRL_PM_CTRL(s0) 80 lw zero, AON_CTRL_PM_CTRL(s0) 81 sw t0, AON_CTRL_PM_CTRL(s0) 82 lw t0, AON_CTRL_PM_CTRL(s0) 134 sw t1, AON_CTRL_HOST_MISC_CMDS(s0) 135 lw t1, AON_CTRL_HOST_MISC_CMDS(s0) 137 sw zero, AON_CTRL_PM_CTRL(s0) 138 lw zero, AON_CTRL_PM_CTRL(s0) [all …]
|
| /linux/arch/arm/crypto/ |
| A D | sha2-ce-core.S | 32 .macro add_only, ev, s0 34 .ifnb \s0 39 .ifnb \s0 40 vadd.u32 ta\ev, q\s0, k\ev 44 .macro add_update, ev, s0, s1, s2, s3 45 sha256su0.32 q\s0, q\s1 47 sha256su1.32 q\s0, q\s2, q\s3
|
| A D | sha1-ce-core.S | 36 .macro add_only, op, ev, rc, s0, dg1 37 .ifnb \s0 38 vadd.u32 tb\ev, q\s0, \rc 48 .macro add_update, op, ev, rc, s0, s1, s2, s3, dg1 49 sha1su0.32 q\s0, q\s1, q\s2 51 sha1su1.32 q\s0, q\s3
|
| A D | sha512-armv4.pl | 559 my ($t0,$t1,$s0,$s1) = map("q$_",(12..15)); # temps 569 vext.8 $s0,@X[$i%8],@X[($i+1)%8],#8 @ X[i+1] 572 vshr.u64 $t0,$s0,#@sigma0[0] 574 vshr.u64 $t1,$s0,#@sigma0[1] 576 vshr.u64 $s1,$s0,#@sigma0[2] 577 vsli.64 $t0,$s0,#`64-@sigma0[0]` 578 vsli.64 $t1,$s0,#`64-@sigma0[1]` 579 vext.8 $s0,@X[($i+4)%8],@X[($i+5)%8],#8 @ X[i+9] 582 vadd.i64 @X[$i%8],$s0
|
| A D | aes-neonbs-core.S | 198 veor \s0, \x0, \x2 201 vand \s2, \t3, \s0 202 vorr \t3, \t3, \s0 203 veor \s0, \s0, \t1 206 vand \s3, \s3, \s0 209 veor \s0, \x1, \x0 212 vand \s1, \t1, \s0 213 vorr \t1, \t1, \s0 219 vand \s0, \x7, \x3 224 veor \t3, \t3, \s0 [all …]
|
| /linux/drivers/thermal/ |
| A D | k3_bandgap.c | 91 static unsigned int vtm_get_best_value(unsigned int s0, unsigned int s1, in vtm_get_best_value() argument 94 int d01 = abs(s0 - s1); in vtm_get_best_value() 95 int d02 = abs(s0 - s2); in vtm_get_best_value() 99 return (s0 + s1) / 2; in vtm_get_best_value() 102 return (s0 + s2) / 2; in vtm_get_best_value() 111 unsigned int dtemp, s0, s1, s2; in k3_bgp_read_temp() local 124 s0 = readl(bgp->base + devdata->stat_offset) & in k3_bgp_read_temp() 130 dtemp = vtm_get_best_value(s0, s1, s2); in k3_bgp_read_temp()
|
| /linux/arch/arm64/crypto/ |
| A D | sm3-ce-core.S | 43 .macro round, ab, s0, t0, t1, i 48 sm3tt2\ab v9.4s, v5.4s, \s0\().4s, \i 51 .macro qround, ab, s0, s1, s2, s3, s4 54 ext v6.16b, \s0\().16b, \s1\().16b, #12 56 sm3partw1 \s4\().4s, \s0\().4s, \s3\().4s 59 eor v10.16b, \s0\().16b, \s1\().16b 61 round \ab, \s0, v11, v12, 0 62 round \ab, \s0, v12, v11, 1 63 round \ab, \s0, v11, v12, 2 64 round \ab, \s0, v12, v11, 3
|
| A D | sha2-ce-core.S | 29 .macro add_only, ev, rc, s0 32 add t1.4s, v\s0\().4s, \rc\().4s 36 .ifnb \s0 37 add t0.4s, v\s0\().4s, \rc\().4s 44 .macro add_update, ev, rc, s0, s1, s2, s3 45 sha256su0 v\s0\().4s, v\s1\().4s 47 sha256su1 v\s0\().4s, v\s2\().4s, v\s3\().4s
|
| A D | sha1-ce-core.S | 34 .macro add_only, op, ev, rc, s0, dg1 36 add t1.4s, v\s0\().4s, \rc\().4s 44 .ifnb \s0 45 add t0.4s, v\s0\().4s, \rc\().4s 52 .macro add_update, op, ev, rc, s0, s1, s2, s3, dg1 53 sha1su0 v\s0\().4s, v\s1\().4s, v\s2\().4s 55 sha1su1 v\s0\().4s, v\s3\().4s
|
| A D | aes-neonbs-core.S | 143 eor \s0, \x0, \x2 146 and \s2, \t3, \s0 147 orr \t3, \t3, \s0 148 eor \s0, \s0, \t1 151 and \s3, \s3, \s0 154 eor \s0, \x1, \x0 157 and \s1, \t1, \s0 158 orr \t1, \t1, \s0 164 and \s0, \x7, \x3 169 eor \t3, \t3, \s0 [all …]
|
| /linux/arch/mips/kernel/ |
| A D | relocate_kernel.S | 22 PTR_L s0, kexec_indirection_page 26 PTR_L s2, (s0) 27 PTR_ADDIU s0, s0, SZREG 45 and s0, s2, ~0x2 127 1: LONG_L s0, (t0) 128 bne s0, zero,1b
|
| /linux/arch/x86/crypto/ |
| A D | sm4-aesni-avx-asm_64.S | 189 #define ROUND(round, s0, s1, s2, s3) \ argument 202 vpxor RTMP0, s0, s0; /* s0 ^ x */ \ 208 vpxor RTMP1, s0, s0; /* s0 ^ x ^ rol(x,24) */ \ 211 vpxor RTMP0, s0, s0; \ 213 vpxor RTMP1, s0, s0; 278 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ argument 303 vpxor RTMP0, s0, s0; /* s0 ^ x */ \ 318 vpxor RTMP1, s0, s0; /* s0 ^ x ^ rol(x,24) */ \ 322 vpxor RTMP0, s0, s0; \ 323 vpxor RTMP1, s0, s0; \
|
| A D | sm4-aesni-avx2-asm_64.S | 184 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ argument 215 vpxor RTMP0, s0, s0; /* s0 ^ x */ \ 230 vpxor RTMP1, s0, s0; /* s0 ^ x ^ rol(x,24) */ \ 233 vpxor RTMP0, s0, s0; \ 235 vpxor RTMP1, s0, s0; \
|
| /linux/scripts/selinux/ |
| A D | install_policy.sh | 50 client * user_u:base_r:base_t:s0 51 property * user_u:object_r:base_t:s0 52 extension * user_u:object_r:base_t:s0 53 selection * user_u:object_r:base_t:s0 54 event * user_u:object_r:base_t:s0
|
| /linux/arch/mips/include/asm/mach-loongson64/ |
| A D | kernel-entry-init.h | 87 mfc0 s0, CP0_PRID 88 andi s0, s0, (PRID_IMP_MASK | PRID_REV_MASK) 89 beq s0, (PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3B_R1), 1f 90 beq s0, (PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3B_R2), 1f
|
| /linux/arch/arm/boot/dts/ |
| A D | aspeed-bmc-ampere-mtjade.dts | 163 channels = "s0", "s1"; 172 channels = "s0", "s1"; 181 channels = "s0", "s1"; 190 channels = "s0", "s1"; 199 channels = "s0", "s1"; 208 channels = "s0", "s1"; 217 channels = "s0", "s1"; 226 channels = "s0", "s1"; 235 channels = "s0", "s1"; 244 channels = "s0", "s1"; [all …]
|
| /linux/arch/mips/alchemy/devboards/ |
| A D | db1000.c | 448 int c0, c1, d0, d1, s0, s1, flashsize = 32, twosocks = 1; in db1000_dev_setup() local 457 s0 = AU1500_GPIO1_INT; in db1000_dev_setup() 464 s0 = AU1100_GPIO1_INT; in db1000_dev_setup() 500 s0 = AU1000_GPIO1_INT; in db1000_dev_setup() 506 s0 = AU1500_GPIO202_INT; in db1000_dev_setup() 519 s0 = AU1100_GPIO10_INT; in db1000_dev_setup() 536 irq_set_irq_type(s0, IRQ_TYPE_LEVEL_LOW); in db1000_dev_setup()
|
| /linux/drivers/media/usb/dvb-usb/ |
| A D | vp7045-fe.c | 29 u8 s0 = vp7045_read_reg(state->d,0x00), in vp7045_fe_read_status() local 34 if (s0 & (1 << 4)) in vp7045_fe_read_status() 36 if (s0 & (1 << 1)) in vp7045_fe_read_status() 38 if (s0 & (1 << 5)) in vp7045_fe_read_status()
|
| /linux/net/dccp/ccids/lib/ |
| A D | packet_history.c | 154 u64 s0 = tfrc_rx_hist_loss_prev(h)->tfrchrx_seqno, in __do_track_loss() local 157 if (!dccp_loss_free(s0, s1, n1)) { /* gap between S0 and S1 */ in __do_track_loss() 165 u64 s0 = tfrc_rx_hist_loss_prev(h)->tfrchrx_seqno, in __one_after_loss() local 177 if (dccp_loss_free(s0, s2, n2)) { in __one_after_loss() 202 u64 s0 = tfrc_rx_hist_loss_prev(h)->tfrchrx_seqno, in __two_after_loss() local 227 if (dccp_loss_free(s0, s3, n3)) { in __two_after_loss()
|
| /linux/arch/riscv/include/asm/ |
| A D | ptrace.h | 24 unsigned long s0; member 99 return regs->s0; in frame_pointer() 104 regs->s0 = val; in frame_pointer_set()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| A D | cwsr_trap_handler_gfx10.asm | 448 s_movrels_b64 s0, s0 //s0 = s[0+m0], s1 = s[1+m0] 457 write_16sgpr_to_mem(s0, s_save_buf_rsrc0, s_save_mem_offset) 475 s_movrels_b64 s0, s0 //s0 = s[0+m0], s1 = s[1+m0] 481 write_12sgpr_to_mem(s0, s_save_buf_rsrc0, s_save_mem_offset) 858 read_4sgpr_from_mem(s0, s_restore_buf_rsrc0, s_restore_mem_offset) 864 s_movreld_b64 s0, s0 //s[0+m0] = s0 867 read_8sgpr_from_mem(s0, s_restore_buf_rsrc0, s_restore_mem_offset) 873 s_movreld_b64 s0, s0 //s[0+m0] = s0 879 read_16sgpr_from_mem(s0, s_restore_buf_rsrc0, s_restore_mem_offset) 885 s_movreld_b64 s0, s0 //s[0+m0] = s0
|
| /linux/arch/mips/boot/compressed/ |
| A D | head.S | 20 move s0, a0 39 move a0, s0
|