Searched refs:REG_SET_SEEN (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/parisc/net/ |
| H A D | bpf_jit_comp32.c | 122 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 D | bpf_jit_comp64.c | 66 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 D | bpf_jit.h | 77 #define REG_SET_SEEN(ctx, nr) { if (ctx->reg_seen_collect) ctx->reg_seen |= BIT(nr); } macro
|