Home
last modified time | relevance | path

Searched refs:bpf_is_seen_register (Results 1 – 2 of 2) 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_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()