Home
last modified time | relevance | path

Searched refs:bpf_is_seen_register (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit.h156 static inline bool bpf_is_seen_register(struct codegen_context *ctx, int i) in bpf_is_seen_register() function
H A Dbpf_jit_comp32.c93 bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_FP)); in bpf_has_stack_frame()
159 if (bpf_is_seen_register(ctx, i)) in bpf_jit_build_prologue()
163 if (bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_FP))) { in bpf_jit_build_prologue()
179 if (bpf_is_seen_register(ctx, i)) in bpf_jit_emit_common_epilogue()
1063 if (bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_5))) { in bpf_jit_build_body()
H A Dbpf_jit_comp64.c83 return ctx->seen & SEEN_FUNC || bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_FP)); in bpf_has_stack_frame()
167 if (bpf_is_seen_register(ctx, bpf_to_ppc(i))) in bpf_jit_build_prologue()
171 if (bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_FP))) in bpf_jit_build_prologue()
182 if (bpf_is_seen_register(ctx, bpf_to_ppc(i))) in bpf_jit_emit_common_epilogue()