Searched refs:SEEN_FUNC (Results 1 – 2 of 2) sorted by relevance
157 #define SEEN_FUNC 0x20000000 /* might call external helpers */ macro
113 * The (sub)program is always marked as SEEN_FUNC, creating a stack in bpf_has_stack_frame() 117 return ctx->seen & SEEN_FUNC || in bpf_has_stack_frame() 291 if (ctx->seen & SEEN_FUNC) { in bpf_jit_build_prologue() 394 if (ctx->seen & SEEN_FUNC || ctx->exception_cb) { in bpf_jit_emit_common_epilogue() 1418 ctx->seen |= SEEN_FUNC; in bpf_jit_build_body() 1751 ctx->seen |= SEEN_FUNC; in bpf_jit_build_body()