Searched refs:seen_call (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/loongarch/net/
H A Dbpf_jit.c45 static bool seen_call(struct jit_ctx *ctx) function
57 if (seen_call(ctx))
143 if (seen_tail_call(ctx) && seen_call(ctx))
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c104 static bool seen_call(struct rv_jit_context *ctx) function
123 if (seen_call(ctx)) {
1822 if (seen_tail_call(ctx) && seen_call(ctx))

Completed in 112 milliseconds