Home
last modified time | relevance | path

Searched refs:poke (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c11042 struct bpf_jit_poke_descriptor *poke; in jit_subprogs() local
11044 poke = &prog->aux->poke_tab[j]; in jit_subprogs()
11045 if (poke->insn_idx < subprog_end && poke->insn_idx >= subprog_start) { in jit_subprogs()
11046 poke->aux = func[i]->aux; in jit_subprogs()
11144 /* We failed JIT'ing, so at this point we need to unregister poke in jit_subprogs()
11152 /* At this point we're guaranteed that poke descriptors are not in jit_subprogs()
11394 verbose(env, "adding tail call poke descriptor failed\n"); in fixup_bpf_calls()
11537 /* Since poke tab is now finalized, publish aux to tracker. */ in fixup_bpf_calls()

Completed in 17 milliseconds