Searched refs:emit_jalr (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/mips/net/ |
D | bpf_jit.c | 510 static inline void emit_jalr(unsigned int link, unsigned int reg, in emit_jalr() function 722 emit_jalr(MIPS_R_RA, r_s0, ctx); in build_body() 775 emit_jalr(MIPS_R_RA, r_s0, ctx); in build_body()
|
/Linux-v5.10/arch/riscv/net/ |
D | bpf_jit.h | 805 static inline void emit_jalr(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_jalr() function
|
D | bpf_jit_comp64.c | 205 emit_jalr(RV_REG_ZERO, is_tail_call ? RV_REG_T3 : RV_REG_RA, in __build_epilogue()
|