Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 25 of 36) sorted by relevance

12

/arch/x86/net/
Dbpf_jit_comp.c47 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
48 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
53 #define EMIT3_off32(b1, b2, b3, off) \ argument
54 do {EMIT3(b1, b2, b3); EMIT(off, 4); } while (0)
55 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
56 do {EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0)
372 u8 b1 = 0, b2 = 0, b3 = 0; in do_jit() local
443 case BPF_ADD: b3 = 0xC0; break; in do_jit()
444 case BPF_SUB: b3 = 0xE8; break; in do_jit()
445 case BPF_AND: b3 = 0xE0; break; in do_jit()
[all …]
/arch/arm/include/asm/
Dxor.h35 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
37 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
59 register unsigned int b3 __asm__("ip"); in xor_arm4regs_2()
80 register unsigned int b3 __asm__("ip"); in xor_arm4regs_3()
/arch/blackfin/include/asm/
Dcontext.S45 [--sp] = b3;
117 [--sp] = b3;
176 [--sp] = b3;
251 b3 = [sp++]; define
321 b3 = [sp++]; define
Ddpmc.h94 [--sp] = b3;
148 b3 = [sp++];
/arch/c6x/kernel/
Dsignal.c47 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in restore_sigcontext()
112 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in setup_sigcontext()
194 regs->b3 = (unsigned long) retcode; in setup_rt_frame()
Dasm-offsets.c69 OFFSET(REGS_B3, pt_regs, b3); in foo()
/arch/blackfin/include/uapi/asm/
Dptrace.h53 long b3; member
/arch/powerpc/crypto/
Daes-tab-4k.S50 .long R(41, ad, ad, ec), R(b3, d4, d4, 67)
75 .long R(b7, d6, d6, 61), R(7d, b3, b3, ce)
151 .long R(2b, 98, 98, b3), R(22, 11, 11, 33)
245 .long R(2b, b3, 16, 6c), R(a9, 70, b9, 99)
258 .long R(6f, d5, 2d, a9), R(cf, 25, 12, b3)
279 .long R(b3, 67, 1d, 5a), R(92, db, d2, 52)
293 .long R(39, a8, 01, 71), R(08, 0c, b3, de)
/arch/c6x/lib/
Dstrasgi_64plus.S37 ret .s2 b3
Dstrasgi.S76 || ret .s2 b3
/arch/ia64/include/uapi/asm/
Dptrace.h194 unsigned long b3; member
/arch/blackfin/kernel/
Dsignal.c68 RESTORE(b0); RESTORE(b1); RESTORE(b2); RESTORE(b3); in rt_restore_sigcontext()
129 SETUP(b0); SETUP(b1); SETUP(b2); SETUP(b3); in rt_setup_sigcontext()
Dkgdb.c43 gdb_regs[BFIN_B3] = regs->b3; in pt_regs_to_gdb_regs()
119 regs->b3 = gdb_regs[BFIN_B3]; in gdb_regs_to_pt_regs()
Dasm-offsets.c88 DEFINE(PT_B3, offsetof(struct pt_regs, b3)); in main()
/arch/arm/vdso/
DMakefile67 last=`echo $$buildid | cut -b3-`; \
/arch/s390/net/
Dbpf_jit_comp.c161 #define EMIT4_RRF(op, b1, b2, b3) \ argument
163 _EMIT4(op | reg_high(b3) << 8 | reg(b1, b2)); \
166 REG_SET_SEEN(b3); \
219 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument
222 reg_high(b3) << 8, op2, disp); \
225 REG_SET_SEEN(b3); \
/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S73 # r1 = {b7 b6 b5 b4 b3 b2 b1 b0}
85 # r3 = {h3 g3 f3 e3 d3 c3 b3 a3}
95 vshufps $0xEE, \r1, \r0, \r0 # r0 = {b7 b6 a7 a6 b3 b2 a3 a2}
100 vshufps $0xDD, \r2, \r0, \r0 # r0 = {d7 c7 b7 a7 d3 c3 b3 a3}
/arch/c6x/include/uapi/asm/
Dptrace.h134 REG_PAIR(b3, b2);
/arch/ia64/kernel/
Dentry.h57 .spillsp b2,SW(B2)+16+(off); .spillsp b3,SW(B3)+16+(off); \
/arch/x86/kernel/
Duprobes.c59 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
60 (((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) | \
/arch/blackfin/mach-common/
Dinterrupt.S59 [--sp] = b3;
/arch/arm/boot/dts/
Dkirkwood-b3.dts25 compatible = "excito,b3", "marvell,kirkwood-88f6281", "marvell,kirkwood";
/arch/x86/entry/vdso/
DMakefile179 last=`echo $$buildid | cut -b3-`; \
/arch/x86/crypto/
Dcamellia-aesni-avx-asm_64.S433 b3, c3, d3, st0, st1) \ argument
437 transpose_4x4(b0, b1, b2, b3, d2, d3); \
453 vpshufb a0, b3, b3; \
476 transpose_4x4(a3, b3, c3, d3, b0, b1); \
/arch/x86/kernel/kprobes/
Dcore.c72 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
73 (((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) | \

12