Searched refs:RV_REG_S6 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c20 #define RV_REG_TCC_SAVED RV_REG_S6 /* Store A6 in S6 if program do calls */
60 RV_CTX_F_SEEN_S6 = RV_REG_S6,
125 return RV_REG_S6;
254 if (seen_reg(RV_REG_S6, ctx)) {
255 emit_ld(RV_REG_S6, store_offset, RV_REG_SP, ctx);
1760 if (seen_reg(RV_REG_S6, ctx))
1809 if (seen_reg(RV_REG_S6, ctx)) {
1810 emit_sd(RV_REG_SP, store_offset, RV_REG_S6, ctx);
H A Dbpf_jit_comp32.c89 [BPF_REG_FP] = {RV_REG_S6, RV_REG_S5},
162 emit(rv_lw(RV_REG_S6, stack_adjust - 32, RV_REG_SP), ctx);
1337 emit(rv_sw(RV_REG_SP, stack_adjust - 32, RV_REG_S6), ctx);
H A Dbpf_jit.h49 RV_REG_S6 = 22, enumerator in enum:__anon43

Completed in 296 milliseconds