Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/trace/
H A Dftrace.c97 return (ppc_inst_val(op) & ~PPC_LI_MASK) == PPC_RAW_BL(0); in is_bl_op()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h595 #define PPC_RAW_BL(offset) (0x48000001 | PPC_LI(offset)) macro
/linux/arch/powerpc/net/
H A Dbpf_jit_comp32.c214 EMIT(PPC_RAW_BL(rel)); in bpf_jit_emit_func_call_rel()