Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/net/
Dbpf_jit_comp64.c17 [BPF_REG_0] = RV_REG_A5,
37 [RV_REG_A5] = offsetof(struct pt_regs, a5),
220 emit_mv(RV_REG_A0, RV_REG_A5, ctx); in __build_epilogue()
Dbpf_jit.h37 RV_REG_A5 = 15, enumerator
65 BIT(RV_REG_A5)); in is_creg()
Dbpf_jit_comp32.c77 [BPF_REG_3] = {RV_REG_A5, RV_REG_A4},