Searched refs:bpf_reg (Results 1 – 2 of 2) 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()
62 static u8 bpf_to_rv_reg(int bpf_reg, struct rv_jit_context *ctx) in bpf_to_rv_reg() argument64 u8 reg = regmap[bpf_reg]; in bpf_to_rv_reg()