Searched refs:ip_after_call (Results 1 – 6 of 6) sorted by relevance
296 if (im->ip_after_call) in __bpf_tramp_image_put_rcu_tasks()332 if (im->ip_after_call) { in bpf_tramp_image_put()333 int err = bpf_arch_text_poke(im->ip_after_call, BPF_MOD_JUMP, in bpf_tramp_image_put()
2433 im->ip_after_call = jit->prg_buf + jit->prg; in __arch_prepare_bpf_trampoline()
963 im->ip_after_call = ctx->insns + ctx->ninsns; in __arch_prepare_bpf_trampoline()
1973 im->ip_after_call = ctx->image + ctx->idx; in prepare_trampoline()
2542 im->ip_after_call = prog; in arch_prepare_bpf_trampoline()
1127 void *ip_after_call; member