Lines Matching refs:target
591 struct bpf_prog *target;
606 target = array->ptrs[poke->tail_call.key];
607 if (target) {
610 (u8 *)target->bpf_func +
1554 * Compute size of x86 insn and its target dest x86 register.
2197 /* replace 2 nops with JE insn, since jmp target is known */
2219 u8 *target, *prog = *pprog;
2221 target = PTR_ALIGN(prog, align);
2222 if (target != prog)
2223 emit_nops(&prog, target - prog);