Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c365 emit_sd(RV_REG_SP, ctx->tcc_offset, RV_REG_TCC, ctx); in emit_bpf_tail_call()
479 emit_sd(rd, off, rs, ctx); in emit_stx_insn()
866 emit_sd(RV_REG_FP, -args_off, RV_REG_A0 + i, ctx); in store_args()
870 emit_sd(RV_REG_FP, -args_off, RV_REG_T1, ctx); in store_args()
893 emit_sd(RV_REG_FP, -stk_arg_off, RV_REG_T1, ctx); in restore_stack_args()
904 emit_sd(RV_REG_FP, stack_off, reg, ctx); in emit_store_stack_imm64()
917 emit_sd(RV_REG_FP, -run_ctx_off + cookie_off, RV_REG_ZERO, ctx); in invoke_bpf_prog()
947 emit_sd(RV_REG_FP, -retval_off, RV_REG_A0, ctx); in invoke_bpf_prog()
948 emit_sd(RV_REG_FP, -(retval_off - 8), regmap[BPF_REG_0], ctx); in invoke_bpf_prog()
1121 emit_sd(RV_REG_SP, 8, RV_REG_RA, ctx); in __arch_prepare_bpf_trampoline()
[all …]
H A Dbpf_jit.h1169 static inline void emit_sd(u8 rs1, s32 off, u8 rs2, struct rv_jit_context *ctx) in emit_sd() function