Searched refs:emit_mov_i (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/arm/net/ |
D | bpf_jit_32.c | 311 static inline void emit_mov_i(int rd, u32 val, struct jit_ctx *ctx) in emit_mov_i() function 465 emit_mov_i(ARM_R3, (u32)jit_udiv, ctx); in emit_udiv() 503 emit_mov_i(r_A, k, ctx); in build_body() 528 emit_mov_i(r_off, k, ctx); in build_body() 556 emit_mov_i(ARM_R3, (u32)load_func[load_order], ctx); in build_body() 578 emit_mov_i(r_X, k, ctx); in build_body() 596 emit_mov_i(r_off, k, ctx); in build_body() 610 emit_mov_i(ARM_R3, (u32)jit_get_skb_b, ctx); in build_body() 646 emit_mov_i(r_scratch, k, ctx); in build_body() 656 emit_mov_i(r_scratch, k, ctx); in build_body() [all …]
|