Searched refs:RV_REG_S1 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 22 [BPF_REG_6] = RV_REG_S1, 33 RV_CTX_F_SEEN_S1 = RV_REG_S1, 176 if (seen_reg(RV_REG_S1, ctx)) { in __build_epilogue() 177 emit_ld(RV_REG_S1, store_offset, RV_REG_SP, ctx); in __build_epilogue() 1072 if (seen_reg(RV_REG_S1, ctx)) in bpf_jit_build_prologue() 1104 if (seen_reg(RV_REG_S1, ctx)) { in bpf_jit_build_prologue() 1105 emit_sd(RV_REG_SP, store_offset, RV_REG_S1, ctx); in bpf_jit_build_prologue()
|
| H A D | bpf_jit.h | 31 RV_REG_S1 = 9, /* Saved register */ enumerator 59 BIT(RV_REG_S1) | in is_creg()
|
| H A D | bpf_jit_comp32.c | 73 [BPF_REG_0] = {RV_REG_S2, RV_REG_S1}, 157 emit(rv_lw(RV_REG_S1, stack_adjust - 12, RV_REG_SP), ctx); in __build_epilogue() 1322 emit(rv_sw(RV_REG_SP, stack_adjust - 12, RV_REG_S1), ctx); in bpf_jit_build_prologue()
|