Searched defs:jit_ctx (Results 1 – 5 of 5) sorted by relevance
100 struct jit_ctx { struct119 static enum reg_val_type get_reg_val_type(const struct jit_ctx *ctx, in get_reg_val_type() argument
97 struct jit_ctx { struct118 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx); argument
55 struct jit_ctx { struct65 static inline void emit(const u32 insn, struct jit_ctx *ctx) in emit() argument
188 struct jit_ctx { struct189 const struct bpf_prog *prog;190 unsigned int idx;191 unsigned int prologue_bytes;192 unsigned int epilogue_offset;193 unsigned int cpu_architecture;194 u32 flags;195 u32 *offsets;219 static inline void _emit(int cond, u32 inst, 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;197 bool saw_frame_pointer;198 bool saw_call;[all …]