/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
D | ppa.c | 51 debug("Skipping PPA init, running at EL%d\n", el); in ppa_init() 57 debug("%s: PPA image load from XIP\n", __func__); in ppa_init() 64 /* Copy PPA image from MMC/SD/NAND to allocated memory */ in ppa_init() 72 debug("%s: PPA image load from eMMC/SD\n", __func__); in ppa_init() 81 printf("PPA: MMC cannot find device for PPA firmware\n"); in ppa_init() 93 printf("PPA: malloc failed for FIT header(size 0x%zx)\n", in ppa_init() 100 debug("%s: MMC read PPA FIT header: dev # %u, block # %u, count %u\n", in ppa_init() 105 printf("MMC/SD read of PPA FIT header at offset 0x%x failed\n", in ppa_init() 120 printf("PPA: malloc failed for PPA header\n"); in ppa_init() 129 printf("MMC/SD read of PPA header failed\n"); in ppa_init() [all …]
|
D | Kconfig | 214 menu "Layerscape PPA" 216 bool "FSL Layerscape PPA firmware support" 222 The FSL Primary Protected Application (PPA) is a software component 228 bool "FSL Layerscape PPA firmware support for SPL build" 234 The FSL Primary Protected Application (PPA) is a software component 236 and runs in the TrustZone after boot. This is to load PPA during SPL 237 stage instead of the RAM version of U-Boot. Once PPA is initialized, 240 prompt "FSL Layerscape PPA firmware loading-media select" 249 Say Y here if the PPA firmware locate at XIP flash, such 255 Say Y here if the PPA firmware locate at eMMC/SD card. [all …]
|
/external/clang/test/CodeGen/ |
D | builtins-systemz.c | 35 // CHECK: call void @llvm.s390.ppa.txassist(i32 %{{.*}}) in test_htm1() 38 // CHECK: call void @llvm.s390.ppa.txassist(i32 %{{.*}}) in test_htm1() 41 // CHECK: call void @llvm.s390.ppa.txassist(i32 %{{.*}}) in test_htm1() 44 // CHECK: call void @llvm.s390.ppa.txassist(i32 %{{.*}}) in test_htm1() 48 // CHECK: call void @llvm.s390.ppa.txassist(i32 %{{.*}}) in test_htm1() 51 // CHECK: call void @llvm.s390.ppa.txassist(i32 %{{.*}}) in test_htm1() 54 // CHECK: call void @llvm.s390.ppa.txassist(i32 %{{.*}}) in test_htm1() 57 // CHECK: call void @llvm.s390.ppa.txassist(i32 %{{.*}}) in test_htm1() 98 // CHECK: call void @llvm.s390.ppa.txassist(i32 0) in test_htm1() 100 // CHECK: call void @llvm.s390.ppa.txassist(i32 1) in test_htm1() [all …]
|
/external/python/oauth2client/docs/ |
D | index.rst | 60 the `pypy/ppa PPA`_: 65 add-apt-repository ppa:pypy/ppa 74 .. _pypy/ppa PPA: https://launchpad.net/~pypy/+archive/ubuntu/ppa
|
/external/llvm/test/MC/SystemZ/ |
D | insn-good-zEC12.s | 34 #CHECK: ppa %r0, %r0, 0 # encoding: [0xb2,0xe8,0x00,0x00] 35 #CHECK: ppa %r0, %r0, 15 # encoding: [0xb2,0xe8,0xf0,0x00] 36 #CHECK: ppa %r0, %r15, 0 # encoding: [0xb2,0xe8,0x00,0x0f] 37 #CHECK: ppa %r4, %r6, 7 # encoding: [0xb2,0xe8,0x70,0x46] 38 #CHECK: ppa %r15, %r0, 0 # encoding: [0xb2,0xe8,0x00,0xf0] 40 ppa %r0, %r0, 0 41 ppa %r0, %r0, 15 42 ppa %r0, %r15, 0 43 ppa %r4, %r6, 7 44 ppa %r15, %r0, 0
|
/external/u-boot/board/freescale/ls1088a/ |
D | Kconfig | 17 hex "PPA Firmware Addr" 23 hex "PPA Firmware HDR Addr" 48 hex "PPA Firmware Addr" 54 hex "PPA Firmware HDR Addr"
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.cpu.mpi | 8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 9 add-apt-repository -y ppa:mc3man/trusty-media && \ 10 add-apt-repository -y ppa:george-edison55/cmake-3.x
|
D | Dockerfile.hadoop | 8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 9 add-apt-repository -y ppa:george-edison55/cmake-3.x
|
D | Dockerfile.custom_op | 8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 9 add-apt-repository -y ppa:george-edison55/cmake-3.x
|
D | Dockerfile.cpu | 8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 9 add-apt-repository -y ppa:george-edison55/cmake-3.x
|
D | Dockerfile.custom_op_gpu | 8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 9 add-apt-repository -y ppa:george-edison55/cmake-3.x
|
D | Dockerfile.pi | 8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 9 add-apt-repository -y ppa:george-edison55/cmake-3.x
|
D | Dockerfile.pi-python3 | 8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 9 add-apt-repository -y ppa:george-edison55/cmake-3.x
|
D | Dockerfile.rbe.gpu | 14 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 15 add-apt-repository -y ppa:george-edison55/cmake-3.x
|
D | Dockerfile.gpu | 20 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 21 add-apt-repository -y ppa:george-edison55/cmake-3.x
|
D | Dockerfile.rbe.cuda10.0-cudnn7-ubuntu14.04 | 69 add-apt-repository ppa:ubuntu-toolchain-r/test -y && \ 78 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 79 add-apt-repository -y ppa:george-edison55/cmake-3.x
|
D | Dockerfile.rbe.cuda9.0-cudnn7-ubuntu14.04 | 74 add-apt-repository ppa:ubuntu-toolchain-r/test -y && \ 83 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 84 add-apt-repository -y ppa:george-edison55/cmake-3.x
|
D | Dockerfile.rocm | 80 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 81 add-apt-repository -y ppa:george-edison55/cmake-3.x
|
D | Dockerfile.android | 8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 9 add-apt-repository -y ppa:george-edison55/cmake-3.x
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpgfpx_multiexp.c | 74 static void cpPrecomputeMultiExp(BNU_CHUNK_T* pTable, const BNU_CHUNK_T* ppA[], int nItems, gsModEn… in cpPrecomputeMultiExp() argument 92 //cpScramblePut(pTable+1, nPrecomputed, (Ipp8u*)(ppA[0]), elmDataSize); in cpPrecomputeMultiExp() 93 gsScramblePut(pTable, 1, ppA[0], elmLen, nItems); in cpPrecomputeMultiExp() 101 //cpScramblePut(pTable+baseIdx, nPrecomputed, (Ipp8u*)(ppA[i]), elmDataSize); in cpPrecomputeMultiExp() 102 gsScramblePut(pTable, baseIdx, ppA[i], elmLen, nItems); in cpPrecomputeMultiExp() 117 mulF(pT, pT, ppA[k], pGFEx); in cpPrecomputeMultiExp() 146 BNU_CHUNK_T* cpGFpxMultiExp(BNU_CHUNK_T* pR, const BNU_CHUNK_T* ppA[], const BNU_CHUNK_T* ppE[], in… in cpGFpxMultiExp() argument 152 cpPrecomputeMultiExp(pTable, ppA, nItems, pGFEx); in cpGFpxMultiExp()
|
/external/u-boot/doc/uImage.FIT/ |
D | sec_firmware_ppa.its | 6 * For booting PPA (SEC Firmware), "firmware" is searched and loaded. 13 description = "PPA Firmware"; 17 description = "PPA Firmware: <version>"; 44 description = "PPA Secure firmware";
|
/external/libpcap/ |
D | pcap-dlpi.c | 127 * HP-UX has a /dev/dlpi device; you open it and set the PPA of the actual 348 open_dlpi_device(const char *name, u_int *ppa, char *errbuf) in open_dlpi_device() argument 405 status = get_dlpi_ppa(fd, dname, unit, ppa, errbuf); in open_dlpi_device() 427 cp = split_dname(dname, ppa, errbuf); in open_dlpi_device() 491 *ppa = 0; in open_dlpi_device() 505 u_int ppa; local 519 p->fd = open_dlpi_device(p->opt.device, &ppa, p->errbuf); 554 retv = dl_doattach(p->fd, ppa, p->errbuf); 561 retv = dl_doattach(pd->send_fd, ppa, p->errbuf); 913 dl_doattach(int fd, int ppa, char *ebuf) argument [all …]
|
/external/u-boot/board/freescale/ls1012afrdm/ |
D | Kconfig | 20 hex "PPA Firmware Addr" 69 hex "PPA Firmware Addr" 73 hex "PPA Firmware HDR Addr"
|
/external/u-boot/board/freescale/ls1012ardb/ |
D | Kconfig | 16 hex "PPA Firmware Addr" 21 hex "PPA Firmware HDR Addr" 73 hex "PPA Firmware Addr"
|
/external/grpc-grpc/tools/gce/ |
D | linux_worker_init.sh | 60 …kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.20/linux-headers-4.9.20-040920_4.9.20-040920.201703310… 61 …kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.20/linux-headers-4.9.20-040920-generic_4.9.20-040920.2… 62 …kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.20/linux-image-4.9.20-040920-generic_4.9.20-040920.201…
|