Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c467 EMIT(PPC_RAW_BCTRL()); in bpf_jit_emit_func_call_rel()
507 EMIT(PPC_RAW_BCTRL()); in bpf_jit_emit_func_call_rel()
519 EMIT(PPC_RAW_BCTRL()); in bpf_jit_emit_func_call_rel()
539 EMIT(PPC_RAW_BCTRL()); in bpf_jit_emit_func_call_rel()
1410 EMIT(PPC_RAW_BCTRL()); in bpf_jit_build_body()
H A Dbpf_jit_comp.c657 EMIT(PPC_RAW_BCTRL()); in invoke_bpf_prog()
1078 EMIT(PPC_RAW_BCTRL()); in __arch_prepare_bpf_trampoline()
/linux/arch/powerpc/kernel/
H A Dsignal_64.c630 err |= __put_user(PPC_RAW_BCTRL(), &tramp[0]); in setup_trampoline()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h499 #define PPC_RAW_BCTRL() (0x4e800421) macro