Lines Matching refs:branches
1776 __le32 **branches)
1794 branches[i] = ctx->image + ctx->idx;
1847 __le32 **branches = NULL;
1955 branches = kcalloc(fmod_ret->nr_links, sizeof(__le32 *),
1957 if (!branches)
1961 run_ctx_off, branches);
1977 /* update the branches saved in invoke_bpf_mod_ret with cbnz */
1979 int offset = &ctx->image[ctx->idx] - branches[i];
1980 *branches[i] = cpu_to_le32(A64_CBNZ(1, A64_R(10), offset));
2024 kfree(branches);