Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Dstatic_call.c20 err = patch_instruction(site, ppc_inst(PPC_RAW_BLR())); in arch_static_call_transform()
48 err = patch_instruction(tramp, ppc_inst(PPC_RAW_BLR())); in arch_static_call_transform()
H A Dsecurity.c484 ppc_inst(PPC_RAW_BLR())); in update_branch_cache_flush()
489 ppc_inst(PPC_RAW_BLR())); in update_branch_cache_flush()
/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp.c942 EMIT(PPC_RAW_BLR()); in __arch_prepare_bpf_trampoline()
949 EMIT(PPC_RAW_BLR()); in __arch_prepare_bpf_trampoline()
H A Dbpf_jit_comp64.c205 EMIT(PPC_RAW_BLR()); in bpf_jit_build_epilogue()
H A Dbpf_jit_comp32.c203 EMIT(PPC_RAW_BLR()); in bpf_jit_build_epilogue()
/linux-6.15/arch/powerpc/lib/
H A Dfeature-fixups.c330 instrs[3] = PPC_RAW_BLR(); in do_uaccess_flush_fixups()
/linux-6.15/arch/powerpc/include/asm/
H A Dppc-opcode.h493 #define PPC_RAW_BLR() (0x4e800020) macro