Home
last modified time | relevance | path

Searched refs:REG_SET_SEEN (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/net/
H A Dbpf_jit_comp.c130 #define REG_SET_SEEN(b1) \ macro
149 REG_SET_SEEN(b1); \
150 REG_SET_SEEN(b2); \
163 REG_SET_SEEN(b1); \
164 REG_SET_SEEN(b2); \
170 REG_SET_SEEN(b1); \
171 REG_SET_SEEN(b2); \
172 REG_SET_SEEN(b3); \
185 REG_SET_SEEN(b1); \
186 REG_SET_SEEN(b2); \
[all …]
/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c122 REG_SET_SEEN(ctx, rd); in emit_hppa_copy()
125 REG_SET_SEEN(ctx, rs); in emit_hppa_copy()
131 REG_SET_SEEN(ctx, r1); in emit_hppa_xor()
132 REG_SET_SEEN(ctx, r2); in emit_hppa_xor()
133 REG_SET_SEEN(ctx, r3); in emit_hppa_xor()
145 REG_SET_SEEN(ctx, rd); in emit_imm()
159 REG_SET_SEEN(ctx, lo(rd)); in emit_imm32()
163 REG_SET_SEEN(ctx, hi(rd)); in emit_imm32()
232 REG_SET_SEEN(ctx, hi(reg)); in bpf_get_reg64_offset()
233 REG_SET_SEEN(ctx, lo(reg)); in bpf_get_reg64_offset()
[all …]
H A Dbpf_jit_comp64.c66 REG_SET_SEEN(ctx, reg); in bpf_to_hppa_reg()
72 REG_SET_SEEN(ctx, rd); in emit_hppa_copy()
75 REG_SET_SEEN(ctx, rs); in emit_hppa_copy()
139 REG_SET_SEEN(ctx, rd); in emit_imm32()
520 REG_SET_SEEN(ctx, HPPA_REG_TCC_SAVED); in emit_call_libgcc_ll()
H A Dbpf_jit.h77 #define REG_SET_SEEN(ctx, nr) { if (ctx->reg_seen_collect) ctx->reg_seen |= BIT(nr); } macro