Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/net/
H A Dbpf_jit_comp64.c19 [BPF_REG_3] = RV_REG_A2,
305 emit_zext_32(RV_REG_A2, ctx); in emit_bpf_tail_call()
312 emit_branch(BPF_JGE, RV_REG_A2, RV_REG_T1, off, ctx); in emit_bpf_tail_call()
325 emit_slli(RV_REG_T2, RV_REG_A2, 3, ctx); in emit_bpf_tail_call()
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},