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

/linux-4.4.14/arch/arm/net/
H A Dbpf_jit_32.c52 #define SEEN_CALL (1 << (BPF_MEMWORDS + 1)) macro
171 if (ctx->seen & SEEN_CALL) saved_regs()
254 if (ctx->seen & SEEN_CALL) build_epilogue()
259 if (!(ctx->seen & SEEN_CALL)) build_epilogue()
495 ctx->seen |= SEEN_CALL; emit_udivmod()
559 ctx->seen |= SEEN_DATA | SEEN_CALL; build_body()
633 ctx->seen |= SEEN_X | SEEN_DATA | SEEN_CALL; build_body()
951 ctx->seen |= SEEN_SKB | SEEN_CALL; build_body()
/linux-4.4.14/arch/mips/net/
H A Dbpf_jit.c72 #define SEEN_CALL (1 << BPF_MEMWORDS) macro
545 if (ctx->flags & SEEN_CALL) { save_bpf_jit_regs()
578 if (ctx->flags & SEEN_CALL) restore_bpf_jit_regs()
596 if (ctx->flags & SEEN_CALL) get_stack_depth()
704 ctx->flags |= SEEN_CALL | SEEN_OFF | build_body()
754 ctx->flags |= SEEN_X | SEEN_CALL | SEEN_SKB; build_body()

Completed in 278 milliseconds