Home
last modified time | relevance | path

Searched defs:b1 (Results 1 – 17 of 17) sorted by relevance

/arch/s390/net/
Dbpf_jit_comp.c114 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen()
122 #define REG_SET_SEEN(b1) \ argument
127 #define REG_SEEN(b1) jit->seen_reg[reg2hex[(b1)]] argument
140 #define EMIT2(op, b1, b2) \ argument
154 #define EMIT4(op, b1, b2) \ argument
161 #define EMIT4_RRF(op, b1, b2, b3) \ argument
175 #define EMIT4_DISP(op, b1, b2, disp) \ argument
183 #define EMIT4_IMM(op, b1, imm) \ argument
219 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument
228 #define EMIT6_PCREL_LABEL(op1, op2, b1, b2, label, mask) \ argument
[all …]
/arch/x86/net/
Dbpf_jit_comp.c45 #define EMIT1(b1) EMIT(b1, 1) argument
46 #define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2) argument
47 #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
49 #define EMIT1_off32(b1, off) \ argument
51 #define EMIT2_off32(b1, b2, off) \ argument
53 #define EMIT3_off32(b1, b2, b3, off) \ argument
55 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
372 u8 b1 = 0, b2 = 0, b3 = 0; in do_jit() local
/arch/x86/crypto/
Dcast5-avx-x86_64-asm_64.S139 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
149 #define F1_2(a1, b1, a2, b2) \ argument
151 #define F2_2(a1, b1, a2, b2) \ argument
153 #define F3_2(a1, b1, a2, b2) \ argument
156 #define subround(a1, b1, a2, b2, f) \ argument
Dcast6-avx-x86_64-asm_64.S139 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
149 #define F1_2(a1, b1, a2, b2) \ argument
151 #define F2_2(a1, b1, a2, b2) \ argument
153 #define F3_2(a1, b1, a2, b2) \ argument
Dcamellia-aesni-avx-asm_64.S432 #define byteslice_16x16b(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, a3, \ argument
Dcamellia-aesni-avx2-asm_64.S471 #define byteslice_16x16b_fast(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, \ argument
/arch/blackfin/include/asm/
Dcontext.S253 b1 = [sp++]; define
323 b1 = [sp++]; define
/arch/ia64/kernel/
Dpatch.c46 u64 m0, m1, v0, v1, b0, b1, *b = (u64 *) (insn_addr & -16); in ia64_patch() local
Dmodule.c245 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[1]; in plt_target() local
294 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[0]; in plt_target() local
/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c638 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in add128()
649 sub128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in sub128()
658 bits64 b0, b1; in estimateDiv128To64() local
/arch/alpha/include/asm/
Dbitops.h444 unsigned long b0, b1, ofs, tmp; in sched_find_first_bit() local
/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
/arch/blackfin/include/uapi/asm/
Dptrace.h55 long b1; member
/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
/arch/ia64/include/uapi/asm/
Dptrace.h192 unsigned long b1; member
/arch/ia64/include/asm/
Dpal.h458 b1 : 1, /* Preserved bank one member
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h2223 #define MUX(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) \ argument