Home
last modified time | relevance | path

Searched refs:exception_boundary (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/net/
H A Dbpf_jit_comp.c657 if (bpf_prog->aux->exception_boundary) { in emit_bpf_tail_call_indirect()
718 if (bpf_prog->aux->exception_boundary) { in emit_bpf_tail_call_direct()
1351 if (bpf_prog->aux->exception_boundary) { in do_jit()
2315 if (bpf_prog->aux->exception_boundary) { in do_jit()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c403 if (prog->aux->exception_boundary) { in build_prologue()
735 if (ctx->prog->aux->exception_boundary || is_exception_cb) in build_epilogue()
/linux/kernel/bpf/
H A Dhelpers.c2680 WARN_ON_ONCE(!ctx.aux->exception_boundary); in bpf_throw()
H A Dverifier.c19431 func[i]->aux->exception_boundary = env->seen_exception; in jit_subprogs()
19525 prog->aux->exception_boundary = func[0]->aux->exception_boundary; in jit_subprogs()
/linux/include/linux/
H A Dbpf.h1471 bool exception_boundary; member