Searched refs:bpf_arch_text_poke (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/bpf/ |
| A D | trampoline.c | 132 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 D | dispatcher.c | 125 err = bpf_arch_text_poke(d->func, BPF_MOD_JUMP, old, new); in bpf_dispatcher_update()
|
| A D | arraymap.c | 1014 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 D | core.c | 2450 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 D | bpf_jit_comp.c | 379 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function
|
| /linux/include/linux/ |
| A D | bpf.h | 2265 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t,
|
| /linux/ |
| A D | System.map | 5921 ffff800010170620 W bpf_arch_text_poke
|
| A D | .tmp_System.map | 5921 ffff800010170620 W bpf_arch_text_poke
|
Completed in 349 milliseconds