Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/net/
Dbpf_jit_32.c54 #define SEEN_DATA (1 << (BPF_MEMWORDS + 3)) macro
149 if (ctx->seen & (SEEN_DATA | SEEN_SKB)) in saved_regs()
151 if (ctx->seen & SEEN_DATA) in saved_regs()
187 if (ctx->seen & (SEEN_DATA | SEEN_SKB)) in build_prologue()
190 if (ctx->seen & SEEN_DATA) { in build_prologue()
530 ctx->seen |= SEEN_DATA | SEEN_CALL; in build_body()
591 ctx->seen |= SEEN_X | SEEN_DATA | SEEN_CALL; in build_body()