Searched refs:emit_sd (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/arch/riscv/net/ |
| D | bpf_jit_comp64.c | 980 emit_sd(rd, off, RV_REG_T1, ctx); in bpf_jit_emit_insn() 986 emit_sd(RV_REG_T2, 0, RV_REG_T1, ctx); in bpf_jit_emit_insn() 1022 emit_sd(rd, off, rs, ctx); in bpf_jit_emit_insn() 1028 emit_sd(RV_REG_T1, 0, rs, ctx); in bpf_jit_emit_insn() 1095 emit_sd(RV_REG_SP, store_offset, RV_REG_RA, ctx); in bpf_jit_build_prologue() 1098 emit_sd(RV_REG_SP, store_offset, RV_REG_FP, ctx); in bpf_jit_build_prologue() 1101 emit_sd(RV_REG_SP, store_offset, RV_REG_S1, ctx); in bpf_jit_build_prologue() 1105 emit_sd(RV_REG_SP, store_offset, RV_REG_S2, ctx); in bpf_jit_build_prologue() 1109 emit_sd(RV_REG_SP, store_offset, RV_REG_S3, ctx); in bpf_jit_build_prologue() 1113 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
|