Searched refs:jmp_off (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 368 unsigned int len = 4100, jmp_off = 2048; in bpf_fill_torturous_jumps_insn_2() local 372 for (i = 1; i <= jmp_off; i++) { in bpf_fill_torturous_jumps_insn_2() 373 insn[i] = BPF_JMP_IMM(BPF_JEQ, BPF_REG_0, i, jmp_off); in bpf_fill_torturous_jumps_insn_2() 375 insn[i++] = BPF_JMP_A(jmp_off); in bpf_fill_torturous_jumps_insn_2() 376 for (; i <= jmp_off * 2 + 1; i+=16) { in bpf_fill_torturous_jumps_insn_2()
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 767 const struct bpf_insn *insn, u32 *jmp_off, in bpf_jit_emit_atomic_ops() 866 *jmp_off = (fixup_idx - *tmp_idx) * 4; in bpf_jit_emit_probe_mem_store() 993 u32 jmp_off; in bpf_jit_build_body() 1525 &jmp_off, &tmp_idx, &addrs[i + 1]); in bpf_jit_build_body() 1536 tmp_idx, jmp_off, dst_reg, code); in bpf_jit_build_body() 1567 &jmp_off, &tmp_idx, &addrs[i + 1]); in bpf_jit_build_body() 756 bpf_jit_emit_atomic_ops(u32 * image,struct codegen_context * ctx,const struct bpf_insn * insn,u32 * jmp_off,u32 * tmp_idx,u32 * addrp) bpf_jit_emit_atomic_ops() argument 982 u32 jmp_off; bpf_jit_build_body() local
|
| H A D | bpf_jit.h | 226 int jmp_off, int dst_reg, u32 code);
|
| H A D | bpf_jit_comp.c | 393 struct codegen_context *ctx, int insn_idx, int jmp_off, in bpf_add_extable_entry() argument 430 PPC_RAW_BRANCH((long)(pc + jmp_off) - (long)&fixup[BPF_FIXUP_LEN - 1]); in bpf_add_extable_entry()
|
| /linux/lib/ |
| H A D | test_bpf.c | 250 int i, jmp_off = len - 3; in bpf_fill_maxinsns8() local 259 insn[i] = __BPF_JUMP(BPF_JMP | BPF_JGT, 0xffffffff, jmp_off--, 0); in bpf_fill_maxinsns8()
|