Home
last modified time | relevance | path

Searched refs:tail_call (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Darraymap.c1067 if (poke->tail_call.map != map || in prog_array_map_poke_run()
1068 poke->tail_call.key != key) in prog_array_map_poke_run()
H A Dcore.c815 if (!poke->tail_call.map) in bpf_jit_add_poke_descriptor()
H A Dverifier.c18663 map_ptr = prog->aux->poke_tab[i].tail_call.map; in jit_subprogs()
19063 .tail_call.map = BPF_MAP_PTR(aux->map_ptr_state), in do_misc_fixups()
19064 .tail_call.key = bpf_map_key_immediate(aux), in do_misc_fixups()
19386 map_ptr = prog->aux->poke_tab[i].tail_call.map; in do_misc_fixups()
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c604 array = container_of(poke->tail_call.map, struct bpf_array, map); in bpf_tail_call_direct_fixup()
606 target = array->ptrs[poke->tail_call.key]; in bpf_tail_call_direct_fixup()
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc888 bool in_prologue, bool tail_call)
894 tcg_out_arithi(s, tail_call ? TCG_REG_G0 : TCG_REG_O7,
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h5667 FN(tail_call, 12, ##ctx) \
/openbmc/linux/include/uapi/linux/
H A Dbpf.h5667 FN(tail_call, 12, ##ctx) \
/openbmc/linux/include/linux/
H A Dbpf.h1369 } tail_call; member