Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c30 [BPF_REG_8] = RV_REG_S3,
45 [RV_REG_S3] = offsetof(struct pt_regs, s3),
56 RV_CTX_F_SEEN_S3 = RV_REG_S3,
228 if (seen_reg(RV_REG_S3, ctx)) { in __build_epilogue()
229 emit_ld(RV_REG_S3, store_offset, RV_REG_SP, ctx); in __build_epilogue()
1791 if (seen_reg(RV_REG_S3, ctx)) in bpf_jit_build_prologue()
1831 if (seen_reg(RV_REG_S3, ctx)) { in bpf_jit_build_prologue()
1832 emit_sd(RV_REG_SP, store_offset, RV_REG_S3, ctx); in bpf_jit_build_prologue()
H A Dbpf_jit_comp32.c79 [BPF_REG_5] = {RV_REG_S4, RV_REG_S3},
159 emit(rv_lw(RV_REG_S3, stack_adjust - 20, RV_REG_SP), ctx); in __build_epilogue()
1334 emit(rv_sw(RV_REG_SP, stack_adjust - 20, RV_REG_S3), ctx); in bpf_jit_build_prologue()
H A Dbpf_jit.h41 RV_REG_S3 = 19, enumerator