Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c75 struct jit_ctx { struct
76 const struct bpf_prog *prog;
77 int idx;
101 static inline void emit(const u32 insn, struct jit_ctx *ctx) in emit() argument
/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c189 struct jit_ctx { struct
190 struct bpf_prog *prog;
191 unsigned int *offset;
192 int idx;
193 int epilogue_offset;
194 bool tmp_1_used;
195 bool tmp_2_used;
196 bool tmp_3_used;
197 bool saw_frame_pointer;
198 bool saw_call;
[all …]
/linux/arch/arm/net/
H A Dbpf_jit_32.c202 struct jit_ctx { struct
203 const struct bpf_prog *prog;
204 unsigned int idx;
205 unsigned int prologue_bytes;
206 unsigned int epilogue_offset;
207 unsigned int cpu_architecture;
208 u32 flags;
209 u32 *offsets;
210 u32 *target;
211 u32 stack_size;
[all …]