Home
last modified time | relevance | path

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

/linux/arch/x86/net/
H A Dbpf_jit_comp.c770 if (bpf_prog->aux->exception_boundary) { in emit_bpf_tail_call_indirect()
837 if (bpf_prog->aux->exception_boundary) { in emit_bpf_tail_call_direct()
1588 if (bpf_prog->aux->exception_boundary) { in do_jit()
2601 if (bpf_prog->aux->exception_boundary) { in do_jit()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c435 if (ctx->prog->aux->exception_boundary) { in push_callee_regs()
469 if (aux->exception_boundary || aux->exception_cb) { in pop_callee_regs()
/linux/arch/s390/net/
H A Dbpf_jit_comp.c633 fp->aux->exception_boundary ? NVREGS : 0); in bpf_jit_prologue()
/linux/include/linux/
H A Dbpf.h1616 bool exception_boundary; member
/linux/kernel/bpf/
H A Dhelpers.c3015 WARN_ON_ONCE(!ctx.aux->exception_boundary); in bpf_throw()
H A Dverifier.c21627 func[i]->aux->exception_boundary = env->seen_exception; in jit_subprogs()
21721 prog->aux->exception_boundary = func[0]->aux->exception_boundary; in jit_subprogs()