Home
last modified time | relevance | path

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

/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()
430 PPC_RAW_BRANCH((long)(pc + jmp_off) - (long)&fixup[BPF_FIXUP_LEN - 1]); in bpf_add_extable_entry()
/linux/arch/powerpc/kernel/trace/
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/include/asm/
H A Dppc-opcode.h594 #define PPC_RAW_BRANCH(offset) (0x48000000 | PPC_LI(offset)) macro