Home
last modified time | relevance | path

Searched refs:i4 (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/arch/arm64/crypto/
H A Daes-ce.S57 .macro do_enc_Nx, de, mc, k, i0, i1, i2, i3, i4 argument
68 .ifnb \i4
69 aes\de \i4\().16b, \k\().16b
70 aes\mc \i4\().16b, \i4\().16b
77 .macro round_Nx, enc, k, i0, i1, i2, i3, i4 argument
79 do_enc_Nx e, mc, \k, \i0, \i1, \i2, \i3, \i4
81 do_enc_Nx d, imc, \k, \i0, \i1, \i2, \i3, \i4
86 .macro fin_round_Nx, de, k, k2, i0, i1, i2, i3, i4 argument
93 .ifnb \i4
94 aes\de \i4\().16b, \k\().16b
[all …]
H A Dsha512-ce-core.S83 .macro dround, i0, i1, i2, i3, i4, rc0, rc1, in0, in1, in2, in3, in4
100 add v\i4\().2d, v\i1\().2d, v\i3\().2d
/openbmc/linux/arch/sparc/lib/
H A Dxor.S277 ldda [%i4] %asi, %f16
290 add %i4, 64, %i4
321 ldda [%i4] %asi, %f16
368 ldda [%i1 + 0x10] %asi, %i4 /* %i4/%i5 = src + 0x10 */
381 xor %o2, %i4, %o2
416 ldda [%i1 + 0x10] %asi, %i4 /* %i4/%i5 = src1 + 0x10 */
430 xor %l0, %i4, %l0
436 ldda [%i1 + 0x30] %asi, %i4 /* %i4/%i5 = src1 + 0x30 */
448 xor %l0, %i4, %l0
471 prefetch [%i4], #one_read
[all …]
H A DNGmemcpy.S130 add %i2, %i4, %i0
133 sub %i4, 8, %i4
135 add %i2, %i4, %i0
161 add %i2, %i4, %i0
206 andcc %o0, (64 - 1), %i4
208 sub %i4, 64, %i4
209 sub %g0, %i4, %i4 ! bytes to align dst
210 sub %i2, %i4, %i2
211 1: subcc %i4, 1, %i4
233 andcc %i1, (16 - 1), %i4
[all …]
H A Dmemcpy.S336 ld [%i1 + 4], %i4
340 ld [%i1], %i4
369 ld [%i1 + 4], %i4
377 srl %i4, %l0, %g5
382 sll %i4, %g4, %g2
/openbmc/qemu/tests/tcg/s390x/
H A Drxsbg.c10 rxsbg(unsigned long *r1, unsigned long r2, int i3, int i4, int i5, int *cc) in rxsbg() argument
15 : [r2] "r" (r2) , [i3] "i" (i3) , [i4] "i" (i4) , [i5] "i" (i5) in rxsbg()
/openbmc/linux/net/netfilter/
H A Dxt_CHECKSUM.c38 const struct ipt_ip *i4 = par->entryinfo; in checksum_tg_check() local
50 if (i4->proto == IPPROTO_UDP && in checksum_tg_check()
51 (i4->invflags & XT_INV_PROTO) == 0) in checksum_tg_check()
/openbmc/linux/arch/sparc/include/asm/
H A Dwinmacro.h23 std %i4, [%reg + RW_I4]; \
34 ldd [%reg + RW_I4], %i4; \
41 ldd [%base_reg + STACKFRAME_SZ + PT_I4], %i4; \
68 std %i4, [%base_reg + STACKFRAME_SZ + PT_I4]; \
H A Dttable.h264 stx %i4, [%sp + STACK_BIAS + 0x60]; \
285 stx %i4, [%sp + STACK_BIAS + 0x60]; \
318 stxa %i4, [%g1 + %g0] ASI; \
343 stxa %i4, [%sp + STACK_BIAS + 0x60] %asi; \
377 stx %i4, [%g3 + TI_REG_WINDOW + 0x60]; \
414 stwa %i4, [%g1 + %g0] ASI; \
442 stwa %i4, [%sp + 0x30] %asi; \
476 stw %i4, [%g3 + TI_REG_WINDOW + 0x30]; \
520 ldx [%sp + STACK_BIAS + 0x60], %i4; \
544 ldx [%sp + STACK_BIAS + 0x60], %i4; \
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dsyscalls.S165 ldx [%sp + PTREGS_OFF + PT_V9_I4], %i4
175 srl %i4, 0, %o4
195 ldx [%sp + PTREGS_OFF + PT_V9_I4], %i4
209 mov %i4, %o4
221 srl %i4, 0, %o4 ! IEU1
251 mov %i4, %o4 ! IEU0 Group
H A Dwinfixup.S68 stx %i4, [%g3 + TI_REG_WINDOW + 0x60]
85 stw %i4, [%g3 + TI_REG_WINDOW + 0x30]
H A Detrap_64.S187 stx %i4, [%sp + PTREGS_OFF + PT_V9_I4]
H A Dentry.S932 ld [%sp + STACKFRAME_SZ + PT_I4], %i4
945 mov %i4, %o4
995 mov %i4, %o4
H A Drtrap_64.S216 ldx [%sp + PTREGS_OFF + PT_V9_I4], %i4
/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c143 int i0, i4, i8, ic, t0, t1, t2, t3; in pac_mult() local
146 i4 = extract64(i, b + 4 * 4, 4); in pac_mult()
150 t0 = rot_cell(i8, 1) ^ rot_cell(i4, 2) ^ rot_cell(i0, 1); in pac_mult()
151 t1 = rot_cell(ic, 1) ^ rot_cell(i4, 1) ^ rot_cell(i0, 2); in pac_mult()
153 t3 = rot_cell(ic, 1) ^ rot_cell(i8, 2) ^ rot_cell(i4, 1); in pac_mult()
/openbmc/qemu/util/
H A Dqemu-sockets.c50 struct sockaddr_in *i4; in inet_getport() local
58 i4 = (void*)e->ai_addr; in inet_getport()
59 return ntohs(i4->sin_port); in inet_getport()
67 struct sockaddr_in *i4; in inet_setport() local
76 i4 = (void*)e->ai_addr; in inet_setport()
77 i4->sin_port = htons(port); in inet_setport()
/openbmc/linux/drivers/char/hw_random/
H A Dn2-asm.S37 stx %o3, [%i4]
/openbmc/qemu/scripts/
H A Ddecodetree.py1630 i4 = str_indent(4)
1633 output(i4, 'union {\n')
1636 output(i4, i4, f.struct_name(), ' f_', f.name, ';\n')
1637 output(i4, '} u;\n\n')
1640 output(i4, 'return false;\n')
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst306 用于打印IPv4点分隔的十进制地址。 ``I4`` 和 ``i4`` 占位符的结果是打印的地址
307 有(i4)或没有(I4)前导零。
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc2077 const uint8_t i4 = get_field(s, i4) &
2094 get_field(s, v3), i4, &g[es]);
2226 const uint8_t i4 = get_field(s, i4);
2227 const int right_shift = 64 - (i4 & 7) * mul;
2230 if (i4 & ~mask) {
2239 if ((i4 & 8) == 0) {
2259 const uint8_t i4 = get_field(s, i4);
2262 if (i4 & ~7) {
2275 tcg_gen_extract2_i64(t0, t1, t0, i4);
2276 tcg_gen_extract2_i64(t1, t2, t1, i4);
H A Dtranslate.c1627 disas_jdest(s, i4, is_imm, imm, o->out); in op_cj()
3590 int i4 = get_field(s, i4); in op_risbg() local
3592 int do_zero = i4 & 0x80; in op_risbg()
3601 i4 &= 63; in op_risbg()
3606 i4 &= 31; in op_risbg()
3611 i4 = (i4 & 31) + 32; in op_risbg()
3619 if (i3 <= i4) { in op_risbg()
3621 mask = (-1ull >> i3) & (-1ull << (63 - i4)); in op_risbg()
3624 mask = (-1ull >> i3) | (-1ull << (63 - i4)); in op_risbg()
3636 len = i4 - i3 + 1; in op_risbg()
[all …]
/openbmc/linux/lib/crypto/
H A Dcurve25519-hacl64.c607 u64 i0, i1, i2, i3, i4, output0, output1, output2, output3, output4; in format_fexpand() local
612 i4 = get_unaligned_le64(x0); in format_fexpand()
617 output4 = i4 >> 12 & 0x7ffffffffffffLLU; in format_fexpand()
/openbmc/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h1119 u32 i4; member
/openbmc/linux/Documentation/core-api/
H A Dprintk-formats.rst331 For printing IPv4 dot-separated decimal addresses. The ``I4`` and ``i4``
332 specifiers result in a printed address with (i4) or without (I4) leading
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A DCVE-2024-38535_pre.patch194 i4,

12