Searched refs:emit_mov_i (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/arm/net/ |
| D | bpf_jit_32.c | 336 static inline void emit_mov_i(int rd, u32 val, struct jit_ctx *ctx) in emit_mov_i() function 496 emit_mov_i(ARM_R3, bpf_op == BPF_DIV ? (u32)jit_udiv : (u32)jit_mod, in emit_udivmod() 535 emit_mov_i(r_A, k, ctx); in build_body() 557 emit_mov_i(r_off, k, ctx); in build_body() 597 emit_mov_i(ARM_R3, (u32)load_func[load_order], ctx); in build_body() 620 emit_mov_i(r_X, k, ctx); in build_body() 638 emit_mov_i(r_off, k, ctx); in build_body() 652 emit_mov_i(ARM_R3, (u32)jit_get_skb_b, ctx); in build_body() 688 emit_mov_i(r_scratch, k, ctx); in build_body() 698 emit_mov_i(r_scratch, k, ctx); in build_body() [all …]
|