Searched refs:RV_REG_A2 (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 33 [BPF_REG_3] = RV_REG_A2, 47 [RV_REG_A2] = offsetof(struct pt_regs, a2), 369 emit_zextw(RV_REG_A2, RV_REG_A2, ctx); in emit_bpf_tail_call() 376 emit_branch(BPF_JGE, RV_REG_A2, RV_REG_T1, off, ctx); in emit_bpf_tail_call() 389 emit_sh3add(RV_REG_T2, RV_REG_A2, RV_REG_A1, ctx); in emit_bpf_tail_call() 993 emit_addi(RV_REG_A2, RV_REG_FP, -run_ctx_off, ctx); in invoke_bpf_prog()
|
| H A D | bpf_jit.h | 38 RV_REG_A2 = 12, enumerator 66 BIT(RV_REG_A2) | in is_creg()
|
| H A D | bpf_jit_comp32.c | 76 [BPF_REG_2] = {RV_REG_A3, RV_REG_A2},
|