Home
last modified time | relevance | path

Searched refs:DEST (Results 1 – 25 of 98) sorted by relevance

1234

/openbmc/linux/arch/hexagon/include/asm/
H A Delf.h91 #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 …]
/openbmc/linux/arch/sparc/include/asm/
H A Dasm.h10 #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 …]
H A Dtrap_block.h153 #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 …]
/openbmc/qemu/tests/tcg/aarch64/
H A Dbti-1.c19 #define BTYPE_1(DEST) \ argument
20 asm("mov %w0,#1; adr x16, 1f; br x16; 1: " DEST "; mov %w0,#0" \
23 #define BTYPE_2(DEST) \ argument
24 asm("mov %w0,#1; adr x16, 1f; blr x16; 1: " DEST "; mov %w0,#0" \
27 #define BTYPE_3(DEST) \ argument
28 asm("mov %w0,#1; adr x15, 1f; br x15; 1: " DEST "; mov %w0,#0" \
31 #define TEST(WHICH, DEST, EXPECT) \ argument
32 do { WHICH(DEST); fail += skipped ^ EXPECT; } while (0)
H A Dbti-2.c28 #define BTYPE_1(DEST) \ argument
32 "1: " DEST "\n\t" \
35 #define BTYPE_2(DEST) \ argument
39 "1: " DEST "\n\t" \
42 #define BTYPE_3(DEST) \ argument
46 "1: " DEST "\n\t" \
49 #define TEST(WHICH, DEST, EXPECT) \ argument
50 WHICH(DEST) "\n" \
/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/vpd/
H A Dopenpower-fru-vpd_%.bbappend17 DEST=${D}${inventory_envdir}
18 rm ${DEST}/inventory
23 DEST=${D}${inventory_envdir}
24 …ahb/1e780000.apb/1e780000.apb:bus@1e78a000/1e78a400.i2c/i2c-11/11-0051/eeprom" >> ${DEST}/inventory
28 DEST=${D}${inventory_envdir}
29 printf "FRUS=BMC,ETHERNET" > ${DEST}/inventory
30 …"\nPATHS=/system/chassis/motherboard/bmc,/system/chassis/motherboard/bmc/eth0" >> ${DEST}/inventory
31 …ahb/1e780000.apb/1e780000.apb:bus@1e78a000/1e78a600.i2c/i2c-11/11-0051/eeprom" >> ${DEST}/inventory
/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c171 #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 …]
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgcov.rst216 DEST=$3
218 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then
227 -perm /u+r,g+r | tar cfz $DEST -P -T -
230 echo "$DEST successfully created, copy to test system and unpack with:"
231 echo " tar xfz $DEST -P"
233 echo "Could not create file $DEST"
247 DEST=$1
250 if [ -z "$DEST" ] ; then
260 tar czf $DEST -C $TEMPDIR sys
263 echo "$DEST successfully created, copy to build system and unpack with:"
[all …]
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/
H A Dnpcm7xx-igps-native_02.01.18.bb16 DEST = "${D}${datadir}/${BPN}"
19 install -d ${DEST}
20 install ImageGeneration/references/BootBlockAndHeader_${IGPS_MACHINE}.xml ${DEST}
21 install ImageGeneration/references/UbootHeader_${IGPS_MACHINE}.xml ${DEST}
22 install ImageGeneration/inputs/mergedBootBlockAndUboot.xml ${DEST}
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/
H A Dphosphor-settings-defaults-native.bb18 DEST=${D}${settings_datadir}
19 install -d ${DEST}
20 install defaults.yaml ${DEST}
25 sed "s/{}/${i}/g" ${f} >> ${DEST}/defaults.yaml
30 cat $f >> ${DEST}/defaults.yaml
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-fru-hostfw-config-example-native_git.bb12 DEST=${D}${hostfw_datadir}
13 install -d ${DEST}
14 # TODO: copy example hostfw yaml to ${DEST}/config.yaml
15 # install fru-types.yaml ${DEST}/config.yaml
H A Dphosphor-ipmi-sensor-inventory-mrw-config-native.bb15 DEST=${D}${sensor_yamldir}
16 install -d ${DEST}
17 install config.yaml ${DEST}/config.yaml
H A Dphosphor-ipmi-fru-read-inventory-example-native_git.bb12 DEST=${D}${config_datadir}
13 install -d ${DEST}
14 install scripts/fru-read-example.yaml ${DEST}/config.yaml
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/
H A Dopenpower-ipmi-oem-error-native_git.bb15 DEST=${D}${yaml_dir}/org/open_power/OCC
16 install -d ${DEST}
17 install ${SRC}/Metrics.errors.yaml ${DEST}
18 install ${SRC}/Metrics.metadata.yaml ${DEST}
/openbmc/openbmc/meta-ibm/recipes-phosphor/power/
H A Dwitherspoon-pfault-analysis-error-native_git.bb14 DEST=${D}${yaml_dir}/org/open_power/Witherspoon
15 install -d ${DEST}
16 install ${SRC}/Fault.errors.yaml ${DEST}
17 install ${SRC}/Fault.metadata.yaml ${DEST}
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlive-vm-common.bbclass38 # efi_populate_common DEST BOOTLOADER
40 # DEST must be the root of the image so that EFIDIR is not
42 DEST=$1
44 install -d ${DEST}${EFIDIR}
46 install -m 0644 ${DEPLOY_DIR_IMAGE}/$2-${EFI_BOOT_IMAGE} ${DEST}${EFIDIR}/${EFI_BOOT_IMAGE}
48 printf 'fs0:%s\%s\n' "$EFIPATH" "${EFI_BOOT_IMAGE}" >${DEST}/startup.nsh
78 # Install bzImage, initrd, and rootfs.img in DEST for all loaders to use.
H A Dsystemd-boot.bbclass23 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
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Duninative-tarball.bb58 DEST="./${SDK_ARCH}-${SDK_OS}"
59 mv sysroots/${SDK_SYS} $DEST
63 patchelf --set-interpreter ${@''.join('a' for n in range(1024))} $DEST/usr/bin/patchelf
64 mv $DEST/usr/bin/patchelf $DEST/usr/bin/patchelf-uninative
/openbmc/linux/arch/alpha/include/asm/
H A Delf.h114 #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)
/openbmc/qemu/target/hexagon/imported/
H A Dldst.idef104 #define STD_ST_AMODES(TAG,DEST,OPER,DESCR,ATTRIB,SHFT,SEMANTICS,SCALE)\
105 Q6INSN(S2_##TAG##_io, OPER"(Rs32+#s11:"SHFT")="DEST, ATTRIB,DESCR,{fIMMEXT(siV); fEA_RI(RsV,si…
106 Q6INSN(S2_##TAG##_pi, OPER"(Rx32++#s4:"SHFT")="DEST, ATTRIB,DESCR,{fEA_REG(RxV); fPM_I(RxV,siV…
107 Q6INSN(S4_##TAG##_ap, OPER"(Re32=#U6)="DEST, ATTRIB,DESCR,{fMUST_IMMEXT(UiV); fEA_IMM(…
108 Q6INSN(S2_##TAG##_pr, OPER"(Rx32++Mu2)="DEST, ATTRIB,DESCR,{fEA_REG(RxV); fPM_M(RxV,MuV…
109 Q6INSN(S4_##TAG##_ur, OPER"(Ru32<<#u2+#U6)="DEST, ATTRIB,DESCR,{fMUST_IMMEXT(UiV); fEA_…
110 Q6INSN(S2_##TAG##_pbr, OPER"(Rx32++Mu2:brev)="DEST, ATTRIB,DESCR,{fEA_BREVR(RxV); fPM_M(RxV,M…
111 Q6INSN(S2_##TAG##_pci, OPER"(Rx32++#s4:"SHFT":circ(Mu2))="DEST, ATTRIB,DESCR,{fEA_REG(RxV); fPM_CI…
112 Q6INSN(S2_##TAG##_pcr, OPER"(Rx32++I:circ(Mu2))="DEST, ATTRIB,DESCR,{fEA_REG(RxV); fPM_CIRR(RxV,fR…
249 #define STD_PST_AMODES(TAG,DEST,OPER,DESCR,ATTRIB,SHFT,SHFTNUM,SEMANTICS)\
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/
H A Dphosphor-logging-callouts-example-native.bb16 DEST=${D}${callouts_datadir}
17 install -d ${DEST}
18 install callouts.yaml ${DEST}
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/
H A Dphosphor-debug-errors-native.bb15 DEST=${D}${datadir}/dump
16 install -d ${DEST}
17 install errors_watch.yaml ${DEST}/
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/
H A Dnicole-openpower-fru-inventory-native.bb17 DEST=${D}${inventory_datadir_native}
18 install -d ${DEST}
19 install inventory ${DEST}
/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/
H A Df0b-ipmi-inventory-map-native.bb17 DEST=${D}${config_datadir}
18 install -d ${DEST}
19 install config.yaml ${DEST}
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/logging/
H A Dromulus-phosphor-logging-callouts-native.bb17 DEST=${D}${callouts_datadir}
18 install -d ${DEST}
19 install callouts.yaml ${DEST}

1234