Home
last modified time | relevance | path

Searched refs:bpf_index (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/arch/mips/net/
Dbpf_jit_comp.c187 return (INDEX(ctx->descriptors[ctx->bpf_index + off]) - in get_offset()
556 u32 *descp = &ctx->descriptors[ctx->bpf_index]; in setup_jmp()
580 int target = ctx->bpf_index + bpf_off + 1; in setup_jmp()
581 int origin = ctx->bpf_index + 1; in setup_jmp()
686 if (CONVERTED(ctx->descriptors[ctx->bpf_index])) { in finish_jmp()
687 int target = get_target(ctx, ctx->bpf_index + bpf_off + 1); in finish_jmp()
828 int target = get_target(ctx, ctx->bpf_index + off + 1); in emit_ja()
864 ctx->bpf_index = i; in build_body()
Dbpf_jit_comp.h79 u32 bpf_index; /* Index of current BPF program insn */ member
Dbpf_jit_comp64.c1052 if (ctx->bpf_index == ctx->program->len - 1) in build_insn()
1067 ctx->bpf_index, code); in build_insn()
Dbpf_jit_comp32.c1887 if (ctx->bpf_index == ctx->program->len - 1) in build_insn()
1902 ctx->bpf_index, code); in build_insn()
/Linux-v6.6/arch/sparc/net/
Dbpf_jit_comp_64.c853 const u8 bpf_index = bpf2sparc[BPF_REG_3]; in emit_tail_call() local
861 emit_cmp(bpf_index, tmp, ctx); in emit_tail_call()
877 emit_alu3_K(SLL, bpf_index, 3, tmp, ctx); in emit_tail_call()