Home
last modified time | relevance | path

Searched refs:ppc (Results 1 – 25 of 256) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Dppc6lnx.c104 static int ppc6_select(Interface *ppc);
105 static void ppc6_deselect(Interface *ppc);
106 static void ppc6_send_cmd(Interface *ppc, u8 cmd);
107 static void ppc6_wr_data_byte(Interface *ppc, u8 data);
108 static u8 ppc6_rd_data_byte(Interface *ppc);
109 static u8 ppc6_rd_port(Interface *ppc, u8 port);
110 static void ppc6_wr_port(Interface *ppc, u8 port, u8 data);
111 static void ppc6_rd_data_blk(Interface *ppc, u8 *data, long count);
112 static void ppc6_wait_for_fifo(Interface *ppc);
113 static void ppc6_wr_data_blk(Interface *ppc, u8 *data, long count);
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dpowerpc-purgatory-Makefile-remove-unknown-flags.patch16 purgatory/arch/ppc/Makefile | 2 +-
19 diff --git a/purgatory/arch/ppc/Makefile b/purgatory/arch/ppc/Makefile
21 --- a/purgatory/arch/ppc/Makefile
22 +++ b/purgatory/arch/ppc/Makefile
23 @@ -7,7 +7,7 @@ ppc_PURGATORY_SRCS += purgatory/arch/ppc/misc.S
24 ppc_PURGATORY_SRCS += purgatory/arch/ppc/purgatory-ppc.c
25 ppc_PURGATORY_SRCS += purgatory/arch/ppc/console-ppc.c
30 dist += purgatory/arch/ppc/Makefile $(ppc_PURGATORY_SRCS) \
31 purgatory/arch/ppc/purgatory-ppc.h purgatory/arch/ppc/ppc_asm.h
H A Dpowerpc_change-the-memory-size-limit.patch21 kexec/arch/ppc/kexec-ppc.h | 2 +-
24 diff --git a/kexec/arch/ppc/kexec-ppc.h b/kexec/arch/ppc/kexec-ppc.h
26 --- a/kexec/arch/ppc/kexec-ppc.h
27 +++ b/kexec/arch/ppc/kexec-ppc.h
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0014-target-ppc-move-xscvqpdp-to-decodetree.patch4 Subject: [PATCH 14/21] target/ppc: move xscvqpdp to decodetree
18 target/ppc/fpu_helper.c | 10 +++-------
19 target/ppc/helper.h | 2 +-
20 target/ppc/insn32.decode | 4 ++++
21 target/ppc/translate/vsx-impl.c.inc | 24 +++++++++++++-----------
22 target/ppc/translate/vsx-ops.c.inc | 1 -
25 diff --git a/target/ppc/fpu_helper.c b/target/ppc/fpu_helper.c
27 --- a/target/ppc/fpu_helper.c
28 +++ b/target/ppc/fpu_helper.c
51 diff --git a/target/ppc/helper.h b/target/ppc/helper.h
[all …]
H A D0021-target-ppc-implement-xs-n-maddqp-o-xs-n-msubqp-o.patch4 Subject: [PATCH 21/21] target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]
27 target/ppc/fpu_helper.c | 42 +++++++++++++++++++++++++++++
28 target/ppc/helper.h | 9 +++++++
29 target/ppc/insn32.decode | 4 +++
30 target/ppc/translate/vsx-impl.c.inc | 25 +++++++++++++++++
33 diff --git a/target/ppc/fpu_helper.c b/target/ppc/fpu_helper.c
35 --- a/target/ppc/fpu_helper.c
36 +++ b/target/ppc/fpu_helper.c
86 diff --git a/target/ppc/helper.h b/target/ppc/helper.h
88 --- a/target/ppc/helper.h
[all …]
H A D0012-target-ppc-Move-xs-max-min-cj-dp-to-decodetree.patch4 Subject: [PATCH 12/21] target/ppc: Move xs{max,min}[cj]dp to decodetree
18 target/ppc/insn32.decode | 17 +++++++++++++---
19 target/ppc/translate/vsx-impl.c.inc | 30 +++++++++++++++++++++++++----
20 target/ppc/translate/vsx-ops.c.inc | 4 ----
23 diff --git a/target/ppc/insn32.decode b/target/ppc/insn32.decode
25 --- a/target/ppc/insn32.decode
26 +++ b/target/ppc/insn32.decode
56 diff --git a/target/ppc/translate/vsx-impl.c.inc b/target/ppc/translate/vsx-impl.c.inc
58 --- a/target/ppc/translate/vsx-impl.c.inc
59 +++ b/target/ppc/translate/vsx-impl.c.inc
[all …]
H A D0011-target-ppc-Fix-xs-max-min-cj-dp-to-use-VSX-registers.patch4 Subject: [PATCH 11/21] target/ppc: Fix xs{max, min}[cj]dp to use VSX registers
26 target/ppc/fpu_helper.c | 4 ++--
27 target/ppc/helper.h | 8 ++++----
28 target/ppc/translate/vsx-impl.c.inc | 8 ++++----
31 diff --git a/target/ppc/fpu_helper.c b/target/ppc/fpu_helper.c
33 --- a/target/ppc/fpu_helper.c
34 +++ b/target/ppc/fpu_helper.c
53 diff --git a/target/ppc/helper.h b/target/ppc/helper.h
55 --- a/target/ppc/helper.h
56 +++ b/target/ppc/helper.h
[all …]
H A D0020-target-ppc-move-xs-n-madd-am-ds-p-xs-n-msub-am-ds-p-.patch4 Subject: [PATCH 20/21] target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p
19 target/ppc/fpu_helper.c | 23 ++++++------
20 target/ppc/helper.h | 16 ++++-----
21 target/ppc/insn32.decode | 22 ++++++++++++
22 target/ppc/translate/vsx-impl.c.inc | 56 ++++++++++++++++++++++++-----
23 target/ppc/translate/vsx-ops.c.inc | 16 ---------
26 diff --git a/target/ppc/fpu_helper.c b/target/ppc/fpu_helper.c
28 --- a/target/ppc/fpu_helper.c
29 +++ b/target/ppc/fpu_helper.c
81 diff --git a/target/ppc/helper.h b/target/ppc/helper.h
[all …]
H A D0017-target-ppc-Implement-Vector-Expand-Mask.patch4 Subject: [PATCH 17/21] target/ppc: Implement Vector Expand Mask
25 target/ppc/insn32.decode | 11 ++++++++++
26 target/ppc/translate/vmx-impl.c.inc | 34 +++++++++++++++++++++++++++++
29 diff --git a/target/ppc/insn32.decode b/target/ppc/insn32.decode
31 --- a/target/ppc/insn32.decode
32 +++ b/target/ppc/insn32.decode
58 diff --git a/target/ppc/translate/vmx-impl.c.inc b/target/ppc/translate/vmx-impl.c.inc
60 --- a/target/ppc/translate/vmx-impl.c.inc
61 +++ b/target/ppc/translate/vmx-impl.c.inc
H A D0015-target-ppc-ppc_store_fpscr-doesn-t-update-bits-0-to-.patch4 Subject: [PATCH 15/21] target/ppc: ppc_store_fpscr doesn't update bits 0 to 28
36 target/ppc/cpu.c | 2 +-
37 target/ppc/cpu.h | 4 ++++
40 diff --git a/target/ppc/cpu.c b/target/ppc/cpu.c
42 --- a/target/ppc/cpu.c
43 +++ b/target/ppc/cpu.c
53 diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h
55 --- a/target/ppc/cpu.h
56 +++ b/target/ppc/cpu.h
H A D0018-target-ppc-Implement-Vector-Extract-Mask.patch4 Subject: [PATCH 18/21] target/ppc: Implement Vector Extract Mask
25 target/ppc/insn32.decode | 6 +++
26 target/ppc/translate/vmx-impl.c.inc | 82 +++++++++++++++++++++++++++++
29 diff --git a/target/ppc/insn32.decode b/target/ppc/insn32.decode
31 --- a/target/ppc/insn32.decode
32 +++ b/target/ppc/insn32.decode
46 diff --git a/target/ppc/translate/vmx-impl.c.inc b/target/ppc/translate/vmx-impl.c.inc
48 --- a/target/ppc/translate/vmx-impl.c.inc
49 +++ b/target/ppc/translate/vmx-impl.c.inc
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/
H A D0003-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch4 Subject: [PATCH 03/10] ppc/ptrace: Define pt_regs uapi_pt_regs on !GLIBC
11 gdb/nat/ppc-linux.h | 6 ++++++
12 gdbserver/linux-ppc-low.cc | 6 ++++++
15 diff --git a/gdb/nat/ppc-linux.h b/gdb/nat/ppc-linux.h
17 --- a/gdb/nat/ppc-linux.h
18 +++ b/gdb/nat/ppc-linux.h
33 diff --git a/gdbserver/linux-ppc-low.cc b/gdbserver/linux-ppc-low.cc
35 --- a/gdbserver/linux-ppc-low.cc
36 +++ b/gdbserver/linux-ppc-low.cc
49 #include "arch/ppc-linux-common.h"
[all …]
/OK3568_Linux_fs/buildroot/package/gdb/11.2/
H A D0001-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch4 Subject: [PATCH] ppc/ptrace: Define pt_regs uapi_pt_regs on !GLIBC systems
13 gdb/nat/ppc-linux.h | 6 ++++++
14 gdbserver/linux-ppc-low.cc | 6 ++++++
17 diff --git a/gdb/nat/ppc-linux.h b/gdb/nat/ppc-linux.h
19 --- a/gdb/nat/ppc-linux.h
20 +++ b/gdb/nat/ppc-linux.h
35 diff --git a/gdbserver/linux-ppc-low.cc b/gdbserver/linux-ppc-low.cc
37 --- a/gdbserver/linux-ppc-low.cc
38 +++ b/gdbserver/linux-ppc-low.cc
51 #include "arch/ppc-linux-common.h"
[all …]
/OK3568_Linux_fs/buildroot/package/gdb/10.2/
H A D0001-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch4 Subject: [PATCH] ppc/ptrace: Define pt_regs uapi_pt_regs on !GLIBC systems
13 gdb/nat/ppc-linux.h | 6 ++++++
14 gdbserver/linux-ppc-low.cc | 6 ++++++
17 diff --git a/gdb/nat/ppc-linux.h b/gdb/nat/ppc-linux.h
19 --- a/gdb/nat/ppc-linux.h
20 +++ b/gdb/nat/ppc-linux.h
35 diff --git a/gdbserver/linux-ppc-low.cc b/gdbserver/linux-ppc-low.cc
37 --- a/gdbserver/linux-ppc-low.cc
38 +++ b/gdbserver/linux-ppc-low.cc
51 #include "arch/ppc-linux-common.h"
[all …]
/OK3568_Linux_fs/buildroot/package/gdb/12.1/
H A D0001-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch4 Subject: [PATCH] ppc/ptrace: Define pt_regs uapi_pt_regs on !GLIBC systems
13 gdb/nat/ppc-linux.h | 6 ++++++
14 gdbserver/linux-ppc-low.cc | 6 ++++++
17 diff --git a/gdb/nat/ppc-linux.h b/gdb/nat/ppc-linux.h
19 --- a/gdb/nat/ppc-linux.h
20 +++ b/gdb/nat/ppc-linux.h
35 diff --git a/gdbserver/linux-ppc-low.cc b/gdbserver/linux-ppc-low.cc
37 --- a/gdbserver/linux-ppc-low.cc
38 +++ b/gdbserver/linux-ppc-low.cc
51 #include "arch/ppc-linux-common.h"
[all …]
/OK3568_Linux_fs/buildroot/package/kexec/
H A D0001-kexec-tools-Remove-duplicate-definition-of-ramdisk.patch6 The ramdisk variable is defined in kexec/arch/ppc/kexec-ppc.c. This
15 kexec/arch/ppc/kexec-elf-ppc.c | 1 -
18 diff --git a/kexec/arch/ppc/kexec-elf-ppc.c b/kexec/arch/ppc/kexec-elf-ppc.c
20 --- a/kexec/arch/ppc/kexec-elf-ppc.c
21 +++ b/kexec/arch/ppc/kexec-elf-ppc.c
/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H A DMakefile3 vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o aes_xts.o ghash.o
14 targets += aesp8-ppc.S ghashp8-ppc.S
16 $(obj)/aesp8-ppc.S: $(src)/aesp8-ppc.pl FORCE
19 $(obj)/ghashp8-ppc.S: $(src)/ghashp8-ppc.pl FORCE
22 clean-files := aesp8-ppc.S ghashp8-ppc.S
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/css_2401_system/hrt/
H A Dmipi_backend_defs.h166 …IPI_BACKEND_STREAM_PIX_LS_BIT(sid_width, ppc, pix_width, p) (HRT_MIPI_BACKEND_STREAM_PIX_VAL_BIT(s… argument
167 …MIPI_BACKEND_STREAM_PIX_MS_BIT(sid_width, ppc, pix_width, p) (HRT_MIPI_BACKEND_STREAM_PIX_LS_BIT(s… argument
175 …BACKEND_STREAM_BITS(sid_width, ppc, pix_width) (HRT_MIPI_BACKEND_STREAM_PIX_MS_BIT(sid_wid… argument
206 …T_MIPI_BACKEND_STREAM_VC_LS_BIT(sid_width, ppc, pix_width) HRT_MIPI_BACKEND_STREAM_PIX_LS_BIT(sid… argument
207 …RT_MIPI_BACKEND_STREAM_VC_MS_BIT(sid_width, ppc, pix_width) HRT_MIPI_BACKEND_STREAM_VC_LS_BIT(sid… argument
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kexec/kexec-tools/
H A D0001-powerpc-change-the-memory-size-limit.patch20 kexec/arch/ppc/kexec-ppc.h | 2 +-
23 diff --git a/kexec/arch/ppc/kexec-ppc.h b/kexec/arch/ppc/kexec-ppc.h
25 --- a/kexec/arch/ppc/kexec-ppc.h
26 +++ b/kexec/arch/ppc/kexec-ppc.h
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A DMakefile8 obj-$(CONFIG_CRYPTO_AES_PPC_SPE) += aes-ppc-spe.o
9 obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o
11 obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o
12 obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o
17 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o
18 md5-ppc-y := md5-asm.o md5-glue.o
20 sha1-ppc-spe-y := sha1-spe-asm.o sha1-spe-glue.o
21 sha256-ppc-spe-y := sha256-spe-asm.o sha256-spe-glue.o
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgf117.c257 int gpc, ppc; in gf117_grctx_generate_attrib() local
265 for (ppc = 0; ppc < gr->ppc_nr[gpc]; ppc++) { in gf117_grctx_generate_attrib()
266 const u32 a = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
267 const u32 b = beta * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
269 const u32 o = PPC_UNIT(gpc, ppc, 0); in gf117_grctx_generate_attrib()
270 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gf117_grctx_generate_attrib()
274 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
276 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
290 .ppc = gf117_grctx_pack_ppc,
H A Dctxgp102.c52 int gpc, ppc, b, n = 0; in gp102_grctx_generate_attrib() local
69 for (ppc = 0; ppc < gr->ppc_nr[gpc]; ppc++, n++) { in gp102_grctx_generate_attrib()
70 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gp102_grctx_generate_attrib()
74 const u32 o = PPC_UNIT(gpc, ppc, 0); in gp102_grctx_generate_attrib()
75 const u32 p = GPC_UNIT(gpc, 0xc44 + (ppc * 4)); in gp102_grctx_generate_attrib()
76 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gp102_grctx_generate_attrib()
85 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gp102_grctx_generate_attrib()
H A Dctxgm107.c921 int gpc, ppc, n = 0; in gm107_grctx_generate_attrib() local
930 for (ppc = 0; ppc < gr->ppc_nr[gpc]; ppc++, n++) { in gm107_grctx_generate_attrib()
931 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib()
932 const u32 bs = attrib * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib()
934 const u32 o = PPC_UNIT(gpc, ppc, 0); in gm107_grctx_generate_attrib()
935 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gm107_grctx_generate_attrib()
939 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib()
942 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib()
972 .ppc = gm107_grctx_pack_ppc,
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch4 Subject: [PATCH] fix the incorrect assembling for ppc wait mnemonic
6 The wait mnemonic for ppc targets is incorrectly assembled into 0x7c00003c due
8 kernel boot calltrace for ppc targets when wait instruction is executed.
13 opcodes/ppc-opc.c | 4 +---
16 diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
18 --- a/opcodes/ppc-opc.c
19 +++ b/opcodes/ppc-opc.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-ppc-Remove-unused-host_powerpc64-function.patch4 Subject: [PATCH] ppc: Remove unused host_powerpc64 function
11 sysdeps/linux-gnu/ppc/plt.c | 10 ----------
14 diff --git a/sysdeps/linux-gnu/ppc/plt.c b/sysdeps/linux-gnu/ppc/plt.c
16 --- a/sysdeps/linux-gnu/ppc/plt.c
17 +++ b/sysdeps/linux-gnu/ppc/plt.c

1234567891011