Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.c54 #define SEEN_DATA (1 << (BPF_MEMWORDS + 3)) macro
174 if (ctx->seen & (SEEN_DATA | SEEN_SKB)) in saved_regs()
176 if (ctx->seen & SEEN_DATA) in saved_regs()
212 if (ctx->seen & (SEEN_DATA | SEEN_SKB)) in build_prologue()
215 if (ctx->seen & SEEN_DATA) { in build_prologue()
559 ctx->seen |= SEEN_DATA | SEEN_CALL; in build_body()
633 ctx->seen |= SEEN_X | SEEN_DATA | SEEN_CALL; in build_body()