Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtrampoline.c112 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, NULL); in unregister_fentry()
124 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, new_addr); in modify_fentry()
142 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, NULL, new_addr); in register_fentry()
245 int err = bpf_arch_text_poke(im->ip_after_call, BPF_MOD_JUMP, in bpf_tramp_image_put()
406 err = bpf_arch_text_poke(tr->func.addr, BPF_MOD_JUMP, NULL, in bpf_trampoline_link_prog()
441 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.c974 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
979 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
986 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
997 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
H A Dcore.c2339 int __weak bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h2028 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t,
/OK3568_Linux_fs/kernel/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