Home
last modified time | relevance | path

Searched refs:arr_reg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp64.c350 const s8 arr_reg = regmap[BPF_REG_2]; in emit_bpf_tail_call() local
364 emit(hppa_ldw(off, arr_reg, HPPA_REG_T1), ctx); in emit_bpf_tail_call()
388 emit(hppa64_shladd(idx_reg, 3, arr_reg, HPPA_REG_T0), ctx); in emit_bpf_tail_call()
H A Dbpf_jit_comp32.c951 const s8 *arr_reg = regmap[BPF_REG_2]; in emit_bpf_tail_call() local
962 emit(hppa_ldw(off, lo(arr_reg), HPPA_REG_T1), ctx); in emit_bpf_tail_call()
986 emit(hppa_sh2add(lo(idx_reg), lo(arr_reg), HPPA_REG_T0), ctx); in emit_bpf_tail_call()
/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c782 const s8 *arr_reg = bpf2rv32[BPF_REG_2]; in emit_bpf_tail_call() local
792 emit(rv_lw(RV_REG_T1, off, lo(arr_reg)), ctx); in emit_bpf_tail_call()
815 emit(rv_add(RV_REG_T0, RV_REG_T0, lo(arr_reg)), ctx); in emit_bpf_tail_call()