Home
last modified time | relevance | path

Searched refs:BPF_MOD_CALL (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/bpf/
H A Dtrampoline.c186 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/arch/powerpc/net/
H A Dbpf_jit_comp.c1122 branch_flags = poke_type == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c612 ret = t == BPF_MOD_CALL ? in __bpf_arch_text_poke()
622 ret = t == BPF_MOD_CALL ? in __bpf_arch_text_poke()
/linux/arch/loongarch/net/
H A Dbpf_jit.c1291 bool is_call = (poke_type == BPF_MOD_CALL); in bpf_arch_text_poke()
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c859 bool is_call = poke_type == BPF_MOD_CALL; in bpf_arch_text_poke()
/linux/include/linux/
H A Dbpf.h3673 BPF_MOD_CALL, enumerator
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2971 if (poke_type == BPF_MOD_CALL) in bpf_arch_text_poke()