Searched refs:emit_sd (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c688 emit_sd(RV_REG_FP, -args_off, RV_REG_A0 + i, ctx);
712 emit_sd(RV_REG_FP, -run_ctx_off + cookie_off, RV_REG_T1, ctx);
714 emit_sd(RV_REG_FP, -run_ctx_off + cookie_off, RV_REG_ZERO, ctx);
745 emit_sd(RV_REG_FP, -retval_off, RV_REG_A0, ctx);
746 emit_sd(RV_REG_FP, -(retval_off - 8), regmap[BPF_REG_0], ctx);
870 emit_sd(RV_REG_SP, 8, RV_REG_RA, ctx);
871 emit_sd(RV_REG_SP, 0, RV_REG_FP, ctx);
875 emit_sd(RV_REG_SP, stack_size - 8, RV_REG_T0, ctx);
876 emit_sd(RV_REG_SP, stack_size - 16, RV_REG_FP, ctx);
885 emit_sd(RV_REG_S
[all...]
H A Dbpf_jit.h1104 static inline void emit_sd(u8 rs1, s32 off, u8 rs2, struct rv_jit_context *ctx) function

Completed in 210 milliseconds