Home
last modified time | relevance | path

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

/arch/mips/net/
Debpf_jit.c105 struct jit_ctx { struct
125 static enum reg_val_type get_reg_val_type(const struct jit_ctx *ctx, in get_reg_val_type() argument
Dbpf_jit.c97 struct jit_ctx { struct
118 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx); argument
/arch/arm64/net/
Dbpf_jit_comp.c66 struct jit_ctx { struct
75 static inline void emit(const u32 insn, struct jit_ctx *ctx) in emit() argument
/arch/sparc/net/
Dbpf_jit_comp_64.c193 struct jit_ctx { struct
194 struct bpf_prog *prog;
195 unsigned int *offset;
196 int idx;
197 int epilogue_offset;
198 bool tmp_1_used;
199 bool tmp_2_used;
200 bool tmp_3_used;
201 bool saw_ld_abs_ind;
202 bool saw_frame_pointer;
[all …]
/arch/arm/net/
Dbpf_jit_32.c149 struct jit_ctx { struct
150 const struct bpf_prog *prog;
151 unsigned int idx;
152 unsigned int prologue_bytes;
153 unsigned int epilogue_offset;
154 u32 flags;
155 u32 *offsets;
179 static inline void _emit(int cond, u32 inst, struct jit_ctx *ctx) in _emit() argument