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.c509 emit_sd(rd, off, rs, ctx); in emit_stx_insn()
896 emit_sd(RV_REG_FP, -args_off, RV_REG_A0 + i, ctx); in store_args()
900 emit_sd(RV_REG_FP, -args_off, RV_REG_T1, ctx); in store_args()
923 emit_sd(RV_REG_FP, -stk_arg_off, RV_REG_T1, ctx); in restore_stack_args()
934 emit_sd(RV_REG_FP, stack_off, reg, ctx); in emit_store_stack_imm64()
947 emit_sd(RV_REG_FP, -run_ctx_off + cookie_off, RV_REG_ZERO, ctx); in invoke_bpf_prog()
977 emit_sd(RV_REG_FP, -retval_off, RV_REG_A0, ctx); in invoke_bpf_prog()
978 emit_sd(RV_REG_FP, -(retval_off - 8), regmap[BPF_REG_0], ctx); in invoke_bpf_prog()
1143 emit_sd(RV_REG_SP, 8, RV_REG_RA, ctx); in __arch_prepare_bpf_trampoline()
1144 emit_sd(RV_REG_SP, 0, RV_REG_FP, ctx); in __arch_prepare_bpf_trampoline()
[all …]
H A Dbpf_jit.h1174 static inline void emit_sd(u8 rs1, s32 off, u8 rs2, struct rv_jit_context *ctx) in emit_sd() function