Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/net/
Dbpf_jit_comp.c58 #define SEEN_TAIL_CALL BIT(3) /* code uses tail calls */ macro
518 if (jit->seen & SEEN_TAIL_CALL) { in bpf_jit_prologue()
1293 jit->seen |= SEEN_TAIL_CALL; in bpf_jit_insn()