Searched refs:PPC_RAW_LI (Results 1 – 7 of 7) sorted by relevance
/linux/arch/powerpc/net/ |
A D | bpf_jit_comp32.c | 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() 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() 589 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() 625 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body() [all …]
|
A 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) & \
|
A D | bpf_jit64.h | 73 EMIT(PPC_RAW_LI(b2p[TMP_REG_2], (i)));\ 81 EMIT(PPC_RAW_LI(b2p[TMP_REG_2], (i)));\
|
A 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/arch/powerpc/kernel/ |
A 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()
|
A D | signal_64.c | 625 err |= __put_user(PPC_RAW_LI(_R0, syscall), &tramp[2]); in setup_trampoline()
|
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 486 #define PPC_RAW_LI(r, i) PPC_RAW_ADDI(r, 0, i) macro
|
Completed in 16 milliseconds