Searched refs:branches_off (Results 1 – 1 of 1) sorted by relevance
809 int *branches_off = NULL; in __arch_prepare_bpf_trampoline() local965 branches_off = kcalloc(fmod_ret->nr_links, sizeof(int), GFP_KERNEL); in __arch_prepare_bpf_trampoline()966 if (!branches_off) in __arch_prepare_bpf_trampoline()977 branches_off[i] = ctx->ninsns; in __arch_prepare_bpf_trampoline()999 offset = ninsns_rvoff(ctx->ninsns - branches_off[i]); in __arch_prepare_bpf_trampoline()1001 *(u32 *)(ctx->insns + branches_off[i]) = insn; in __arch_prepare_bpf_trampoline()1056 kfree(branches_off); in __arch_prepare_bpf_trampoline()