Lines Matching refs:regmap
20 static const int regmap[] = { variable
64 u8 reg = regmap[bpf_reg]; in bpf_to_hppa_reg()
230 emit_hppa64_sext32(regmap[BPF_REG_0], HPPA_REG_RET0, ctx); in __build_epilogue()
350 const s8 arr_reg = regmap[BPF_REG_2]; in emit_bpf_tail_call()
351 const s8 idx_reg = regmap[BPF_REG_3]; in emit_bpf_tail_call()
469 emit_hppa_copy(regmap[BPF_REG_1], HPPA_REG_ARG0, ctx); in emit_call()
470 emit_hppa_copy(regmap[BPF_REG_2], HPPA_REG_ARG1, ctx); in emit_call()
471 emit_hppa_copy(regmap[BPF_REG_3], HPPA_REG_ARG2, ctx); in emit_call()
472 emit_hppa_copy(regmap[BPF_REG_4], HPPA_REG_ARG3, ctx); in emit_call()
473 emit_hppa_copy(regmap[BPF_REG_5], HPPA_REG_ARG4, ctx); in emit_call()
502 emit_hppa_copy(HPPA_REG_RET0, regmap[BPF_REG_0], ctx); in emit_call()
1164 if (REG_WAS_SEEN(ctx, regmap[dst]) || \ in bpf_jit_build_prologue()
1166 emit_hppa_copy(arg, regmap[dst], ctx) in bpf_jit_build_prologue()
1195 reg = regmap[BPF_REG_FP]; /* -> HPPA_REG_FP */ in bpf_jit_build_prologue()