Searched defs:bpf_reg (Results 1 – 4 of 4) sorted by relevance
62 static u8 bpf_to_hppa_reg(int bpf_reg, struct hppa_jit_context *ctx) in bpf_to_hppa_reg()
70 static u8 bpf_to_rv_reg(int bpf_reg, struct rv_jit_context *ctx) in bpf_to_rv_reg()
677 static void emit_indirect_jump(u8 **pprog, int bpf_reg, u8 *ip) in emit_indirect_jump()
2366 u32 mask_for_used_regs(u8 bpf_reg, bool is_call) in mask_for_used_regs()