Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/net/
Dbpf_jit_comp64.c237 EMIT(PPC_RAW_BCTRL()); in bpf_jit_emit_func_call_hlp()
271 EMIT(PPC_RAW_BCTRL()); in bpf_jit_emit_func_call_rel()
748 EMIT(PPC_RAW_BCTRL()); in bpf_jit_build_body()
Dbpf_jit_comp32.c214 EMIT(PPC_RAW_BCTRL()); in bpf_jit_emit_func_call_rel()
/linux-6.6.21/arch/powerpc/kernel/
Dsignal_64.c630 err |= __put_user(PPC_RAW_BCTRL(), &tramp[0]); in setup_trampoline()
/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h497 #define PPC_RAW_BCTRL() (0x4e800421) macro