Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit.h179 bool exception_boundary; member
H A Dbpf_jit_comp.c247 cgctx.exception_boundary = fp->aux->exception_boundary; in bpf_int_jit_compile()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c807 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()
/linux/kernel/bpf/
H A Dfixups.c1202 func[i]->aux->exception_boundary = env->seen_exception; in jit_subprogs()
1305 prog->aux->exception_boundary = func[0]->aux->exception_boundary; in jit_subprogs()
H A Dhelpers.c3395 WARN_ON_ONCE(!ctx.aux->exception_boundary); in bpf_throw()
/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/include/linux/
H A Dbpf.h1775 bool exception_boundary; member