Searched refs:RV_REG_A5 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 16 [BPF_REG_0] = RV_REG_A5, 204 emit_addiw(RV_REG_A0, RV_REG_A5, 0, ctx); in __build_epilogue()
|
H A D | bpf_jit.h | 37 RV_REG_A5 = 15, enumerator 65 BIT(RV_REG_A5)); in is_creg()
|
H A D | bpf_jit_comp32.c | 77 [BPF_REG_3] = {RV_REG_A5, RV_REG_A4},
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 22 [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 D | bpf_jit.h | 37 RV_REG_A5 = 15, enumerator 65 BIT(RV_REG_A5)); in is_creg()
|
H A D | bpf_jit_comp32.c | 77 [BPF_REG_3] = {RV_REG_A5, RV_REG_A4},
|
Completed in 13 milliseconds