Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/net/
Dbpf_jit_comp.c14 RV_REG_RA = 1, /* Return address */ enumerator
67 RV_CTX_F_SEEN_CALL = RV_REG_RA,
566 if (seen_reg(RV_REG_RA, ctx)) { in __build_epilogue()
567 emit(rv_ld(RV_REG_RA, store_offset, RV_REG_SP), ctx); in __build_epilogue()
1229 emit(rv_jalr(RV_REG_RA, RV_REG_T1, 0), ctx); in emit_insn()
1429 if (seen_reg(RV_REG_RA, ctx)) in build_prologue()
1458 if (seen_reg(RV_REG_RA, ctx)) { in build_prologue()
1459 emit(rv_sd(RV_REG_SP, store_offset, RV_REG_RA), ctx); in build_prologue()
1505 __build_epilogue(RV_REG_RA, ctx); in build_epilogue()