Searched refs:PPC_RAW_LI (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp32.c | 132 EMIT(PPC_RAW_LI(_R4, 0)); in bpf_jit_build_prologue() 486 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 500 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 503 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body() 584 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 593 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 640 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 643 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 680 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 853 EMIT(PPC_RAW_LI(tmp_reg, off)); in bpf_jit_build_body() [all …]
|
H A D | bpf_jit.h | 57 EMIT(PPC_RAW_LI(d, i)); \ 71 EMIT(PPC_RAW_LI(d, ((uintptr_t)(i) >> 32) & \
|
H A D | bpf_jit_comp64.c | 140 EMIT(PPC_RAW_LI(bpf_to_ppc(TMP_REG_1), 0)); in bpf_jit_build_prologue() 495 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 698 EMIT(PPC_RAW_LI(tmp2_reg, 4)); in bpf_jit_build_body() 761 EMIT(PPC_RAW_LI(tmp1_reg, imm)); in bpf_jit_build_body() 769 EMIT(PPC_RAW_LI(tmp1_reg, imm)); in bpf_jit_build_body() 789 EMIT(PPC_RAW_LI(tmp2_reg, off)); in bpf_jit_build_body() 805 EMIT(PPC_RAW_LI(tmp1_reg, off)); in bpf_jit_build_body() 920 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 943 EMIT(PPC_RAW_LI(tmp1_reg, off)); in bpf_jit_build_body()
|
H A D | bpf_jit_comp.c | 255 fixup[0] = PPC_RAW_LI(dst_reg, 0); in bpf_add_extable_entry() 257 fixup[1] = PPC_RAW_LI(dst_reg - 1, 0); /* clear higher 32-bit register too */ in bpf_add_extable_entry()
|
/openbmc/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()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 500 #define PPC_RAW_LI(r, i) PPC_RAW_ADDI(r, 0, i) macro
|