Searched refs:PPC_RAW_LI (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/arch/powerpc/net/ |
| D | bpf_jit_comp32.c | 112 EMIT(PPC_RAW_LI(bpf_to_ppc(ctx, BPF_REG_1) - 1, 0)); in bpf_jit_build_prologue() 150 EMIT(PPC_RAW_LI(bpf_to_ppc(ctx, BPF_REG_FP) - 1, 0)); in bpf_jit_build_prologue() 441 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 454 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 457 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body() 497 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body() 522 EMIT(PPC_RAW_LI(dst_reg_h, -1)); in bpf_jit_build_body() 532 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 533 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body() 541 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() [all …]
|
| D | bpf_jit64.h | 73 EMIT(PPC_RAW_LI(b2p[TMP_REG_2], (i)));\ 81 EMIT(PPC_RAW_LI(b2p[TMP_REG_2], (i)));\
|
| D | bpf_jit.h | 55 EMIT(PPC_RAW_LI(d, i)); \ 63 #define PPC_EX32(r, i) EMIT(PPC_RAW_LI((r), (i) < 0 ? -1 : 0)) 72 EMIT(PPC_RAW_LI(d, ((uintptr_t)(i) >> 32) & \
|
| D | bpf_jit_comp64.c | 82 EMIT(PPC_RAW_LI(b2p[TMP_REG_1], 0)); in bpf_jit_build_prologue() 429 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 704 EMIT(PPC_RAW_LI(b2p[TMP_REG_1], imm)); in bpf_jit_build_body() 712 EMIT(PPC_RAW_LI(b2p[TMP_REG_1], imm)); in bpf_jit_build_body()
|
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | signal_32.c | 776 unsafe_put_user(PPC_RAW_LI(_R0, __NR_rt_sigreturn), &mctx->mc_pad[0], failed); in handle_rt_signal32() 872 unsafe_put_user(PPC_RAW_LI(_R0, __NR_sigreturn), &mctx->mc_pad[0], failed); in handle_signal32()
|
| D | signal_64.c | 625 err |= __put_user(PPC_RAW_LI(_R0, syscall), &tramp[2]); in setup_trampoline()
|
| /Linux-v5.15/arch/powerpc/include/asm/ |
| D | ppc-opcode.h | 486 #define PPC_RAW_LI(r, i) PPC_RAW_ADDI(r, 0, i) macro
|