Searched refs:SEEN_X (Results 1 – 2 of 2) sorted by relevance
78 #define SEEN_X SEEN_SREG(4) macro626 if (ctx->flags & SEEN_X) in build_prologue()733 ctx->flags |= SEEN_OFF | SEEN_X; in build_body()738 ctx->flags |= SEEN_X; in build_body()743 ctx->flags |= SEEN_X | SEEN_MEM; in build_body()748 ctx->flags |= SEEN_X | SEEN_SKB; in build_body()754 ctx->flags |= SEEN_X | SEEN_CALL | SEEN_SKB; in build_body()782 ctx->flags |= SEEN_MEM | SEEN_X; in build_body()792 ctx->flags |= SEEN_A | SEEN_X; in build_body()802 ctx->flags |= SEEN_A | SEEN_X; in build_body()[all …]
51 #define SEEN_X (1 << BPF_MEMWORDS) macro178 if (ctx->seen & SEEN_X) in saved_regs()506 if (!(ctx->seen & SEEN_X)) in update_on_xread()509 ctx->seen |= SEEN_X; in update_on_xread()619 ctx->seen |= SEEN_X; in build_body()623 ctx->seen |= SEEN_X | SEEN_SKB; in build_body()628 ctx->seen |= SEEN_X | SEEN_MEM_WORD(k); in build_body()633 ctx->seen |= SEEN_X | SEEN_DATA | SEEN_CALL; in build_body()848 ctx->seen |= SEEN_X; in build_body()