Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit.h197 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()
197 if (bpf_is_seen_register(ctx, i)) in bpf_jit_build_prologue()
201 if (bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_FP))) { in bpf_jit_build_prologue()
217 if (bpf_is_seen_register(ctx, i)) in bpf_jit_emit_common_epilogue()
1170 if (bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_5))) { in bpf_jit_build_body()
H A Dbpf_jit_comp64.c118 bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_FP)) || in bpf_has_stack_frame()
318 if (ctx->exception_boundary || bpf_is_seen_register(ctx, bpf_to_ppc(i))) in bpf_jit_build_prologue()
353 if (bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_FP))) { in bpf_jit_build_prologue()
374 if (ctx->exception_cb || bpf_is_seen_register(ctx, bpf_to_ppc(i))) in bpf_jit_emit_common_epilogue()