Searched refs:PPC_RAW_LI (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/powerpc/net/ |
| A D | bpf_jit_comp32.c | 132 EMIT(PPC_RAW_LI(_R4, 0)); in bpf_jit_build_prologue() 502 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 521 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 522 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body() 615 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 624 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 671 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 674 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 711 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 902 EMIT(PPC_RAW_LI(tmp_reg, off)); in bpf_jit_build_body() [all …]
|
| A D | bpf_jit.h | 54 EMIT(PPC_RAW_LI(d, i)); \ 68 EMIT(PPC_RAW_LI(d, ((uintptr_t)(i) >> 32) & \
|
| A D | bpf_jit_comp64.c | 140 EMIT(PPC_RAW_LI(bpf_to_ppc(TMP_REG_1), 0)); in bpf_jit_build_prologue() 551 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 773 EMIT(PPC_RAW_LI(tmp2_reg, 4)); in bpf_jit_build_body() 836 EMIT(PPC_RAW_LI(tmp1_reg, imm)); in bpf_jit_build_body() 844 EMIT(PPC_RAW_LI(tmp1_reg, imm)); in bpf_jit_build_body() 864 EMIT(PPC_RAW_LI(tmp2_reg, off)); in bpf_jit_build_body() 880 EMIT(PPC_RAW_LI(tmp1_reg, off)); in bpf_jit_build_body() 1001 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 1040 EMIT(PPC_RAW_LI(tmp1_reg, off)); in bpf_jit_build_body()
|
| A D | bpf_jit_comp.c | 287 fixup[0] = PPC_RAW_LI(dst_reg, 0); in bpf_add_extable_entry() 289 fixup[1] = PPC_RAW_LI(dst_reg - 1, 0); /* clear higher 32-bit register too */ in bpf_add_extable_entry()
|
| /linux/arch/powerpc/kernel/ |
| 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()
|
| A D | signal_64.c | 633 err |= __put_user(PPC_RAW_LI(_R0, syscall), &tramp[2]); in setup_trampoline()
|
| /linux/arch/powerpc/include/asm/ |
| A D | ppc-opcode.h | 501 #define PPC_RAW_LI(r, i) PPC_RAW_ADDI(r, 0, i) macro
|
Completed in 20 milliseconds