Searched refs:exception_boundary (Results 1 – 7 of 7) sorted by relevance
179 bool exception_boundary; member
247 cgctx.exception_boundary = fp->aux->exception_boundary; in bpf_int_jit_compile()
807 if (bpf_prog->aux->exception_boundary) { in emit_bpf_tail_call_indirect()874 if (bpf_prog->aux->exception_boundary) { in emit_bpf_tail_call_direct()1794 if (bpf_prog->aux->exception_boundary) { in do_jit()1809 if (bpf_prog->aux->exception_boundary || arena_vm_start) in do_jit()1811 if (bpf_prog->aux->exception_boundary) { in do_jit()1840 if (bpf_prog->aux->exception_boundary) in do_jit()2946 if (bpf_prog->aux->exception_boundary) { in do_jit()
1202 func[i]->aux->exception_boundary = env->seen_exception; in jit_subprogs()1305 prog->aux->exception_boundary = func[0]->aux->exception_boundary; in jit_subprogs()
3395 WARN_ON_ONCE(!ctx.aux->exception_boundary); in bpf_throw()
435 if (ctx->prog->aux->exception_boundary) { in push_callee_regs()469 if (aux->exception_boundary || aux->exception_cb) { in pop_callee_regs()
1775 bool exception_boundary; member