Searched refs:RV_REG_A2 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 25 [BPF_REG_3] = RV_REG_A2, 39 [RV_REG_A2] = offsetof(struct pt_regs, a2), 349 emit_zext_32(RV_REG_A2, ctx); in emit_bpf_tail_call() 356 emit_branch(BPF_JGE, RV_REG_A2, RV_REG_T1, off, ctx); in emit_bpf_tail_call() 369 emit_slli(RV_REG_T2, RV_REG_A2, 3, ctx); in emit_bpf_tail_call() 779 emit_addi(RV_REG_A2, RV_REG_FP, -run_ctx_off, ctx); in invoke_bpf_prog()
|
H A D | bpf_jit.h | 34 RV_REG_A2 = 12, enumerator 62 BIT(RV_REG_A2) | in is_creg()
|
H A D | bpf_jit_comp32.c | 76 [BPF_REG_2] = {RV_REG_A3, RV_REG_A2},
|