Home
last modified time | relevance | path

Searched refs:b3 (Results 1 - 25 of 100) sorted by relevance

1234

/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsm4-ce-asm.h57 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \
61 sm4e b3.4s, v24.4s; \
65 sm4e b3.4s, v25.4s; \
69 sm4e b3.4s, v26.4s; \
73 sm4e b3.4s, v27.4s; \
77 sm4e b3.4s, v28.4s; \
81 sm4e b3.4s, v29.4s; \
85 sm4e b3.4s, v30.4s; \
89 sm4e b3.4s, v31.4s; \
93 rev64 b3
[all...]
H A Daes-neonbs-core.S26 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
29 eor \b3, \b3, \b0
32 eor \b6, \b6, \b3
33 eor \b3, \b3, \b7
35 eor \b3, \b3, \b4
38 eor \b3, \b3, \b
[all...]
H A Dsm4-neon-core.S131 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \
137 ROUND4(0, b0, b1, b2, b3); \
138 ROUND4(1, b1, b2, b3, b0); \
139 ROUND4(2, b2, b3, b0, b1); \
140 ROUND4(3, b3, b0, b1, b2); \
147 rev32 b3.16b, b3.16b; \
149 rotate_clockwise_4x4(b0, b1, b2, b3); \
154 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \
158 rev32 b3
[all...]
/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c782 char b1[20], b2[20], b3[20], b4[20]; in totals() local
959 store_size(b3, total_waste * 100 / total_used); in totals()
960 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals()
963 store_size(b3, total_partobj * 100 / total_objects); in totals()
964 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals()
973 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
975 b1, b2, b3, b4); in totals()
978 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
980 b1, b2, b3, b4); in totals()
983 store_size(b3, max_partia in totals()
[all...]
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c806 char b1[20], b2[20], b3[20], b4[20]; in totals() local
983 store_size(b3, total_waste * 100 / total_used); in totals()
984 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals()
987 store_size(b3, total_partobj * 100 / total_objects); in totals()
988 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals()
997 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
999 b1, b2, b3, b4); in totals()
1002 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
1004 b1, b2, b3, b4); in totals()
1007 store_size(b3, max_partia in totals()
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Dfore200e.h72 #define BITFIELD3(b1, b2, b3) b1; b2; b3;
73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4;
74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5;
75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6;
78 #define BITFIELD3(b1, b2, b3) b3; b
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Dfore200e.h72 #define BITFIELD3(b1, b2, b3) b1; b2; b3;
73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4;
74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5;
75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6;
78 #define BITFIELD3(b1, b2, b3) b3; b
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-neonbs-core.S80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
83 veor \b3, \b3, \b0
86 veor \b6, \b6, \b3
87 veor \b3, \b3, \b7
89 veor \b3, \b3, \b4
92 veor \b3, \b3, \b
[all...]
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-neonbs-core.S25 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
28 eor \b3, \b3, \b0
31 eor \b6, \b6, \b3
32 eor \b3, \b3, \b7
34 eor \b3, \b3, \b4
37 eor \b3, \b3, \b
[all...]
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-neonbs-core.S80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
83 veor \b3, \b3, \b0
86 veor \b6, \b6, \b3
87 veor \b3, \b3, \b7
89 veor \b3, \b3, \b4
92 veor \b3, \b3, \b
[all...]
/kernel/linux/linux-5.10/arch/x86/net/
H A Dbpf_jit_comp.c37 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3)
38 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4)
44 #define EMIT3_off32(b1, b2, b3, off) \
45 do { EMIT3(b1, b2, b3); EMIT(off, 4); } while (0)
46 #define EMIT4_off32(b1, b2, b3, b4, off) \
47 do { EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0)
599 u8 b1, b2, b3; in emit_mov_imm32() local
610 b3 in emit_mov_imm32()
816 u8 b2 = 0, b3 = 0; do_jit() local
[all...]
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dxor.h32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
56 register unsigned int b3 __asm__("ip"); in xor_arm4regs_2()
77 register unsigned int b3 __asm__("ip"); in xor_arm4regs_3()
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dxor.h32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
57 register unsigned int b3 __asm__("ip"); in xor_arm4regs_2()
79 register unsigned int b3 __asm__("ip"); in xor_arm4regs_3()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dmdfld_dsi_pkg_sender.c251 u8 b1, b2, b3, b4; in send_long_pkg() local
271 b3 = *p++; in send_long_pkg()
274 REG_WRITE(data_reg, b4 << 24 | b3 << 16 | b2 << 8 | b1); in send_long_pkg()
279 b1 = 0; b2 = 0; b3 = 0; in send_long_pkg()
285 b3 = *p++; in send_long_pkg()
296 REG_WRITE(data_reg, b3 << 16 | b2 << 8 | b1); in send_long_pkg()
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c38 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3)
39 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4)
45 #define EMIT3_off32(b1, b2, b3, off) \
46 do { EMIT3(b1, b2, b3); EMIT(off, 4); } while (0)
47 #define EMIT4_off32(b1, b2, b3, b4, off) \
48 do { EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0)
628 u8 b1, b2, b3; in emit_mov_imm32() local
638 b3 in emit_mov_imm32()
1062 u8 b2 = 0, b3 = 0; do_jit() local
[all...]
/kernel/linux/linux-5.10/drivers/video/console/
H A Dnewport_con.c183 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset()
186 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset()
255 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions()
262 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions()
270 xmap9_rev = npregs->set.dcbdata0.bybytes.b3 & 7; in newport_get_revisions()
274 npregs->set.dcbdata0.bybytes.b3 = BT445_REVISION_REG; in newport_get_revisions()
277 bt445_rev = (npregs->set.dcbdata0.bybytes.b3 >> 4) - 0x0a; in newport_get_revisions()
/kernel/linux/linux-6.6/drivers/video/console/
H A Dnewport_con.c183 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset()
186 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset()
255 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions()
262 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions()
270 xmap9_rev = npregs->set.dcbdata0.bybytes.b3 & 7; in newport_get_revisions()
274 npregs->set.dcbdata0.bybytes.b3 = BT445_REVISION_REG; in newport_get_revisions()
277 bt445_rev = (npregs->set.dcbdata0.bybytes.b3 >> 4) - 0x0a; in newport_get_revisions()
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dsignal.c45 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in restore_sigcontext()
110 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in setup_sigcontext()
192 regs->b3 = (unsigned long) retcode; in setup_rt_frame()
/kernel/linux/linux-5.10/arch/powerpc/crypto/
H A Daes-tab-4k.S45 .long R(41, ad, ad, ec), R(b3, d4, d4, 67)
70 .long R(b7, d6, d6, 61), R(7d, b3, b3, ce)
146 .long R(2b, 98, 98, b3), R(22, 11, 11, 33)
240 .long R(2b, b3, 16, 6c), R(a9, 70, b9, 99)
253 .long R(6f, d5, 2d, a9), R(cf, 25, 12, b3)
274 .long R(b3, 67, 1d, 5a), R(92, db, d2, 52)
288 .long R(39, a8, 01, 71), R(08, 0c, b3, de)
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Daes-tab-4k.S45 .long R(41, ad, ad, ec), R(b3, d4, d4, 67)
70 .long R(b7, d6, d6, 61), R(7d, b3, b3, ce)
146 .long R(2b, 98, 98, b3), R(22, 11, 11, 33)
240 .long R(2b, b3, 16, 6c), R(a9, 70, b9, 99)
253 .long R(6f, d5, 2d, a9), R(cf, 25, 12, b3)
274 .long R(b3, 67, 1d, 5a), R(92, db, d2, 52)
288 .long R(39, a8, 01, 71), R(08, 0c, b3, de)
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dptrace.h195 unsigned long b3; member
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H A Dptrace.h195 unsigned long b3; member
/kernel/linux/linux-5.10/include/linux/
H A Dsignal.h132 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \
137 b3 = b->sig[3]; b2 = b->sig[2]; \
138 r->sig[3] = op(a3, b3); \
/kernel/linux/linux-5.10/include/video/
H A Dnewport.h28 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member
400 regs->set.dcbdata0.bybytes.b3 = vc2ireg; in newport_vc2_get()
557 while ((rex->set.dcbdata0.bybytes.b3 & 3) != XM9_FIFO_EMPTY) in xmap9FIFOWait()
/kernel/linux/linux-6.6/include/linux/
H A Dsignal.h133 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \
138 b3 = b->sig[3]; b2 = b->sig[2]; \
139 r->sig[3] = op(a3, b3); \

Completed in 21 milliseconds

1234