Searched refs:bpf_index (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/arch/mips/net/ | 
| D | bpf_jit_comp.c | 187 	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()
  | 
| D | bpf_jit_comp.h | 79 	u32 bpf_index;                /* Index of current BPF program insn   */  member
  | 
| D | bpf_jit_comp64.c | 1052 		if (ctx->bpf_index == ctx->program->len - 1)  in build_insn() 1067 			     ctx->bpf_index, code);  in build_insn()
  | 
| D | bpf_jit_comp32.c | 1887 		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/ | 
| D | bpf_jit_comp_64.c | 853 	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()
  |