Searched refs:emit_reg_move (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/mips/net/ |
| D | bpf_jit.c | 442 static inline void emit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx) in emit_reg_move() function 611 emit_reg_move(r_skb, MIPS_R_A0, ctx); in build_prologue() 708 emit_reg_move(MIPS_R_A0, r_skb, ctx); in build_body() 711 emit_reg_move(MIPS_R_A1, r_off, ctx); in build_body() 716 emit_reg_move(r_ret, r_zero, ctx); in build_body() 763 emit_reg_move(MIPS_R_A0, r_skb, ctx); /* delay slot */ in build_body() 767 emit_reg_move(r_ret, r_zero, ctx); in build_body() 1052 emit_reg_move(r_ret, r_A, ctx); /* delay slot */ in build_body() 1123 emit_reg_move(r_ret, r_zero, ctx); in build_body()
|
| /linux-4.4.14/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()
|