Home
last modified time | relevance | path

Searched refs:PPC_RAW_BL (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/powerpc/kernel/trace/
Dftrace.c93 return (ppc_inst_val(op) & ~PPC_LI_MASK) == PPC_RAW_BL(0); in is_bl_op()
Dftrace_64_pg.c98 return (ppc_inst_val(op) & ~PPC_LI_MASK) == PPC_RAW_BL(0); in is_bl_op()
/linux-6.12.1/arch/powerpc/include/asm/
Dppc-opcode.h591 #define PPC_RAW_BL(offset) (0x48000001 | PPC_LI(offset)) macro
/linux-6.12.1/arch/powerpc/net/
Dbpf_jit_comp32.c209 EMIT(PPC_RAW_BL(rel)); in bpf_jit_emit_func_call_rel()