Home
last modified time | relevance | path

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

/Linux-v5.15/arch/riscv/net/
Dbpf_jit_comp64.c25 [BPF_REG_9] = RV_REG_S4,
36 RV_CTX_F_SEEN_S4 = RV_REG_S4,
188 if (seen_reg(RV_REG_S4, ctx)) { in __build_epilogue()
189 emit_ld(RV_REG_S4, store_offset, RV_REG_SP, ctx); in __build_epilogue()
1086 if (seen_reg(RV_REG_S4, ctx)) in bpf_jit_build_prologue()
1124 if (seen_reg(RV_REG_S4, ctx)) { in bpf_jit_build_prologue()
1125 emit_sd(RV_REG_SP, store_offset, RV_REG_S4, ctx); in bpf_jit_build_prologue()
Dbpf_jit_comp32.c79 [BPF_REG_5] = {RV_REG_S4, RV_REG_S3},
160 emit(rv_lw(RV_REG_S4, stack_adjust - 24, RV_REG_SP), ctx); in __build_epilogue()
1337 emit(rv_sw(RV_REG_SP, stack_adjust - 24, RV_REG_S4), ctx); in bpf_jit_build_prologue()
Dbpf_jit.h42 RV_REG_S4 = 20, enumerator