Home
last modified time | relevance | path

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

/Linux-v6.1/arch/riscv/net/
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()
Dbpf_jit_comp64.c14 #define RV_REG_TCC_SAVED RV_REG_S6 /* Store A6 in S6 if program do calls */ macro
1321 emit_mv(RV_REG_TCC_SAVED, RV_REG_TCC, ctx); in bpf_jit_build_prologue()