| /openbmc/qemu/target/i386/tcg/ |
| H A D | cc_helper_template.h.inc | 139 uint32_t cf, pf, af, zf, sf, of; 141 cf = 0; 147 return cf + pf + af + zf + sf + of; 152 uint32_t cf, pf, af, zf, sf, of; 154 cf = src1; 160 return cf + pf + af + zf + sf + of; 165 uint32_t cf, pf, af, zf, sf, of; 167 cf = src1; 173 return cf + pf + af + zf + sf + of; 178 uint32_t cf, pf, af, zf, sf, of; [all …]
|
| H A D | int_helper.c | 219 int old_al, al, af, cf; in helper_daa() local 223 cf = eflags & CC_C; in helper_daa() 232 if ((old_al > 0x99) || cf) { in helper_daa() 247 int al, al1, af, cf; in helper_das() local 251 cf = eflags & CC_C; in helper_das() 259 if (al < 6 || cf) { in helper_das() 264 if ((al1 > 0x99) || cf) { in helper_das()
|
| /openbmc/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | prim_ops.c | 726 unsigned int res, cnt, mask, cf; in rcl_byte() local 758 cf = (d >> (8 - cnt)) & 0x1; in rcl_byte() 781 CONDITIONAL_SET_FLAG(cf, F_CF); in rcl_byte() 786 CONDITIONAL_SET_FLAG(cnt == 1 && XOR2(cf + ((res >> 6) & 0x2)), in rcl_byte() 799 unsigned int res, cnt, mask, cf; in rcl_word() local 803 cf = (d >> (16 - cnt)) & 0x1; in rcl_word() 810 CONDITIONAL_SET_FLAG(cf, F_CF); in rcl_word() 811 CONDITIONAL_SET_FLAG(cnt == 1 && XOR2(cf + ((res >> 14) & 0x2)), in rcl_word() 823 u32 res, cnt, mask, cf; in rcl_long() local 827 cf = (d >> (32 - cnt)) & 0x1; in rcl_long() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/ |
| H A D | cfengine_3.21.0.bb | 31 SYSTEMD_SERVICE:${PN} = "cfengine3.service cf-apache.service cf-hub.service cf-postgres.service \ 32 cf-runalerts.service cf-execd.service \ 33 cf-monitord.service cf-serverd.service \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | 0001-build.c-ignore-return-of-1-from-tar-cf.patch | 4 Subject: [PATCH] build.c: ignore return of 1 from tar -cf 14 | dpkg-deb: error: subprocess tar -cf returned error exit status 1 45 subproc_reap(pid_comp, _("<compress> from tar -cf"), 0); 46 - subproc_reap(pid_tar, "tar -cf", 0); 47 + rc = subproc_reap(pid_tar, "tar -cf", SUBPROC_RETERROR); 49 + ohshite(_("subprocess %s returned error exit status %d"), "tar -cf", rc);
|
| H A D | 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch | 35 command_init(&cmd, TAR, "tar -cf"); 36 command_add_args(&cmd, "tar", "-cf", "-", "--format=gnu",
|
| /openbmc/qemu/target/i386/emulate/ |
| H A D | x86_emu.c | 694 bool cf; in do_bt() local 715 cf = (decode->op[0].val >> index) & 0x01; in do_bt() 719 set_CF(env, cf); in do_bt() 733 set_CF(env, cf); in do_bt() 763 int of = 0, cf = 0; in exec_shl() local 779 cf = (decode->op[0].val >> (8 - count)) & 0x1; in exec_shl() 780 of = cf ^ (res >> 7); in exec_shl() 785 SET_FLAGS_OxxxxC(env, of, cf); in exec_shl() 795 cf = (decode->op[0].val >> (16 - count)) & 0x1; in exec_shl() 796 of = cf ^ (res >> 15); /* of = cf ^ result15 */ in exec_shl() [all …]
|
| /openbmc/qemu/configs/targets/ |
| H A D | m68k-softmmu.mak | 3 TARGET_XML_FILES= gdb-xml/cf-core.xml gdb-xml/cf-fp.xml gdb-xml/m68k-core.xml gdb-xml/m68k-fp.xml
|
| H A D | m68k-linux-user.mak | 5 TARGET_XML_FILES= gdb-xml/cf-core.xml gdb-xml/cf-fp.xml gdb-xml/m68k-core.xml gdb-xml/m68k-fp.xml
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/ |
| H A D | 0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch | 48 echo "# /etc/resolv.conf.tail can replace this line" >> "$cf" 50 - if change_file /etc/resolv.conf "$cf"; then 54 + "$resolvconf" -a "$ifname" <"$cf" 56 + if change_file /etc/resolv.conf "$cf"; then 60 rm -f "$cf"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
| H A D | 0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch | 18 @@ -22,7 +22,7 @@ META = meta/main.cf.proto meta/master.cf.proto meta/postfix-files \ 51 @@ -459,7 +459,7 @@ template files main.cf.proto and master.cf.proto." 60 @@ -525,7 +525,7 @@ test -f $CONFIG_DIRECTORY/main.cf && {
|
| /openbmc/telemetry/src/metrics/ |
| H A D | collection_data.cpp | 140 [cf = makeCollectionFunction(op), duration] { in makeCollectionData() 141 return std::make_unique<DataInterval>(cf, duration); in makeCollectionData() 150 [cf = makeCollectionFunction(op)] { in makeCollectionData() 151 return std::make_unique<DataStartup>(cf); in makeCollectionData()
|
| /openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-kernel/cf-fsi-firmware/ |
| H A D | cf-fsi-firmware_git.bb | 8 SRC_URI = "git://github.com/ozbenh/cf-fsi.git;branch=master;protocol=https" 25 install -m 0644 ${S}/dist-bin/cf-fsi-fw.bin ${D}${firmware_dir}
|
| /openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/ |
| H A D | package | 23 tar -cf "$name_dir.bin" -C "$(dirname "$name_dir")" "$(basename "$name_dir")" 25 tar cf - -C "$(dirname "$name_dir")" "$(basename "$name_dir")" | zstd > "$name_dir.bin"
|
| /openbmc/qemu/target/loongarch/ |
| H A D | gdbstub.c | 21 ret |= (uint64_t)env->cf[i] << (i * 8); in read_fcc() 30 env->cf[i] = (val >> (i * 8)) & 1; in write_fcc() 96 return gdb_get_reg8(mem_buf, env->cf[n - 32]); in loongarch_gdb_get_fpu() 113 env->cf[n - 32] = ldub_p(mem_buf); in loongarch_gdb_set_fpu()
|
| /openbmc/u-boot/board/freescale/mpc8610hpcd/ |
| H A D | README | 50 pixis_reset altbank cf <SYSCLK freq> <COREPLL ratio> <MPXPLL ratio> 51 pixis_reset cf <SYSCLK freq> <COREPLL ratio> <MPXPLL ratio> 67 pixis-reset altbank cf 40 2.5 10
|
| /openbmc/qemu/target/loongarch/tcg/insn_trans/ |
| H A D | trans_fmov.c.inc | 25 tcg_gen_ld8u_tl(cond, tcg_env, offsetof(CPULoongArchState, cf[a->ca])); 165 tcg_gen_st8_tl(t0, tcg_env, offsetof(CPULoongArchState, cf[a->cd & 0x7])); 181 offsetof(CPULoongArchState, cf[a->cj & 0x7])); 199 tcg_gen_st8_tl(t0, tcg_env, offsetof(CPULoongArchState, cf[a->cd & 0x7])); 213 offsetof(CPULoongArchState, cf[a->cj & 0x7]));
|
| H A D | trans_fcmp.c.inc | 54 tcg_gen_st8_tl(var, tcg_env, offsetof(CPULoongArchState, cf[a->cd])); 81 tcg_gen_st8_tl(var, tcg_env, offsetof(CPULoongArchState, cf[a->cd]));
|
| /openbmc/qemu/target/hppa/ |
| H A D | insns.decode | 73 &rr_cf_d t r cf d 75 &rrr_cf t r1 r2 cf 76 &rrr_cf_d t r1 r2 cf d 78 &rrr_cf_d_sh t r1 r2 cf d sh 80 &rri_cf t r i cf 81 &rri_cf_d t r i cf d 92 @rr_cf_d ...... r:5 ..... cf:4 ...... . t:5 &rr_cf_d d=%d_5 94 @rrr_cf ...... r2:5 r1:5 cf:4 ....... t:5 &rrr_cf 95 @rrr_cf_d ...... r2:5 r1:5 cf:4 ...... . t:5 &rrr_cf_d d=%d_5 97 @rrr_cf_d_sh ...... r2:5 r1:5 cf:4 .... sh:2 . t:5 &rrr_cf_d_sh d=%d_5 [all …]
|
| H A D | translate.c | 836 static DisasCond do_cond(DisasContext *ctx, unsigned cf, bool d, in do_cond() argument 858 switch (cf >> 1) { in do_cond() 903 if (cf & 1) { in do_cond() 914 static DisasCond do_sub_cond(DisasContext *ctx, unsigned cf, bool d, in do_sub_cond() argument 921 switch (cf >> 1) { in do_sub_cond() 943 return do_cond(ctx, cf, d, res, NULL, sv); in do_sub_cond() 946 if (cf & 1) { in do_sub_cond() 974 static DisasCond do_log_cond(DisasContext *ctx, unsigned cf, bool d, in do_log_cond() argument 980 switch (cf >> 1) { in do_log_cond() 985 return cf & 1 ? cond_make_t() : cond_make_f(); in do_log_cond() [all …]
|
| /openbmc/u-boot/drivers/video/ |
| H A D | mb862xx.c | 139 int cf = (dev->gdfBytesPP == 1) ? 0x0000 : 0x8000; in de_init() local 146 DE_WR_FIFO (cf | 0x0300); in de_init() 233 unsigned int cf, videomode, div = 0; in card_init() local 325 cf = (dev->gdfBytesPP == 1) ? 0x00000000 : 0x80000000; in card_init() 327 (dev->winSizeY - 1) | cf); in card_init()
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/initfs/ |
| H A D | obmc-phosphor-initfs.bbappend | 1 RDEPENDS:${PN}:append:df-openpower = " cf-fsi-firmware"
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | image-combined-dbg.bbclass | 13 tar -C ${IMAGE_ROOTFS} -cf - . | tar -C ${IMAGE_ROOTFS}-dbg -xf -
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ |
| H A D | ttf.inc | 9 find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \;
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-ntplib_0.4.0.bb | 2 HOMEPAGE = "https://github.com/cf-natali/ntplib"
|