Searched refs:jit_op (Results 1 – 2 of 2) sorted by relevance
/linux/arch/mips/net/ |
H A D | bpf_jit_comp.h | 191 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_off); 195 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_off); 198 int finish_jmp(struct jit_context *ctx, u8 jit_op, s16 bpf_off);
|
H A D | bpf_jit_comp.c | 554 s16 bpf_off, u8 *jit_op, s32 *jit_off) in setup_jmp() argument 601 *jit_op = op; in setup_jmp() 606 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_off) in setup_jmp_i() argument 646 setup_jmp(ctx, bpf_op, bpf_off, jit_op, jit_off); in setup_jmp_i() 651 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_off) in setup_jmp_r() argument 673 setup_jmp(ctx, bpf_op, bpf_off, jit_op, jit_off); in setup_jmp_r() 677 int finish_jmp(struct jit_context *ctx, u8 jit_op, s16 bpf_off) in finish_jmp() argument 680 if (jit_op != JIT_JNOP) in finish_jmp()
|