Lines Matching defs:prog
101 struct bpf_prog *prog; member
125 static void vm_dump(const struct bpf_prog *prog) in vm_dump()
160 static int jit_ctx_init(struct jit_context *ctx, struct bpf_prog *prog) in jit_ctx_init()
381 static inline bool is_last_insn(const struct bpf_prog *prog, u32 idx) in is_last_insn()
1056 const struct bpf_prog *prog = ctx->prog; in handle_body() local
1223 struct bpf_prog *prog = ctx->prog; in jit_finalize() local
1262 static inline int check_jit_context(const struct bpf_prog *prog) in check_jit_context()
1309 const struct bpf_prog *prog = ctx->prog; in jit_patch_relocations() local
1338 static struct bpf_prog *do_normal_pass(struct bpf_prog *prog) in do_normal_pass()
1377 static struct bpf_prog *do_extra_pass(struct bpf_prog *prog) in do_extra_pass()
1414 struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile()