Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c25 [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 Dbpf_jit.h34 RV_REG_A2 = 12, enumerator
62 BIT(RV_REG_A2) | in is_creg()
H A Dbpf_jit_comp32.c76 [BPF_REG_2] = {RV_REG_A3, RV_REG_A2},