Searched refs:exception_boundary (Results 1 – 6 of 6) sorted by relevance
741 if (bpf_prog->aux->exception_boundary) { in emit_bpf_tail_call_indirect()808 if (bpf_prog->aux->exception_boundary) { in emit_bpf_tail_call_direct()1441 if (bpf_prog->aux->exception_boundary) { in do_jit()2405 if (bpf_prog->aux->exception_boundary) { in do_jit()
394 if (ctx->prog->aux->exception_boundary) { in push_callee_regs()427 if (aux->exception_boundary || aux->exception_cb) { in pop_callee_regs()
591 fp->aux->exception_boundary ? NVREGS : 0); in bpf_jit_prologue()
2783 WARN_ON_ONCE(!ctx.aux->exception_boundary); in bpf_throw()
20073 func[i]->aux->exception_boundary = env->seen_exception; in jit_subprogs()20167 prog->aux->exception_boundary = func[0]->aux->exception_boundary; in jit_subprogs()
1493 bool exception_boundary; member