| /openbmc/qemu/include/libdecnumber/ |
| H A D | decNumberLocal.h | 309 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument 310 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument 313 #define DFWORD(df, off) ((df)->words[off]) argument 314 #define DFBYTE(df, off) ((df)->bytes[off]) argument 319 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument 320 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument 321 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument 322 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument 323 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument 324 #define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000) argument [all …]
|
| /openbmc/openbmc/meta-phosphor/conf/distro/include/ |
| H A D | phosphor-mrw.inc | 5 DISTROOVERRIDES .= ":df-mrw" 7 VIRTUAL-RUNTIME_phosphor-hwmon-config:df-mrw ?= "phosphor-hwmon-config-mrw" 9 PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory:df-mrw ?= "phosphor-ipmi-fru-inventory-mrw-n… 10 PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties:df-mrw ?= "phosphor-ipmi-fru-properties-mrw… 11 PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory:df-mrw ?= "phosphor-ipmi-fru-read-inven… 12 PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory:df-mrw ?= "phosphor-ipmi-sensor-inventory… 13 PREFERRED_PROVIDER_virtual/phosphor-ipmi-inventory-sel:df-mrw ?= "phosphor-ipmi-inventory-sel-mrw-n… 14 PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native:df-mrw ?= "phosphor-led-manager-confi… 15 PREFERRED_PROVIDER_virtual/phosphor-logging-callouts:df-mrw ?= "phosphor-logging-callouts-mrw-nativ… 16 PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config:df-mrw ?= "phosphor-fan-presence-mrw" [all …]
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | msa.decode | 16 &msa_r df wd ws wt 17 &msa_bz df wt sa 18 &msa_ldi df wd sa 19 &msa_i df wd ws sa 20 &msa_bit df wd ws m 21 &msa_elm_df df wd ws n 33 @ldst ...... sa:s10 ws:5 wd:5 .... df:2 &msa_i 34 @bz_v ...... ... .. wt:5 sa:s16 &msa_bz df=3 35 @bz ...... ... df:2 wt:5 sa:s16 &msa_bz 36 @elm_df ...... .... ...... ws:5 wd:5 ...... &msa_elm_df df=%elm_df n=%elm_n [all …]
|
| H A D | msa_helper.c | 33 #define DF_BITS(df) (1 << ((df) + 3)) argument 35 #define DF_MAX_INT(df) (int64_t)((1LL << (DF_BITS(df) - 1)) - 1) argument 38 #define DF_MIN_INT(df) (int64_t)(-(1LL << (DF_BITS(df) - 1))) argument 41 #define DF_MAX_UINT(df) (uint64_t)(-1ULL >> (64 - DF_BITS(df))) argument 44 #define UNSIGNED(x, df) ((x) & DF_MAX_UINT(df)) argument 45 #define SIGNED(x, df) \ argument 46 ((((int64_t)x) << (64 - DF_BITS(df))) >> (64 - DF_BITS(df))) 49 #define DF_ELEMENTS(df) (MSA_WRLEN / DF_BITS(df)) argument 73 static inline int64_t msa_nlzc_df(uint32_t df, int64_t arg) in msa_nlzc_df() argument 78 x = UNSIGNED(arg, df); in msa_nlzc_df() [all …]
|
| H A D | msa_translate.c | 176 TRANS(NAME, trans_func, NAME##_tab[a->df]) 193 return trans_func(ctx, a, NAME##_tab[a->df]); \ 196 static void gen_check_zero_element(TCGv tresult, uint8_t df, uint8_t wt, in gen_check_zero_element() argument 201 uint64_t eval_zero_or_big = dup_const(df, 1); in gen_check_zero_element() 202 uint64_t eval_big = eval_zero_or_big << ((8 << df) - 1); in gen_check_zero_element() 254 static bool gen_msa_BxZ(DisasContext *ctx, int df, int wt, int sa, bool if_not) in gen_msa_BxZ() argument 265 gen_check_zero_element(bcond, df, wt, if_not ? TCG_COND_EQ : TCG_COND_NE); in gen_msa_BxZ() 276 return gen_msa_BxZ(ctx, a->df, a->wt, a->sa, false); in trans_BZ() 281 return gen_msa_BxZ(ctx, a->df, a->wt, a->sa, true); in trans_BNZ() 309 if (a->df == DF_DOUBLE) { in trans_SHF() [all …]
|
| /openbmc/openbmc/meta-phosphor/recipes-core/base-files/ |
| H A D | base-files_%.bbappend | 1 FILESEXTRAPATHS:prepend:df-obmc-ubi-fs := "${THISDIR}/${PN}/df-ubi:" 2 FILESEXTRAPATHS:prepend:df-phosphor-mmc := "${THISDIR}/${PN}/df-mmc:" 17 RDEPENDS:${PN}:append:df-obmc-ubi-fs = " preinit-mounts" 18 RDEPENDS:${PN}:append:df-obmc-static-norootfs = " phosphor-static-norootfs-init"
|
| /openbmc/openbmc/meta-phosphor/recipes-kernel/linux/ |
| H A D | linux-%.bbappend | 5 SRC_URI:append:df-cgroup = " \ 8 SRC_URI:append:df-mctp = " \ 11 SRC_URI:append:df-nfs = " \ 15 SRC_URI:append:df-phosphor-production = " \
|
| /openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/ |
| H A D | u-boot-aspeed-sdk_2019.04.bb | 10 SRC_URI:append:df-phosphor-mmc = " file://u-boot-env-ast2600.txt" 26 UBOOT_ENV_SIZE:df-phosphor-mmc = "0x10000" 27 UBOOT_ENV:df-phosphor-mmc = "u-boot-env" 28 UBOOT_ENV_SUFFIX:df-phosphor-mmc = "bin" 29 UBOOT_ENV_TXT:df-phosphor-mmc = "u-boot-env-ast2600.txt"
|
| /openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/ |
| H A D | u-boot-aspeed.inc | 5 SRC_URI:append:aspeed:df-obmc-ubi-fs = " \ 12 SRC_URI:append:aspeed:df-isolate-bmc = " \ 15 SRC_URI:append:aspeed:df-aspeednic-use-mac2 = " \ 18 SRC_URI:append:aspeed:df-aspeed-spi-master = " \ 23 python do_patch:append:aspeed:df-obmc-ubi-fs () {
|
| /openbmc/openbmc/meta-openpower/conf/distro/include/ |
| H A D | openpower-mrw.inc | 3 PREFERRED_PROVIDER_virtual/openpower-fru-inventory:df-mrw ?= "openpower-fru-inventory-mrw-native" 4 PREFERRED_PROVIDER_virtual/openpower-fru-properties:df-mrw ?= "openpower-fru-properties-mrw-native" 5 PREFERRED_PROVIDER_virtual/openpower-occ-control-config-native:df-mrw ?= "openpower-occ-control-con…
|
| /openbmc/openbmc/meta-ibm/conf/machine/ |
| H A D | witherspoon.conf | 30 VIRTUAL-RUNTIME_phosphor-hwmon-config:df-mrw = "" 33 PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config:df-mrw = \ 37 PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config:df-mrw = \ 41 PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native:df-mrw = \
|
| H A D | p10bmc.conf | 45 VIRTUAL-RUNTIME_phosphor-hwmon-config:df-mrw = "" 47 PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config:df-mrw = \ 49 PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config:df-mrw = \
|
| /openbmc/openbmc/meta-phosphor/conf/machine/include/ |
| H A D | obmc-bsp-common.inc | 11 OBMC_IMAGE_INCLUDE:df-obmc-static-norootfs = "static-norootfs" 12 OBMC_IMAGE_INCLUDE:df-obmc-ubi-fs = "ubi-fs" 13 OBMC_IMAGE_INCLUDE:df-phosphor-mmc = "mmc"
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/mboxd/ |
| H A D | mboxd_%.bbappend | 7 SYSTEMD_SERVICE:${PN}:append:df-openpower-ubi-fs = " check-pnor-format.service" 9 SRC_URI:append:df-openpower-ubi-fs = " file://check_pnor_format.sh" 11 do_install:append:df-openpower-ubi-fs() {
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/power/ |
| H A D | phosphor-power_%.bbappend | 5 SRC_URI:append:df-openpower = " file://psu.json" 16 do_install:append:df-openpower(){ 19 FILES:${PN}:append:df-openpower = " ${datadir}/phosphor-power/psu.json"
|
| /openbmc/openbmc/meta-ibm/recipes-extended/pam/ |
| H A D | libpam_%.bbappend | 1 FILESEXTRAPATHS:prepend:df-google-authenticator-libpam := "${THISDIR}/${PN}:" 2 SRC_URI:append:df-google-authenticator-libpam = " \
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/flash/ |
| H A D | phosphor-software-manager_%.bbappend | 1 FILESEXTRAPATHS:prepend:df-openpower := "${THISDIR}/${PN}:" 3 SYSTEMD_OVERRIDE:${PN}-updater:append:df-openpower = \
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | distrooverrides.bbclass | 8 # name plus a df- prefix. Ensures that these special 15 # do_install:append:df-my-feature () { ... } 29 Each entry is added to OVERRIDES as df-<feature> if <feature> is in DISTRO_FEATURES." 38 DISTROOVERRIDES .= "${@ ''.join([':df-' + x for x in sorted(set(d.getVar('DISTRO_FEATURES_OVERRIDES…
|
| /openbmc/openbmc/meta-ibm/recipes-support/chrony/ |
| H A D | chrony_%.bbappend | 8 SRC_URI:append:df-chrony = " file://chronyd.service" 9 SRC_URI:append:df-chrony = " file://chrony.conf"
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/ |
| H A D | packagegroup-obmc-apps.bbappend | 4 RDEPENDS:${PN}-host-state-mgmt:append:df-openpower = " checkstop-monitor" 8 RDEPENDS:${PN}-host-state-mgmt:append:df-openpower = " openpower-debug-collector"
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | mime-xdg.bbclass | 52 for df in os.listdir(desktop_dir): 53 if df.endswith('.desktop'): 55 with open(desktop_dir + '/'+ df, 'r') as f: 61 … open %s. Set MIME_XDG_PACKAGES in recipe or add mime-xdg to INSANE_SKIP.' % desktop_dir + '/'+ df)
|
| /openbmc/qemu/hw/xen/ |
| H A D | trace-events | 48 …t32_t dir, uint32_t df, uint32_t data_is_ptr, uint64_t addr, uint64_t data, uint32_t count, uint32… 49 …t32_t type, uint32_t df, uint32_t data_is_ptr, uint64_t addr, uint64_t data, uint32_t count, uint3… 50 …t32_t type, uint32_t df, uint32_t data_is_ptr, uint64_t addr, uint64_t data, uint32_t count, uint3… 51 …int32_t dir, uint32_t df, uint32_t data_is_ptr, uint64_t addr, uint64_t data, uint32_t count, uint… 54 …int32_t dir, uint32_t df, uint32_t data_is_ptr, uint64_t addr, uint64_t data, uint32_t count, uint…
|
| /openbmc/qemu/tests/docker/ |
| H A D | docker.py | 203 df = os.path.join(os.path.dirname(__file__), "dockerfiles", 205 return _read_dockerfile(df) 208 def _dockerfile_verify_flat(df): argument 210 for l in df.splitlines(): 540 df = StringIO() 541 df.write(u"FROM %s\n" % args.tag) 569 df.write(u"ADD . /\n") 574 df.write("\n") 575 df.write("RUN id %s 2>/dev/null || useradd -u %d -U %s" % 578 df_bytes = BytesIO(bytes(df.getvalue(), "UTF-8"))
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/fans/ |
| H A D | fan-watchdog.bb | 25 SYSTEMD_ENVIRONMENT_FILE:${PN}:append:df-openpower = " obmc/fan-watchdog/reset-fan-watchdog.conf" 26 SYSTEMD_ENVIRONMENT_FILE:${PN}:append:df-openpower = " obmc/fan-watchdog/fan-watchdog.conf"
|
| /openbmc/openbmc/meta-nuvoton/conf/machine/include/ |
| H A D | npcm8xx.inc | 9 KERNEL_IMAGETYPE:df-obmc-static-norootfs = "Image" 10 KERNEL_IMAGETYPES:df-obmc-static-norootfs = "${KERNEL_IMAGETYPE}"
|