Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c69 #define RV_REG_TCC_SAVED RV_REG_S7 macro
755 emit(rv_addi(RV_REG_TCC_SAVED, RV_REG_TCC, 0), ctx); in emit_call()
766 emit(rv_addi(RV_REG_TCC, RV_REG_TCC_SAVED, 0), ctx); in emit_call()
H A Dbpf_jit_comp64.c19 #define RV_REG_TCC_SAVED RV_REG_S6 /* Store A6 in S6 if program do calls */ macro
1857 emit_mv(RV_REG_TCC_SAVED, RV_REG_TCC, ctx); in bpf_jit_build_prologue()