Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c120 ctx->exception_boundary; in bpf_has_stack_frame()
149 +(ctx->exception_boundary || ctx->exception_cb ? in bpf_jit_stack_local()
168 if (ctx->exception_boundary || ctx->exception_cb) { in bpf_jit_stack_offsetof()
192 return ctx->exception_boundary || ctx->exception_cb ? in bpf_jit_stack_size()
263 if (ctx->exception_boundary) { in bpf_jit_build_prologue()
275 if (ctx->exception_boundary || bpf_is_seen_register(ctx, bpf_to_ppc(i))) in bpf_jit_build_prologue()
279 if (ctx->exception_boundary || ctx->arena_vm_start) in bpf_jit_build_prologue()
H A Dbpf_jit.h179 bool exception_boundary; member
H A Dbpf_jit_comp.c210 cgctx.exception_boundary = fp->aux->exception_boundary; in bpf_int_jit_compile()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c778 if (bpf_prog->aux->exception_boundary) { in emit_bpf_tail_call_indirect()
845 if (bpf_prog->aux->exception_boundary) { in emit_bpf_tail_call_direct()
1691 if (bpf_prog->aux->exception_boundary) { in do_jit()
2737 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.c632 fp->aux->exception_boundary ? NVREGS : 0); in bpf_jit_prologue()
/linux/include/linux/
H A Dbpf.h1692 bool exception_boundary; member
/linux/kernel/bpf/
H A Dhelpers.c3151 WARN_ON_ONCE(!ctx.aux->exception_boundary); in bpf_throw()
H A Dverifier.c22933 func[i]->aux->exception_boundary = env->seen_exception; in jit_subprogs()
23044 prog->aux->exception_boundary = func[0]->aux->exception_boundary; in jit_subprogs()