Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/net/
Dbpf_jit.h38 #define PPC_BL(dest) EMIT(PPC_RAW_BL((dest) - (unsigned long)(image + ctx->idx)))
/Linux-v6.1/arch/powerpc/kernel/trace/
Dftrace.c93 return (ppc_inst_val(op) & ~PPC_LI_MASK) == PPC_RAW_BL(0); in is_bl_op()
/Linux-v6.1/arch/powerpc/include/asm/
Dppc-opcode.h575 #define PPC_RAW_BL(offset) (0x48000001 | PPC_LI(offset)) macro