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

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

Completed in 62 milliseconds