Home
last modified time | relevance | path

Searched refs:bpf_arch_text_poke (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/kernel/bpf/
H A Dtrampoline.c110 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, NULL); in unregister_fentry()
122 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, new_addr); in modify_fentry()
140 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, NULL, new_addr); in register_fentry()
242 int err = bpf_arch_text_poke(im->ip_after_call, BPF_MOD_JUMP, in bpf_tramp_image_put()
403 err = bpf_arch_text_poke(tr->func.addr, BPF_MOD_JUMP, NULL, in bpf_trampoline_link_prog()
438 err = bpf_arch_text_poke(tr->func.addr, BPF_MOD_JUMP, in bpf_trampoline_unlink_prog()
H A Ddispatcher.c125 err = bpf_arch_text_poke(d->func, BPF_MOD_JUMP, old, new); in bpf_dispatcher_update()
H A Darraymap.c948 * from sleepable context, therefore bpf_arch_text_poke() in prog_array_map_poke_run()
959 * 5) Any other error happening below from bpf_arch_text_poke() in prog_array_map_poke_run()
975 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
980 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
987 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
998 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
H A Dcore.c2346 int __weak bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function
/kernel/linux/linux-6.6/kernel/bpf/
H A Dtrampoline.c182 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, NULL); in unregister_fentry()
199 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, new_addr); in modify_fentry()
222 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, NULL, new_addr); in register_fentry()
333 int err = bpf_arch_text_poke(im->ip_after_call, BPF_MOD_JUMP, in bpf_tramp_image_put()
535 return bpf_arch_text_poke(tr->func.addr, BPF_MOD_JUMP, NULL, in __bpf_trampoline_link_prog()
578 err = bpf_arch_text_poke(tr->func.addr, BPF_MOD_JUMP, in __bpf_trampoline_unlink_prog()
H A Dcore.c2914 int __weak bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function
/kernel/linux/linux-5.10/arch/x86/net/
H A Dbpf_jit_comp.c371 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function
573 * any parallel bpf_arch_text_poke() might occur in bpf_tail_call_direct_fixup()
/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit_comp.c2169 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type poke_type, in bpf_arch_text_poke() function
/kernel/linux/linux-6.6/arch/riscv/net/
H A Dbpf_jit_comp64.c669 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type poke_type, in bpf_arch_text_poke() function
/kernel/linux/linux-6.6/arch/s390/net/
H A Dbpf_jit_comp.c2009 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function
/kernel/linux/linux-5.10/include/linux/
H A Dbpf.h2106 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t,
/kernel/linux/linux-6.6/include/linux/
H A Dbpf.h3152 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t,
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c399 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function

Completed in 35 milliseconds