Searched refs:BPF_MOD_CALL (Results 1 – 6 of 6) 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()
|
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 1109 branch_flags = poke_type == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke()
|
| /linux-6.15/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 611 ret = t == BPF_MOD_CALL ? in __bpf_arch_text_poke() 621 ret = t == BPF_MOD_CALL ? in __bpf_arch_text_poke()
|
| /linux-6.15/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 671 bool is_call = poke_type == BPF_MOD_CALL; in bpf_arch_text_poke()
|
| /linux-6.15/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2699 if (poke_type == BPF_MOD_CALL) in bpf_arch_text_poke()
|
| /linux-6.15/include/linux/ |
| H A D | bpf.h | 3507 BPF_MOD_CALL, enumerator
|