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.h191 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()
1135 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()
275 if (ctx->exception_boundary || bpf_is_seen_register(ctx, bpf_to_ppc(i))) in bpf_jit_build_prologue()
310 if (bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_FP))) in bpf_jit_build_prologue()
324 if (ctx->exception_cb || bpf_is_seen_register(ctx, bpf_to_ppc(i))) in bpf_jit_emit_common_epilogue()