Home
last modified time | relevance | path

Searched refs:jit_off (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/net/
H A Dbpf_jit_comp.h191 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);
H A Dbpf_jit_comp.c554 s16 bpf_off, u8 *jit_op, s32 *jit_off) in setup_jmp() argument
600 *jit_off = offset; 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()
/linux/arch/arc/net/
H A Dbpf_jit_arcv2.c2533 u8 jit_off[JCC64_NR_OF_JMPS]; member
2539 .jit_off = {
2722 from = curr_off + arcv2_64_jccs.jit_off[i]; in check_jcc_64()