Searched refs:BPF_MOD_CALL (Results 1 – 7 of 7) sorted by relevance
1321 if (old_t == BPF_MOD_CALL || new_t == BPF_MOD_CALL) { in bpf_arch_text_poke()1355 branch_flags = old_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke()1364 branch_flags = new_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke()
373 enum bpf_text_poke_type new_t = BPF_MOD_CALL, old_t = BPF_MOD_CALL; in bpf_trampoline_update_fentry()
867 is_call = old_t == BPF_MOD_CALL; in bpf_arch_text_poke()875 is_call = new_t == BPF_MOD_CALL; in bpf_arch_text_poke()
1589 is_call = old_t == BPF_MOD_CALL; in bpf_arch_text_poke()1597 is_call = new_t == BPF_MOD_CALL; in bpf_arch_text_poke()
2988 branch_type = old_t == BPF_MOD_CALL ? AARCH64_INSN_BRANCH_LINK : in bpf_arch_text_poke()2993 branch_type = new_t == BPF_MOD_CALL ? AARCH64_INSN_BRANCH_LINK : in bpf_arch_text_poke()
604 ret = old_t == BPF_MOD_CALL ? in __bpf_arch_text_poke()614 ret = new_t == BPF_MOD_CALL ? in __bpf_arch_text_poke()
3851 BPF_MOD_CALL, enumerator