Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit.h40 #define PPC_BL(dest) EMIT(PPC_RAW_BL((dest) - (unsigned long)(image + ctx->idx)))
/openbmc/linux/arch/powerpc/kernel/trace/
H A Dftrace.c93 return (ppc_inst_val(op) & ~PPC_LI_MASK) == PPC_RAW_BL(0); in is_bl_op()
H A Dftrace_64_pg.c98 return (ppc_inst_val(op) & ~PPC_LI_MASK) == PPC_RAW_BL(0); in is_bl_op()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h585 #define PPC_RAW_BL(offset) (0x48000001 | PPC_LI(offset)) macro