Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dtrampoline.c132 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, NULL); in unregister_fentry()
147 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, new_addr); in modify_fentry()
168 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, NULL, new_addr); in register_fentry()
275 int err = bpf_arch_text_poke(im->ip_after_call, BPF_MOD_JUMP, in bpf_tramp_image_put()
437 err = bpf_arch_text_poke(tr->func.addr, BPF_MOD_JUMP, NULL, in bpf_trampoline_link_prog()
472 err = bpf_arch_text_poke(tr->func.addr, BPF_MOD_JUMP, in bpf_trampoline_unlink_prog()
A Ddispatcher.c125 err = bpf_arch_text_poke(d->func, BPF_MOD_JUMP, old, new); in bpf_dispatcher_update()
A Darraymap.c1014 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
1019 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
1026 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
1037 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
A Dcore.c2450 int __weak bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function
/linux/arch/x86/net/
A Dbpf_jit_comp.c379 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function
/linux/include/linux/
A Dbpf.h2265 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t,
/linux/
A DSystem.map5921 ffff800010170620 W bpf_arch_text_poke
A D.tmp_System.map5921 ffff800010170620 W bpf_arch_text_poke

Completed in 349 milliseconds