Searched refs:gen_branch_or_nop (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/arm64/net/ |
D | bpf_jit_comp.c | 2025 static int gen_branch_or_nop(enum aarch64_insn_branch_type type, void *ip, in gen_branch_or_nop() function 2157 if (gen_branch_or_nop(branch_type, ip, old_addr, plt, &old_insn) < 0) in bpf_arch_text_poke() 2160 if (gen_branch_or_nop(branch_type, ip, new_addr, plt, &new_insn) < 0) in bpf_arch_text_poke()
|