Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/net/
H A Dbpf_jit.h163 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()
162 if (bpf_is_seen_register(ctx, i)) in bpf_jit_build_prologue()
166 if (bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_FP))) { in bpf_jit_build_prologue()
182 if (bpf_is_seen_register(ctx, i)) in bpf_jit_emit_common_epilogue()
1141 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()
170 if (bpf_is_seen_register(ctx, bpf_to_ppc(i))) in bpf_jit_build_prologue()
174 if (bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_FP))) in bpf_jit_build_prologue()
185 if (bpf_is_seen_register(ctx, bpf_to_ppc(i))) in bpf_jit_emit_common_epilogue()