Home
last modified time | relevance | path

Searched refs:poke_tab (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Ddrgn.rst152 .poke_tab = (struct bpf_jit_poke_descriptor *)0x0,
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcore.c267 kfree(fp->aux->poke_tab); in __bpf_prog_free()
780 struct bpf_jit_poke_descriptor *tab = prog->aux->poke_tab; in bpf_jit_add_poke_descriptor()
806 prog->aux->poke_tab = tab; in bpf_jit_add_poke_descriptor()
H A Darraymap.c929 poke = &elem->aux->poke_tab[i]; in prog_array_map_poke_run()
H A Dverifier.c10523 struct bpf_jit_poke_descriptor *tab = prog->aux->poke_tab; in adjust_poke_descs()
11166 u32 insn_idx = prog->aux->poke_tab[j].insn_idx; in jit_subprogs()
11174 &prog->aux->poke_tab[j]); in jit_subprogs()
11182 map_ptr = func[i]->aux->poke_tab[ret].tail_call.map; in jit_subprogs()
11221 map_ptr = prog->aux->poke_tab[i].tail_call.map; in jit_subprogs()
11299 map_ptr = func[i]->aux->poke_tab[j].tail_call.map; in jit_subprogs()
11699 map_ptr = prog->aux->poke_tab[i].tail_call.map; in fixup_bpf_calls()
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c557 poke = &prog->aux->poke_tab[i]; in bpf_tail_call_direct_fixup()
1264 emit_bpf_tail_call_direct(&bpf_prog->aux->poke_tab[imm32 - 1], in do_jit()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h825 struct bpf_jit_poke_descriptor *poke_tab; member