Searched refs:RV_REG_S4 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 25 [BPF_REG_9] = RV_REG_S4, 36 RV_CTX_F_SEEN_S4 = RV_REG_S4, 188 if (seen_reg(RV_REG_S4, ctx)) { in __build_epilogue() 189 emit_ld(RV_REG_S4, store_offset, RV_REG_SP, ctx); in __build_epilogue() 1075 if (seen_reg(RV_REG_S4, ctx)) in bpf_jit_build_prologue() 1113 if (seen_reg(RV_REG_S4, ctx)) { in bpf_jit_build_prologue() 1114 emit_sd(RV_REG_SP, store_offset, RV_REG_S4, ctx); in bpf_jit_build_prologue()
|
H A D | bpf_jit_comp32.c | 79 [BPF_REG_5] = {RV_REG_S4, RV_REG_S3}, 160 emit(rv_lw(RV_REG_S4, stack_adjust - 24, RV_REG_SP), ctx); in __build_epilogue() 1325 emit(rv_sw(RV_REG_SP, stack_adjust - 24, RV_REG_S4), ctx); in bpf_jit_build_prologue()
|
H A D | bpf_jit.h | 42 RV_REG_S4 = 20, enumerator
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 31 [BPF_REG_9] = RV_REG_S4, 46 [RV_REG_S4] = offsetof(struct pt_regs, s4), 57 RV_CTX_F_SEEN_S4 = RV_REG_S4, 232 if (seen_reg(RV_REG_S4, ctx)) { in __build_epilogue() 233 emit_ld(RV_REG_S4, store_offset, RV_REG_SP, ctx); in __build_epilogue() 1793 if (seen_reg(RV_REG_S4, ctx)) in bpf_jit_build_prologue() 1835 if (seen_reg(RV_REG_S4, ctx)) { in bpf_jit_build_prologue() 1836 emit_sd(RV_REG_SP, store_offset, RV_REG_S4, ctx); in bpf_jit_build_prologue()
|
H A D | bpf_jit_comp32.c | 79 [BPF_REG_5] = {RV_REG_S4, RV_REG_S3}, 160 emit(rv_lw(RV_REG_S4, stack_adjust - 24, RV_REG_SP), ctx); in __build_epilogue() 1335 emit(rv_sw(RV_REG_SP, stack_adjust - 24, RV_REG_S4), ctx); in bpf_jit_build_prologue()
|
H A D | bpf_jit.h | 42 RV_REG_S4 = 20, enumerator
|
Completed in 12 milliseconds