Searched refs:emit_sd (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/arch/riscv/net/ |
| D | bpf_jit_comp64.c | 984 emit_sd(rd, off, RV_REG_T1, ctx); in bpf_jit_emit_insn() 990 emit_sd(RV_REG_T2, 0, RV_REG_T1, ctx); in bpf_jit_emit_insn() 1026 emit_sd(rd, off, rs, ctx); in bpf_jit_emit_insn() 1032 emit_sd(RV_REG_T1, 0, rs, ctx); in bpf_jit_emit_insn() 1107 emit_sd(RV_REG_SP, store_offset, RV_REG_RA, ctx); in bpf_jit_build_prologue() 1110 emit_sd(RV_REG_SP, store_offset, RV_REG_FP, ctx); in bpf_jit_build_prologue() 1113 emit_sd(RV_REG_SP, store_offset, RV_REG_S1, ctx); in bpf_jit_build_prologue() 1117 emit_sd(RV_REG_SP, store_offset, RV_REG_S2, ctx); in bpf_jit_build_prologue() 1121 emit_sd(RV_REG_SP, store_offset, RV_REG_S3, ctx); in bpf_jit_build_prologue() 1125 emit_sd(RV_REG_SP, store_offset, RV_REG_S4, ctx); in bpf_jit_build_prologue() [all …]
|
| D | bpf_jit.h | 965 static inline void emit_sd(u8 rs1, s32 off, u8 rs2, struct rv_jit_context *ctx) in emit_sd() function
|