Searched refs:emit_reg_move (Results 1 – 2 of 2) sorted by relevance
/arch/mips/net/ |
D | bpf_jit.c | 441 static inline void emit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx) in emit_reg_move() function 612 emit_reg_move(r_skb, MIPS_R_A0, ctx); in build_prologue() 715 emit_reg_move(MIPS_R_A0, r_skb, ctx); in build_body() 718 emit_reg_move(MIPS_R_A1, r_off, ctx); in build_body() 723 emit_reg_move(r_ret, r_zero, ctx); in build_body() 770 emit_reg_move(MIPS_R_A0, r_skb, ctx); /* delay slot */ in build_body() 774 emit_reg_move(r_ret, r_zero, ctx); in build_body() 1059 emit_reg_move(r_ret, r_A, ctx); /* delay slot */ in build_body() 1130 emit_reg_move(r_ret, r_zero, ctx); in build_body()
|
/arch/sparc/net/ |
D | bpf_jit_comp.c | 144 #define emit_reg_move(FROM, TO) \ macro 421 emit_reg_move(O7, r_saved_O7); in bpf_jit_compile() 559 emit_reg_move(r_A, O0); /* delay slot */ in bpf_jit_compile() 563 emit_reg_move(r_A, r_X); in bpf_jit_compile() 567 emit_reg_move(r_X, r_A); in bpf_jit_compile() 672 emit_reg_move(r_X, r_OFF); in bpf_jit_compile()
|