Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/net/
Dbpf_jit_comp64.c1181 emit_sd(rd, off, RV_REG_T1, ctx); in bpf_jit_emit_insn()
1187 emit_sd(RV_REG_T2, 0, RV_REG_T1, ctx); in bpf_jit_emit_insn()
1223 emit_sd(rd, off, rs, ctx); in bpf_jit_emit_insn()
1229 emit_sd(RV_REG_T1, 0, rs, ctx); in bpf_jit_emit_insn()
1282 emit_sd(RV_REG_SP, store_offset, RV_REG_RA, ctx); in bpf_jit_build_prologue()
1285 emit_sd(RV_REG_SP, store_offset, RV_REG_FP, ctx); in bpf_jit_build_prologue()
1288 emit_sd(RV_REG_SP, store_offset, RV_REG_S1, ctx); in bpf_jit_build_prologue()
1292 emit_sd(RV_REG_SP, store_offset, RV_REG_S2, ctx); in bpf_jit_build_prologue()
1296 emit_sd(RV_REG_SP, store_offset, RV_REG_S3, ctx); in bpf_jit_build_prologue()
1300 emit_sd(RV_REG_SP, store_offset, RV_REG_S4, ctx); in bpf_jit_build_prologue()
[all …]
Dbpf_jit.h1033 static inline void emit_sd(u8 rs1, s32 off, u8 rs2, struct rv_jit_context *ctx) in emit_sd() function