Lines Matching refs:seen
64 u32 seen; member
146 if (ctx->seen & SEEN_CALL) in saved_regs()
149 if (ctx->seen & (SEEN_DATA | SEEN_SKB)) in saved_regs()
151 if (ctx->seen & SEEN_DATA) in saved_regs()
153 if (ctx->seen & SEEN_X) in saved_regs()
162 return fls(ctx->seen & SEEN_MEM); in mem_words_used()
187 if (ctx->seen & (SEEN_DATA | SEEN_SKB)) in build_prologue()
190 if (ctx->seen & SEEN_DATA) { in build_prologue()
209 if (ctx->seen & SEEN_MEM) in build_prologue()
217 if (ctx->seen & SEEN_MEM) in build_epilogue()
229 if (ctx->seen & SEEN_CALL) in build_epilogue()
234 if (!(ctx->seen & SEEN_CALL)) in build_epilogue()
464 ctx->seen |= SEEN_CALL; in emit_udiv()
474 if (!(ctx->seen & SEEN_X)) in update_on_xread()
477 ctx->seen |= SEEN_X; in update_on_xread()
506 ctx->seen |= SEEN_SKB; in build_body()
513 ctx->seen |= SEEN_MEM_WORD(k); in build_body()
530 ctx->seen |= SEEN_DATA | SEEN_CALL; in build_body()
577 ctx->seen |= SEEN_X; in build_body()
581 ctx->seen |= SEEN_X | SEEN_SKB; in build_body()
586 ctx->seen |= SEEN_X | SEEN_MEM_WORD(k); in build_body()
591 ctx->seen |= SEEN_X | SEEN_DATA | SEEN_CALL; in build_body()
620 ctx->seen |= SEEN_MEM_WORD(k); in build_body()
625 ctx->seen |= SEEN_MEM_WORD(k); in build_body()
791 ctx->seen |= SEEN_X; in build_body()
801 ctx->seen |= SEEN_SKB; in build_body()
818 ctx->seen |= SEEN_SKB; in build_body()
831 ctx->seen |= SEEN_SKB; in build_body()
837 ctx->seen |= SEEN_SKB; in build_body()
844 ctx->seen |= SEEN_SKB; in build_body()
854 ctx->seen |= SEEN_SKB; in build_body()