Home
last modified time | relevance | path

Searched refs:PPC_RAW_BRANCH (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/platforms/microwatt/
H A Dsmp.c66 *(unsigned int *)(KERNELBASE+4) = PPC_RAW_BRANCH(&__secondary_hold - (char *)(KERNELBASE+4)); in microwatt_init_smp()
/linux/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c103 return (ppc_inst_val(op) & ~PPC_LI_MASK) == PPC_RAW_BRANCH(0); in is_b_op()
224 pop = ppc_inst(PPC_RAW_BRANCH(8)); /* b +8 */ in __ftrace_make_nop()
401 return ppc_inst_equal(op0, ppc_inst(PPC_RAW_BRANCH(8))) && in expected_nop_sequence()
H A Dftrace.c373 ppc_inst(PPC_RAW_BRANCH((long)ftrace_get_ool_stub(rec) - (long)rec->ip))); in ftrace_make_call()
446 call_inst = ppc_inst(PPC_RAW_BRANCH((long)ftrace_get_ool_stub(rec) - in ftrace_replace_code()
/linux/arch/powerpc/net/
H A Dbpf_jit.h41 EMIT(PPC_RAW_BRANCH(offset)); \
H A Dbpf_jit_comp.c69 EMIT(PPC_RAW_BRANCH(4 - (long)ctx->idx * 4)); in bpf_jit_build_fentry_stubs()
450 PPC_RAW_BRANCH((long)(pc + jmp_off) - (long)&fixup[BPF_FIXUP_LEN - 1]); in bpf_add_extable_entry()
/linux/arch/powerpc/lib/
H A Dfeature-fixups.c458 instrs[0] = PPC_RAW_BRANCH(16); in __do_rfi_flush_fixups()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h594 #define PPC_RAW_BRANCH(offset) (0x48000000 | PPC_LI(offset)) macro