Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/net/
H A Dbpf_jit.h37 RV_REG_A5 = 15, enumerator
65 BIT(RV_REG_A5)); in is_creg()
H A Dbpf_jit_comp64.c22 [BPF_REG_0] = RV_REG_A5,
42 [RV_REG_A5] = offsetof(struct pt_regs, a5),
248 emit_addiw(RV_REG_A0, RV_REG_A5, 0, ctx); in __build_epilogue()
H A Dbpf_jit_comp32.c77 [BPF_REG_3] = {RV_REG_A5, RV_REG_A4},