Home
last modified time | relevance | path

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

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