Searched refs:PPC_RAW_LI (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit.h | 74 EMIT(PPC_RAW_LI(d, i)); \ 94 EMIT(PPC_RAW_LI(d, ((uintptr_t)(i) >> 32) & \
|
| H A D | bpf_jit_comp.c | 422 fixup[0] = PPC_RAW_LI(dst_reg, 0); in bpf_add_extable_entry() 427 fixup[1] = PPC_RAW_LI(dst_reg - 1, 0); /* clear higher 32-bit register too */ in bpf_add_extable_entry() 696 EMIT(PPC_RAW_LI(_R3, 0)); in invoke_bpf_mod_ret()
|
| /linux/arch/powerpc/kernel/ |
| H A D | signal_32.c | 789 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 D | signal_64.c | 633 err |= __put_user(PPC_RAW_LI(_R0, syscall), &tramp[2]); in setup_trampoline()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 502 #define PPC_RAW_LI(r, i) PPC_RAW_ADDI(r, 0, i) macro
|