Home
last modified time | relevance | path

Searched defs:jit_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.c59 struct jit_ctx { struct
60 const struct bpf_prog *skf;
61 unsigned idx;
62 unsigned prologue_bytes;
63 int ret0_fp_idx;
64 u32 seen;
65 u32 flags;
66 u32 *offsets;
67 u32 *target;
69 u16 epilogue_bytes;
[all …]
/linux-4.4.14/arch/arm64/net/
Dbpf_jit_comp.c59 struct jit_ctx { struct
68 static inline void emit(const u32 insn, struct jit_ctx *ctx) in emit() argument
/linux-4.4.14/arch/mips/net/
Dbpf_jit.c98 struct jit_ctx { struct
119 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx); argument