Searched refs:RV_REG_S5 (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/riscv/net/ |
A D | bpf_jit_comp64.c | 30 [BPF_REG_FP] = RV_REG_S5, 45 [RV_REG_S5] = offsetof(struct pt_regs, s5), 56 RV_CTX_F_SEEN_S5 = RV_REG_S5, 230 if (seen_reg(RV_REG_S5, ctx)) { in __build_epilogue() 231 emit_ld(RV_REG_S5, store_offset, RV_REG_SP, ctx); in __build_epilogue() 1684 if (seen_reg(RV_REG_S5, ctx)) in bpf_jit_build_prologue() 1728 if (seen_reg(RV_REG_S5, ctx)) { in bpf_jit_build_prologue() 1729 emit_sd(RV_REG_SP, store_offset, RV_REG_S5, ctx); in bpf_jit_build_prologue() 1740 emit_addi(RV_REG_S5, RV_REG_SP, bpf_stack_adjust, ctx); in bpf_jit_build_prologue()
|
A D | bpf_jit_comp32.c | 89 [BPF_REG_FP] = {RV_REG_S6, RV_REG_S5}, 161 emit(rv_lw(RV_REG_S5, stack_adjust - 28, RV_REG_SP), ctx); in __build_epilogue() 1336 emit(rv_sw(RV_REG_SP, stack_adjust - 28, RV_REG_S5), ctx); in bpf_jit_build_prologue()
|
A D | bpf_jit.h | 43 RV_REG_S5 = 21, enumerator
|
Completed in 13 milliseconds