Home
last modified time | relevance | path

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

/arch/riscv/net/
Dbpf_jit_comp64.c23 [BPF_REG_7] = RV_REG_S2,
34 RV_CTX_F_SEEN_S2 = RV_REG_S2,
199 if (seen_reg(RV_REG_S2, ctx)) { in __build_epilogue()
200 emit_ld(RV_REG_S2, store_offset, RV_REG_SP, ctx); in __build_epilogue()
1106 if (seen_reg(RV_REG_S2, ctx)) in bpf_jit_build_prologue()
1140 if (seen_reg(RV_REG_S2, ctx)) { in bpf_jit_build_prologue()
1141 emit_sd(RV_REG_SP, store_offset, RV_REG_S2, ctx); in bpf_jit_build_prologue()
Dbpf_jit_comp32.c73 [BPF_REG_0] = {RV_REG_S2, RV_REG_S1},
158 emit(rv_lw(RV_REG_S2, stack_adjust - 16, RV_REG_SP), ctx); in __build_epilogue()
1335 emit(rv_sw(RV_REG_SP, stack_adjust - 16, RV_REG_S2), ctx); in bpf_jit_build_prologue()
Dbpf_jit.h40 RV_REG_S2 = 18, /* Saved registers */ enumerator