Searched refs:PPC_RAW_BRANCH (Results 1 – 5 of 5) sorted by relevance
103 return (ppc_inst_val(op) & ~PPC_LI_MASK) == PPC_RAW_BRANCH(0); in is_b_op()206 pop = ppc_inst(PPC_RAW_BRANCH(8)); /* b +8 */ in __ftrace_make_nop()404 return ppc_inst_equal(op0, ppc_inst(PPC_RAW_BRANCH(8))) && in expected_nop_sequence()
36 EMIT(PPC_RAW_BRANCH(offset)); \
260 PPC_RAW_BRANCH((long)(pc + jmp_off) - (long)&fixup[BPF_FIXUP_LEN - 1]); in bpf_add_extable_entry()
451 instrs[0] = PPC_RAW_BRANCH(16); in __do_rfi_flush_fixups()
584 #define PPC_RAW_BRANCH(offset) (0x48000000 | PPC_LI(offset)) macro