Searched refs:emit_ld (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 236 emit_ld(RV_REG_RA, store_offset, RV_REG_SP, ctx); in __build_epilogue() 239 emit_ld(RV_REG_FP, store_offset, RV_REG_SP, ctx); in __build_epilogue() 242 emit_ld(RV_REG_S1, store_offset, RV_REG_SP, ctx); in __build_epilogue() 393 emit_ld(RV_REG_T2, off, RV_REG_T2, ctx); in emit_bpf_tail_call() 401 emit_ld(RV_REG_T3, off, RV_REG_T2, ctx); in emit_bpf_tail_call() 1027 emit_ld(RV_REG_S1, -sreg_off, RV_REG_FP, ctx); in __arch_prepare_bpf_trampoline() 1035 emit_ld(RV_REG_RA, 8, RV_REG_SP, ctx); in __arch_prepare_bpf_trampoline() 1036 emit_ld(RV_REG_FP, 0, RV_REG_SP, ctx); in __arch_prepare_bpf_trampoline() 1160 emit_ld(RV_REG_T1, 0, RV_REG_T1, ctx); in bpf_jit_emit_insn() 1728 emit_ld(rd, off, rs, ctx); in bpf_jit_emit_insn() [all …]
|
| H A D | bpf_jit.h | 1142 static inline void emit_ld(u8 rd, s32 off, u8 rs1, struct rv_jit_context *ctx) in emit_ld() function
|