Searched refs:PPC_RAW_BRANCH (Results 1 – 4 of 4) sorted by relevance
41 EMIT(PPC_RAW_BRANCH(offset)); \
69 EMIT(PPC_RAW_BRANCH(4 - (long)ctx->idx * 4)); in bpf_jit_build_fentry_stubs()430 PPC_RAW_BRANCH((long)(pc + jmp_off) - (long)&fixup[BPF_FIXUP_LEN - 1]); in bpf_add_extable_entry()
373 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()
594 #define PPC_RAW_BRANCH(offset) (0x48000000 | PPC_LI(offset)) macro