Searched refs:move_reg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/net/ |
H A D | bpf_jit.c | 144 move_reg(ctx, TCC_SAVED, REG_TCC); in build_prologue() 182 move_reg(ctx, LOONGARCH_GPR_A0, regmap[BPF_REG_0]); in __build_epilogue() 291 move_reg(ctx, t3, src); in emit_atomic() 363 move_reg(ctx, t2, r0); in emit_atomic() 367 move_reg(ctx, t3, src); in emit_atomic() 375 move_reg(ctx, t3, src); in emit_atomic() 470 move_reg(ctx, dst, src); in build_insn() 537 move_reg(ctx, t1, src); in build_insn() 556 move_reg(ctx, t1, src); in build_insn() 753 move_reg(ct in build_insn() [all...] |
H A D | bpf_jit.h | 169 static inline void move_reg(struct jit_ctx *ctx, enum loongarch_gpr rd, in move_reg() function
|
/kernel/linux/linux-5.10/arch/loongarch/net/ |
H A D | ebpf_jit.c | 161 move_reg(ctx, regmap[TCC_SAVED], regmap[REG_TCC]); in build_prologue() 199 move_reg(ctx, LOONGARCH_GPR_A0, regmap[BPF_REG_0]); in __build_epilogue() 267 move_reg(ctx, tcc, tmp1); in emit_bpf_tail_call() 306 move_reg(ctx, dst, src); in build_insn() 603 move_reg(ctx, regmap[BPF_REG_0], LOONGARCH_GPR_A0); in build_insn()
|
H A D | ebpf_jit.h | 678 static inline void move_reg(struct jit_ctx *ctx, enum loongarch_gpr rd, in move_reg() function
|
Completed in 6 milliseconds