Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/loongarch/net/
Dbpf_jit.h13 struct jit_ctx { struct
27 struct jit_ctx ctx; argument
/kernel/linux/linux-5.10/arch/mips/net/
Debpf_jit.c100 struct jit_ctx { struct
119 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
/kernel/linux/linux-5.10/arch/arm64/net/
Dbpf_jit_comp.c55 struct jit_ctx { struct
65 static inline void emit(const u32 insn, struct jit_ctx *ctx) in emit() argument
/kernel/linux/linux-5.10/arch/arm/net/
Dbpf_jit_32.c200 struct jit_ctx { struct
201 const struct bpf_prog *prog;
202 unsigned int idx;
203 unsigned int prologue_bytes;
204 unsigned int epilogue_offset;
205 unsigned int cpu_architecture;
206 u32 flags;
207 u32 *offsets;
231 static inline void _emit(int cond, u32 inst, struct jit_ctx *ctx) in _emit() argument
/kernel/linux/linux-6.6/arch/arm/net/
Dbpf_jit_32.c200 struct jit_ctx { struct
201 const struct bpf_prog *prog;
202 unsigned int idx;
203 unsigned int prologue_bytes;
204 unsigned int epilogue_offset;
205 unsigned int cpu_architecture;
206 u32 flags;
207 u32 *offsets;
231 static inline void _emit(int cond, u32 inst, struct jit_ctx *ctx) in _emit() argument
/kernel/linux/linux-5.10/arch/sparc/net/
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 …]
/kernel/linux/linux-6.6/arch/sparc/net/
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 …]
/kernel/linux/linux-6.6/arch/arm64/net/
Dbpf_jit_comp.c72 struct jit_ctx { struct
92 static inline void emit(const u32 insn, struct jit_ctx *ctx) in emit() argument