Searched defs:jit_ctx (Results 1 – 3 of 3) sorted by relevance
59 struct jit_ctx { struct60 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 …]
59 struct jit_ctx { struct68 static inline void emit(const u32 insn, struct jit_ctx *ctx) in emit() argument
98 struct jit_ctx { struct119 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx); argument