Searched refs:emit_sd (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 706 emit_sd(RV_REG_FP, -args_off, RV_REG_A0 + i, ctx); in store_args() 730 emit_sd(RV_REG_FP, -run_ctx_off + cookie_off, RV_REG_T1, ctx); in invoke_bpf_prog() 732 emit_sd(RV_REG_FP, -run_ctx_off + cookie_off, RV_REG_ZERO, ctx); in invoke_bpf_prog() 763 emit_sd(RV_REG_FP, -retval_off, RV_REG_A0, ctx); in invoke_bpf_prog() 764 emit_sd(RV_REG_FP, -(retval_off - 8), regmap[BPF_REG_0], ctx); in invoke_bpf_prog() 887 emit_sd(RV_REG_SP, 8, RV_REG_RA, ctx); in __arch_prepare_bpf_trampoline() 888 emit_sd(RV_REG_SP, 0, RV_REG_FP, ctx); in __arch_prepare_bpf_trampoline() 892 emit_sd(RV_REG_SP, stack_size - 8, RV_REG_T0, ctx); in __arch_prepare_bpf_trampoline() 893 emit_sd(RV_REG_SP, stack_size - 16, RV_REG_FP, ctx); in __arch_prepare_bpf_trampoline() 900 emit_sd(RV_REG_S in __arch_prepare_bpf_trampoline() [all...] |
H A D | bpf_jit.h | 1072 static inline void emit_sd(u8 rs1, s32 off, u8 rs2, struct rv_jit_context *ctx) in emit_sd() function
|
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 981 emit_sd(rd, off, RV_REG_T1, ctx); in bpf_jit_emit_insn() 987 emit_sd(RV_REG_T2, 0, RV_REG_T1, ctx); in bpf_jit_emit_insn() 1023 emit_sd(rd, off, rs, ctx); in bpf_jit_emit_insn() 1029 emit_sd(RV_REG_T1, 0, rs, ctx); in bpf_jit_emit_insn() 1096 emit_sd(RV_REG_SP, store_offset, RV_REG_RA, ctx); in bpf_jit_build_prologue() 1099 emit_sd(RV_REG_SP, store_offset, RV_REG_FP, ctx); in bpf_jit_build_prologue() 1102 emit_sd(RV_REG_SP, store_offset, RV_REG_S1, ctx); in bpf_jit_build_prologue() 1106 emit_sd(RV_REG_SP, store_offset, RV_REG_S2, ctx); in bpf_jit_build_prologue() 1110 emit_sd(RV_REG_SP, store_offset, RV_REG_S3, ctx); in bpf_jit_build_prologue() 1114 emit_sd(RV_REG_S in bpf_jit_build_prologue() [all...] |
H A D | bpf_jit.h | 966 static inline void emit_sd(u8 rs1, s32 off, u8 rs2, struct rv_jit_context *ctx) in emit_sd() function
|
Completed in 8 milliseconds