Searched defs:jit_ctx (Results 1 – 4 of 4) sorted by relevance
13 struct jit_ctx { struct27 struct jit_ctx ctx; argument
75 struct jit_ctx { struct76 const struct bpf_prog *prog;77 int idx;101 static inline void emit(const u32 insn, struct jit_ctx *ctx) in emit() argument
189 struct jit_ctx { struct190 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;198 bool saw_call;199 bool saw_tail_call;[all …]
202 struct jit_ctx { struct203 const struct bpf_prog *prog;204 unsigned int idx;205 unsigned int prologue_bytes;208 u32 flags;209 u32 *offsets;210 u32 *target;211 u32 stack_size;213 u16 epilogue_bytes;214 u16 imm_count;[all …]