Searched refs:emit_jalr (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/arch/riscv/net/ |
D | bpf_jit_comp64.c | 249 emit_jalr(RV_REG_ZERO, is_tail_call ? RV_REG_T3 : RV_REG_RA, in __build_epilogue() 1013 emit_jalr(RV_REG_ZERO, RV_REG_RA, 0, ctx); in __arch_prepare_bpf_trampoline() 1016 emit_jalr(RV_REG_ZERO, RV_REG_T0, 0, ctx); in __arch_prepare_bpf_trampoline() 1023 emit_jalr(RV_REG_ZERO, RV_REG_RA, 0, ctx); in __arch_prepare_bpf_trampoline()
|
D | bpf_jit.h | 912 static inline void emit_jalr(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_jalr() function
|