Searched refs:RV_REG_S6 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 19 #define RV_REG_TCC_SAVED RV_REG_S6 /* Store A6 in S6 if program do calls */ 59 RV_CTX_F_SEEN_S6 = RV_REG_S6, 124 return RV_REG_S6; in rv_tail_call_reg() 240 if (seen_reg(RV_REG_S6, ctx)) { in __build_epilogue() 241 emit_ld(RV_REG_S6, store_offset, RV_REG_SP, ctx); in __build_epilogue() 1797 if (seen_reg(RV_REG_S6, ctx)) in bpf_jit_build_prologue() 1843 if (seen_reg(RV_REG_S6, ctx)) { in bpf_jit_build_prologue() 1844 emit_sd(RV_REG_SP, store_offset, RV_REG_S6, ctx); in bpf_jit_build_prologue()
|
H A D | bpf_jit_comp32.c | 89 [BPF_REG_FP] = {RV_REG_S6, RV_REG_S5}, 162 emit(rv_lw(RV_REG_S6, stack_adjust - 32, RV_REG_SP), ctx); in __build_epilogue() 1337 emit(rv_sw(RV_REG_SP, stack_adjust - 32, RV_REG_S6), ctx); in bpf_jit_build_prologue()
|
H A D | bpf_jit.h | 44 RV_REG_S6 = 22, enumerator
|