Searched refs:bpf_arch_text_poke (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | trampoline.c | 186 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, NULL); in unregister_fentry() 203 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, new_addr); in modify_fentry() 226 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, NULL, new_addr); in register_fentry() 337 int err = bpf_arch_text_poke(im->ip_after_call, BPF_MOD_JUMP, in bpf_tramp_image_put() 576 return bpf_arch_text_poke(tr->func.addr, BPF_MOD_JUMP, NULL, in __bpf_trampoline_link_prog() 623 err = bpf_arch_text_poke(tr->func.addr, BPF_MOD_JUMP, in __bpf_trampoline_unlink_prog()
|
| H A D | core.c | 3102 int __weak bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function
|
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 1097 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type poke_type, in bpf_arch_text_poke() function
|
| /linux-6.15/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 2375 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function
|
| /linux-6.15/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 667 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type poke_type, in bpf_arch_text_poke() function
|
| /linux-6.15/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2654 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type poke_type, in bpf_arch_text_poke() function
|
| /linux-6.15/include/linux/ |
| H A D | bpf.h | 3511 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t,
|
| /linux-6.15/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 642 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() function
|