Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/net/
Dbpf_jit.c115 #define SEEN_X SEEN_SREG(4) macro
685 if (ctx->flags & SEEN_X) in build_prologue()
843 ctx->flags |= SEEN_OFF | SEEN_X; in build_body()
848 ctx->flags |= SEEN_X; in build_body()
853 ctx->flags |= SEEN_X | SEEN_MEM; in build_body()
858 ctx->flags |= SEEN_X | SEEN_SKB; in build_body()
868 ctx->flags |= SEEN_X | SEEN_CALL | SEEN_S0 | SEEN_SKB; in build_body()
906 ctx->flags |= SEEN_MEM | SEEN_X; in build_body()
916 ctx->flags |= SEEN_A | SEEN_X; in build_body()
926 ctx->flags |= SEEN_A | SEEN_X; in build_body()
[all …]
/linux-4.1.27/arch/arm/net/
Dbpf_jit_32.c51 #define SEEN_X (1 << BPF_MEMWORDS) macro
153 if (ctx->seen & SEEN_X) in saved_regs()
474 if (!(ctx->seen & SEEN_X)) in update_on_xread()
477 ctx->seen |= SEEN_X; in update_on_xread()
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()
791 ctx->seen |= SEEN_X; in build_body()