Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit.h74 EMIT(PPC_RAW_LI(d, i)); \
94 EMIT(PPC_RAW_LI(d, ((uintptr_t)(i) >> 32) & \
/linux/arch/powerpc/kernel/
H A Dsignal_32.c789 unsafe_put_user(PPC_RAW_LI(_R0, __NR_rt_sigreturn), &mctx->mc_pad[0], failed); in handle_rt_signal32()
885 unsafe_put_user(PPC_RAW_LI(_R0, __NR_sigreturn), &mctx->mc_pad[0], failed); in handle_signal32()
H A Dsignal_64.c633 err |= __put_user(PPC_RAW_LI(_R0, syscall), &tramp[2]); in setup_trampoline()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h502 #define PPC_RAW_LI(r, i) PPC_RAW_ADDI(r, 0, i) macro