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

/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c32 [BPF_REG_9] = RV_REG_S4,
47 [RV_REG_S4] = offsetof(struct pt_regs, s4),
58 RV_CTX_F_SEEN_S4 = RV_REG_S4,
246 if (seen_reg(RV_REG_S4, ctx)) {
247 emit_ld(RV_REG_S4, store_offset, RV_REG_SP, ctx);
1756 if (seen_reg(RV_REG_S4, ctx))
1801 if (seen_reg(RV_REG_S4, ctx)) {
1802 emit_sd(RV_REG_SP, store_offset, RV_REG_S4, ctx);
H A Dbpf_jit_comp32.c79 [BPF_REG_5] = {RV_REG_S4, RV_REG_S3},
160 emit(rv_lw(RV_REG_S4, stack_adjust - 24, RV_REG_SP), ctx);
1335 emit(rv_sw(RV_REG_SP, stack_adjust - 24, RV_REG_S4), ctx);
H A Dbpf_jit.h47 RV_REG_S4 = 20, enumerator in enum:__anon43

Completed in 211 milliseconds