Searched refs:bpf_reg (Results 1 – 3 of 3) sorted by relevance
62 static u8 bpf_to_hppa_reg(int bpf_reg, struct hppa_jit_context *ctx) in bpf_to_hppa_reg() argument64 u8 reg = regmap[bpf_reg]; in bpf_to_hppa_reg()
668 static void emit_indirect_jump(u8 **pprog, int bpf_reg, u8 *ip) in emit_indirect_jump() argument671 int reg = reg2hex[bpf_reg]; in emit_indirect_jump()672 bool ereg = is_ereg(bpf_reg); in emit_indirect_jump()
70 static u8 bpf_to_rv_reg(int bpf_reg, struct rv_jit_context *ctx) in bpf_to_rv_reg() argument72 u8 reg = regmap[bpf_reg]; in bpf_to_rv_reg()