Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dtrampoline.c131 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, NULL); in unregister_fentry()
146 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, new_addr); in modify_fentry()
167 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, NULL, new_addr); in register_fentry()
274 int err = bpf_arch_text_poke(im->ip_after_call, BPF_MOD_JUMP, in bpf_tramp_image_put()
436 err = bpf_arch_text_poke(tr->func.addr, BPF_MOD_JUMP, NULL, in bpf_trampoline_link_prog()
471 err = bpf_arch_text_poke(tr->func.addr, BPF_MOD_JUMP, in bpf_trampoline_unlink_prog()
Ddispatcher.c125 err = bpf_arch_text_poke(d->func, BPF_MOD_JUMP, old, new); in bpf_dispatcher_update()
Darraymap.c1015 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
1020 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
1027 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
1038 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
Dcore.c2434 int __weak bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function
/Linux-v5.15/include/linux/
Dbpf.h2217 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t,
/Linux-v5.15/arch/x86/net/
Dbpf_jit_comp.c372 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function