| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | elf.h | 91 #define CS_COPYREGS(DEST,REGS) \ argument 93 DEST.cs0 = REGS->cs0;\ 94 DEST.cs1 = REGS->cs1;\ 97 #define CS_COPYREGS(DEST,REGS) argument 100 #define ELF_CORE_COPY_REGS(DEST, REGS) \ argument 102 DEST.r0 = REGS->r00; \ 103 DEST.r1 = REGS->r01; \ 104 DEST.r2 = REGS->r02; \ 105 DEST.r3 = REGS->r03; \ 106 DEST.r4 = REGS->r04; \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | trap_block.h | 153 #define TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ argument 155 sethi %hi(trap_block), DEST; \ 157 or DEST, %lo(trap_block), DEST; \ 158 add DEST, TMP, DEST; \ 161 #define TRAP_LOAD_PGD_PHYS(DEST, TMP) \ argument 162 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ 163 ldx [DEST + TRAP_PER_CPU_PGD_PADDR], DEST; 166 #define TRAP_LOAD_IRQ_WORK_PA(DEST, TMP) \ argument 167 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ 168 add DEST, TRAP_PER_CPU_IRQ_WORKLIST_PA, DEST; [all …]
|
| H A D | asm.h | 10 #define BRANCH32(TYPE, PREDICT, DEST) \ argument 11 TYPE,PREDICT %icc, DEST 12 #define BRANCH32_ANNUL(TYPE, PREDICT, DEST) \ argument 13 TYPE,a,PREDICT %icc, DEST 14 #define BRANCH_REG_ZERO(PREDICT, REG, DEST) \ argument 15 brz,PREDICT REG, DEST 16 #define BRANCH_REG_ZERO_ANNUL(PREDICT, REG, DEST) \ argument 17 brz,a,PREDICT REG, DEST 18 #define BRANCH_REG_NOT_ZERO(PREDICT, REG, DEST) \ argument 19 brnz,PREDICT REG, DEST [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/net/ |
| H A D | bpf_jit_comp_32.c | 171 #define emit_loadimm(K, DEST) \ argument 175 *prog++ = OR | IMMED | RS1(G0) | S13(K) | RD(DEST); \ 177 emit_set_const(K, DEST); \ 181 #define emit_loadptr(BASE, STRUCT, FIELD, DEST) \ argument 184 *prog++ = LDPTRI | RS1(BASE) | S13(_off) | RD(DEST); \ 187 #define emit_load32(BASE, STRUCT, FIELD, DEST) \ argument 190 *prog++ = LD32I | RS1(BASE) | S13(_off) | RD(DEST); \ 193 #define emit_load16(BASE, STRUCT, FIELD, DEST) \ argument 196 *prog++ = LD16I | RS1(BASE) | S13(_off) | RD(DEST); \ 199 #define __emit_load8(BASE, STRUCT, FIELD, DEST) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | elf.h | 114 #define ELF_CORE_COPY_REGS(DEST, REGS) \ argument 115 dump_elf_thread(DEST, REGS, current_thread_info()); 120 #define ELF_CORE_COPY_TASK_REGS(TASK, DEST) \ argument 121 dump_elf_task(*(DEST), TASK) 126 #define ELF_CORE_COPY_FPREGS(TASK, DEST) \ argument 127 dump_elf_task_fp(*(DEST), TASK)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | live-vm-common.bbclass | 32 # efi_populate_common DEST BOOTLOADER 34 # DEST must be the root of the image so that EFIDIR is not 36 DEST=$1 38 install -d ${DEST}${EFIDIR} 40 install -m 0644 ${DEPLOY_DIR_IMAGE}/$2-${EFI_BOOT_IMAGE} ${DEST}${EFIDIR}/${EFI_BOOT_IMAGE} 42 printf 'fs0:%s\%s\n' "$EFIPATH" "${EFI_BOOT_IMAGE}" >${DEST}/startup.nsh 72 # Install bzImage, initrd, and rootfs.img in DEST for all loaders to use.
|
| H A D | systemd-boot.bbclass | 23 install -d ${DEST}/loader 24 install -d ${DEST}/loader/entries 25 install -m 0644 ${SYSTEMD_BOOT_CFG} ${DEST}/loader/loader.conf 27 install -m 0644 ${i} ${DEST}/loader/entries
|
| H A D | syslinux.bbclass | 43 DEST=$1 47 install -d ${DEST}${BOOTDIR} 50 install -m 0644 ${SYSLINUX_CFG} ${DEST}${BOOTDIR}/${CFGNAME} 52 install -m 0644 ${STAGING_DATADIR}/syslinux/vesamenu.c32 ${DEST}${BOOTDIR}/vesamenu.c32 53 install -m 0444 ${STAGING_DATADIR}/syslinux/libcom32.c32 ${DEST}${BOOTDIR}/libcom32.c32 54 install -m 0444 ${STAGING_DATADIR}/syslinux/libutil.c32 ${DEST}${BOOTDIR}/libutil.c32 56 install -m 0644 ${SYSLINUX_SPLASH} ${DEST}${BOOTDIR}/splash.lss
|
| H A D | grub-efi.bbclass | 7 install -m 0644 ${GRUB_CFG} ${DEST}${EFIDIR}/grub.cfg
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | uninative-tarball.bb | 65 DEST="./${SDK_ARCH}-${SDK_OS}" 66 mv sysroots/${SDK_SYS} $DEST 68 patchelf --set-interpreter ${@''.join('a' for n in range(1024))} $DEST/usr/bin/patchelf 69 mv $DEST/usr/bin/patchelf $DEST/usr/bin/patchelf-uninative
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/docbook-xml/ |
| H A D | docbook-xml-dtd4_4.5.bb | 42 DEST=${datadir}/xml/docbook/schema/dtd/$DTDVERSION 43 install -d -m 755 ${D}$DEST 44 cp -v -R docbook-$DTDVERSION/* ${D}$DEST 45 …xmlcatalog --verbose --noout --add nextCatalog unused file://$DEST/catalog.xml ${D}${sysconfdir}/x…
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | gcov.rst | 222 DEST=$3 224 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then 233 -perm /u+r,g+r | tar cfz $DEST -P -T - 236 echo "$DEST successfully created, copy to test system and unpack with:" 237 echo " tar xfz $DEST -P" 239 echo "Could not create file $DEST" 253 DEST=$1 256 if [ -z "$DEST" ] ; then 266 tar czf $DEST -C $TEMPDIR sys 269 echo "$DEST successfully created, copy to build system and unpack with:" [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ssa-iterators.h | 75 #define FOR_EACH_IMM_USE_FAST(DEST, ITER, SSAVAR) \ argument 76 for ((DEST) = first_readonly_imm_use (&(ITER), (SSAVAR)); \ 78 (void) ((DEST) = next_readonly_imm_use (&(ITER)))) 116 #define FOR_EACH_IMM_USE_ON_STMT(DEST, ITER) \ argument 117 for ((DEST) = first_imm_use_on_stmt (&(ITER)); \ 119 (void) ((DEST) = next_imm_use_on_stmt (&(ITER))))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ssa-iterators.h | 75 #define FOR_EACH_IMM_USE_FAST(DEST, ITER, SSAVAR) \ argument 76 for ((DEST) = first_readonly_imm_use (&(ITER), (SSAVAR)); \ 78 (void) ((DEST) = next_readonly_imm_use (&(ITER)))) 116 #define FOR_EACH_IMM_USE_ON_STMT(DEST, ITER) \ argument 117 for ((DEST) = first_imm_use_on_stmt (&(ITER)); \ 119 (void) ((DEST) = next_imm_use_on_stmt (&(ITER))))
|
| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | reg_u_div.S | 75 #define DEST PARAM3 macro 91 movl DEST,%edi
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/ |
| H A D | 0002-Add-debug-prefix-map-option.patch | 60 + "option `--%s' must be of the form `BASE=DEST'", p); 117 +--debug-prefix-map 'BASE=DEST':: 118 + Map file names beginning with 'BASE' to 'DEST' when encoding them in
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencv/ |
| H A D | opencv_4.5.5.bb | 76 DEST=${OPENCV_DLDIR}/$TAG/$(md5 $F)-$(basename $F) 77 test -e $DEST || ln -s $F $DEST
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/ |
| H A D | sis900.h | 210 OVERRUN = 0x02000000, DEST = 0x00800000, BCAST = 0x01800000, enumerator
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | sun4v_tlb_miss.S | 24 #define COMPUTE_TAG_TARGET(DEST, VADDR, CTX, ZERO_CTX_LABEL) \ argument 25 srlx VADDR, 22, DEST; \
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | build-perf-test-wrapper.sh | 32 -R DEST rsync reports to a remote destination
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | dnfb.c | 92 #define DEST 0x5 macro
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | ila.rst | 246 ip route add DEST/128 encap ila LOC csum-mode MODE ident-type TYPE via ADDR 248 Destination (DEST) can either be a SIR address (for an ILA host or ingress
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_api_cmd.c | 245 cell->desc |= HINIC_API_CMD_DESC_SET(dest, DEST) | in prepare_api_cmd()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gfortran.info | 5980 DEST intent(in) Array descriptor for the remote image 5992 known at compile time that the DEST and SRC 5994 partially) such that walking SRC and DEST in 6043 DEST intent(out) Array descriptor of the local array 6056 known at compile time that the DEST and SRC 6058 partially) such that walking SRC and DEST in 6109 DEST intent(in) Array descriptor for the destination 6115 DEST argument. 6130 known at compile time that the DEST and SRC 6132 partially) such that walking SRC and DEST in [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gfortran.info | 5980 DEST intent(in) Array descriptor for the remote image 5992 known at compile time that the DEST and SRC 5994 partially) such that walking SRC and DEST in 6043 DEST intent(out) Array descriptor of the local array 6056 known at compile time that the DEST and SRC 6058 partially) such that walking SRC and DEST in 6109 DEST intent(in) Array descriptor for the destination 6115 DEST argument. 6130 known at compile time that the DEST and SRC 6132 partially) such that walking SRC and DEST in [all …]
|