Home
last modified time | relevance | path

Searched refs:codegen_context (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/net/
Dbpf_jit_comp64.c33 static inline bool bpf_is_seen_register(struct codegen_context *ctx, int i) in bpf_is_seen_register()
38 static inline void bpf_set_seen_register(struct codegen_context *ctx, int i) in bpf_set_seen_register()
43 static inline bool bpf_has_stack_frame(struct codegen_context *ctx) in bpf_has_stack_frame()
65 static int bpf_jit_stack_local(struct codegen_context *ctx) in bpf_jit_stack_local()
73 static int bpf_jit_stack_tailcallcnt(struct codegen_context *ctx) in bpf_jit_stack_tailcallcnt()
78 static int bpf_jit_stack_offsetof(struct codegen_context *ctx, int reg) in bpf_jit_stack_offsetof()
89 static void bpf_jit_build_prologue(u32 *image, struct codegen_context *ctx) in bpf_jit_build_prologue()
137 static void bpf_jit_emit_common_epilogue(u32 *image, struct codegen_context *ctx) in bpf_jit_emit_common_epilogue()
156 static void bpf_jit_build_epilogue(u32 *image, struct codegen_context *ctx) in bpf_jit_build_epilogue()
166 static void bpf_jit_emit_func_call_hlp(u32 *image, struct codegen_context *ctx, in bpf_jit_emit_func_call_hlp()
[all …]
Dbpf_jit64.h93 struct codegen_context { struct
Dbpf_jit_comp.c25 struct codegen_context *ctx) in bpf_jit_build_prologue()
81 static void bpf_jit_build_epilogue(u32 *image, struct codegen_context *ctx) in bpf_jit_build_epilogue()
111 struct codegen_context *ctx, in bpf_jit_build_body()
557 struct codegen_context cgctx; in bpf_jit_compile()
Dbpf_jit32.h131 struct codegen_context { struct