Searched refs:arr_reg (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/parisc/net/ |
D | bpf_jit_comp64.c | 350 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()
|
D | bpf_jit_comp32.c | 951 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()
|
/linux-6.12.1/arch/riscv/net/ |
D | bpf_jit_comp32.c | 782 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() 814 emit_sh2add(RV_REG_T0, lo(idx_reg), lo(arr_reg), ctx); in emit_bpf_tail_call()
|