Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/net/
Dbpf_jit.c78 #define SEEN_X SEEN_SREG(4) macro
626 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 …]
/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.c51 #define SEEN_X (1 << BPF_MEMWORDS) macro
178 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()