Home
last modified time | relevance | path

Searched refs:AARCH64_INSN_BRANCH_NOLINK (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/arch/arm64/kernel/
Djump_label.c22 AARCH64_INSN_BRANCH_NOLINK); in arch_jump_label_transform()
Dmodule-plts.c33 AARCH64_INSN_BRANCH_NOLINK); in get_plt_entry()
122 AARCH64_INSN_BRANCH_NOLINK); in module_emit_veneer_for_adrp()
Dftrace.c498 AARCH64_INSN_BRANCH_NOLINK); in ftrace_modify_graph_caller()
Dmodule.c337 AARCH64_INSN_BRANCH_NOLINK); in reloc_insn_adrp()
/linux-6.6.21/arch/arm64/kvm/
Dva_layout.c240 AARCH64_INSN_BRANCH_NOLINK); in kvm_patch_vector_branch()
/linux-6.6.21/arch/arm64/lib/
Dinsn.c280 case AARCH64_INSN_BRANCH_NOLINK: in aarch64_insn_gen_branch_imm()
359 case AARCH64_INSN_BRANCH_NOLINK: in aarch64_insn_gen_branch_reg()
/linux-6.6.21/arch/arm64/include/asm/
Dinsn.h162 AARCH64_INSN_BRANCH_NOLINK, enumerator
/linux-6.6.21/arch/arm64/net/
Dbpf_jit.h51 #define A64_BR(Rn) aarch64_insn_gen_branch_reg(Rn, AARCH64_INSN_BRANCH_NOLINK)
Dbpf_jit_comp.c2217 branch_type = AARCH64_INSN_BRANCH_NOLINK; in bpf_arch_text_poke()