Home
last modified time | relevance | path

Searched refs:tailcall_target_stable (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c558 WARN_ON_ONCE(READ_ONCE(poke->tailcall_target_stable)); in bpf_tail_call_direct_fixup()
587 WRITE_ONCE(poke->tailcall_target_stable, true); in bpf_tail_call_direct_fixup()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Darraymap.c961 if (!READ_ONCE(poke->tailcall_target_stable)) in prog_array_map_poke_run()
H A Dcore.c787 if (poke->tailcall_target || poke->tailcall_target_stable || in bpf_jit_add_poke_descriptor()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h779 bool tailcall_target_stable; member