Searched defs:paoff (Results 1 – 2 of 2) sorted by relevance
/linux/arch/parisc/net/ |
H A D | bpf_jit_comp32.c | 401 static void emit_jump(s32 paoff, bool force_far, in emit_jump() 699 static int emit_branch_r64(const s8 *src1, const s8 *src2, s32 paoff, in emit_branch_r64() 789 static int emit_bcc(u8 op, u8 rd, u8 rs, int paoff, struct hppa_jit_context *ctx) in emit_bcc() 866 static int emit_branch_r32(const s8 *src1, const s8 *src2, s32 paoff, in emit_branch_r32() 1121 int s, e, paoff, i = insn - ctx->prog->insnsi; in bpf_jit_emit_insn() local
|
H A D | bpf_jit_comp64.c | 181 static int emit_jump(signed long paoff, bool force_far, in emit_jump() 248 static int emit_branch(u8 op, u8 rd, u8 rs, signed long paoff, in emit_branch() 598 s64 paoff; in bpf_jit_emit_insn() local
|