/kernel/linux/linux-5.10/lib/842/ |
H A D | 842_decompress.c | 23 { D4, D2, I2, N0 }, 24 { D4, I2, D2, N0 }, 25 { D4, I2, I2, N0 }, 27 { D2, I2, D4, N0 }, 28 { D2, I2, D2, I2 }, 29 { D2, I2, I2, D2 }, 30 { D2, I2, I [all...] |
H A D | 842_compress.c | 41 { I4, I2, I2, N0, 0x17 }, /* 25 */ 42 { I2, I2, I4, N0, 0x13 }, /* 25 */ 43 { I2, I2, I2, I2, 0x12 }, /* 32 */ 44 { I4, I2, D2, N0, 0x16 }, /* 33 */ 45 { I4, D2, I2, N [all...] |
H A D | 842.h | 31 * "Index" actions, indicated in the table by I2, I4, and I8, mean the 36 * The number of bits for each index's arg are: 8 bits for I2, 9 bits for I4, 38 * this means that I2 can reference 512 bytes ((2^8 bits = 256) * 2 bytes), I4 41 * each of I2, I4, and I8 that are updated for each byte written to the output 45 * bytes written to the output buffer, an I2 index of 0 would index to byte 256 46 * in the output buffer, while an I2 index of 16 would index to byte 16 in the 122 #define I2 (OP_ACTION_INDEX | OP_AMOUNT_2) macro
|
/kernel/linux/linux-6.6/lib/842/ |
H A D | 842_decompress.c | 23 { D4, D2, I2, N0 }, 24 { D4, I2, D2, N0 }, 25 { D4, I2, I2, N0 }, 27 { D2, I2, D4, N0 }, 28 { D2, I2, D2, I2 }, 29 { D2, I2, I2, D2 }, 30 { D2, I2, I [all...] |
H A D | 842_compress.c | 41 { I4, I2, I2, N0, 0x17 }, /* 25 */ 42 { I2, I2, I4, N0, 0x13 }, /* 25 */ 43 { I2, I2, I2, I2, 0x12 }, /* 32 */ 44 { I4, I2, D2, N0, 0x16 }, /* 33 */ 45 { I4, D2, I2, N [all...] |
H A D | 842.h | 31 * "Index" actions, indicated in the table by I2, I4, and I8, mean the 36 * The number of bits for each index's arg are: 8 bits for I2, 9 bits for I4, 38 * this means that I2 can reference 512 bytes ((2^8 bits = 256) * 2 bytes), I4 41 * each of I2, I4, and I8 that are updated for each byte written to the output 45 * bytes written to the output buffer, an I2 index of 0 would index to byte 256 46 * in the output buffer, while an I2 index of 16 would index to byte 16 in the 122 #define I2 (OP_ACTION_INDEX | OP_AMOUNT_2) macro
|
/kernel/linux/linux-5.10/arch/sparc/crypto/ |
H A D | aes_asm.S | 13 #define ENCRYPT_TWO_ROUNDS_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ 16 AES_EROUND01(KEY_BASE + 0, I2, I3, T2) \ 17 AES_EROUND23(KEY_BASE + 2, I2, I3, T3) \ 20 AES_EROUND01(KEY_BASE + 4, T2, T3, I2) \ 29 #define ENCRYPT_TWO_ROUNDS_LAST_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ 32 AES_EROUND01(KEY_BASE + 0, I2, I3, T2) \ 33 AES_EROUND23(KEY_BASE + 2, I2, I3, T3) \ 36 AES_EROUND01_L(KEY_BASE + 4, T2, T3, I2) \ 47 #define ENCRYPT_128_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ 48 ENCRYPT_TWO_ROUNDS_2(KEY_BASE + 0, I0, I1, I2, I [all...] |
/kernel/linux/linux-6.6/arch/sparc/crypto/ |
H A D | aes_asm.S | 13 #define ENCRYPT_TWO_ROUNDS_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ 16 AES_EROUND01(KEY_BASE + 0, I2, I3, T2) \ 17 AES_EROUND23(KEY_BASE + 2, I2, I3, T3) \ 20 AES_EROUND01(KEY_BASE + 4, T2, T3, I2) \ 29 #define ENCRYPT_TWO_ROUNDS_LAST_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ 32 AES_EROUND01(KEY_BASE + 0, I2, I3, T2) \ 33 AES_EROUND23(KEY_BASE + 2, I2, I3, T3) \ 36 AES_EROUND01_L(KEY_BASE + 4, T2, T3, I2) \ 47 #define ENCRYPT_128_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ 48 ENCRYPT_TWO_ROUNDS_2(KEY_BASE + 0, I0, I1, I2, I [all...] |
/kernel/linux/linux-5.10/arch/sparc/net/ |
H A D | bpf_jit_64.h | 30 #define I2 0x1a macro
|
H A D | bpf_jit_comp_64.c | 833 emit_reg_move(I2, O2, ctx); in build_prologue()
|
/kernel/linux/linux-6.6/arch/sparc/net/ |
H A D | bpf_jit_64.h | 30 #define I2 0x1a macro
|
H A D | bpf_jit_comp_64.c | 833 emit_reg_move(I2, O2, ctx); in build_prologue()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_step.h | 61 func(I2) \
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/tests/ |
H A D | ni_routes_test.c | 64 /* I1 and I2 should not call O(...). Mostly here to shut checkpatch.pl up */ 69 #define I2(x1, x2) \ macro 108 {.dest = TRIGGER_LINE(4), .src = I2(brd0_src0, 115 #undef I2 macro
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/tests/ |
H A D | ni_routes_test.c | 63 /* I1 and I2 should not call O(...). Mostly here to shut checkpatch.pl up */ 68 #define I2(x1, x2) \ macro 107 {.dest = TRIGGER_LINE(4), .src = I2(brd0_src0, 114 #undef I2 macro
|
/kernel/linux/linux-5.10/lib/ |
H A D | locking-selftest.c | 1343 #define I2(x) \ macro 1362 I2(A); I2(B); I2(C); I2(D); in reset_locks()
|
/kernel/linux/linux-6.6/lib/ |
H A D | locking-selftest.c | 1387 #define I2(x) \ macro 1410 I2(A); I2(B); I2(C); I2(D); in reset_locks()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/tools/ |
H A D | convert_csv_to_c.py | 70 I2 = '\t'*(indent+2), 99 lines.append('{I1}{{\n{I2}.{keyname} = {D0_sig},\n' 100 '{I2}.{valname} = (int[]){{' 107 lines.append('{I2}}}\n{I1}}},'.format(**indents)) 109 lines.append('{I1}{{ /* Termination of list */\n{I2}.{keyname} = 0,\n{I1}}},'
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_csv_to_c.py | 69 I2 = '\t'*(indent+2), 98 lines.append('{I1}{{\n{I2}.{keyname} = {D0_sig},\n' 99 '{I2}.{valname} = (int[]){{' 106 lines.append('{I2}}}\n{I1}}},'.format(**indents)) 108 lines.append('{I1}{{ /* Termination of list */\n{I2}.{keyname} = 0,\n{I1}}},'
|
/kernel/linux/linux-5.10/include/math-emu/ |
H A D | op-4.h | 512 #define __FP_FRAC_SET_4(X,I3,I2,I1,I0) \ 513 (X##_f[3] = I3, X##_f[2] = I2, X##_f[1] = I1, X##_f[0] = I0)
|
/kernel/linux/linux-6.6/include/math-emu/ |
H A D | op-4.h | 512 #define __FP_FRAC_SET_4(X,I3,I2,I1,I0) \ 513 (X##_f[3] = I3, X##_f[2] = I2, X##_f[1] = I1, X##_f[0] = I0)
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | mipsregs.h | 1328 #define _ASM_MACRO_1R1I(OP, R1, I2, ENC) \ 1329 __asm__(".macro " #OP " " #R1 ", " #I2 "\n\t" \
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | mipsregs.h | 1311 #define _ASM_MACRO_1R1I(OP, R1, I2, ENC) \ 1312 ".macro " #OP " " #R1 ", " #I2 "\n\t" \
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | ptrace_64.c | 71 REG_OFFSET_NAME("i2", I2),
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | ptrace_64.c | 70 REG_OFFSET_NAME("i2", I2),
|