/openbmc/linux/drivers/scsi/ |
H A D | script_asm.pl | 271 local ($conditional) = @_; 272 if ($conditional =~ /^\s*(IF|WHEN)\s*(.*)/i) { 274 $conditional = $2; 290 if ($conditional =~ /^NOT\s+(.*)$/i) { 293 $conditional = $1; 302 if ($conditional =~ /^ATN\s*(.*)/i) {# 307 $conditional = $1; 309 } elsif ($conditional =~ /^($phase)\s*(.*)/i) { 313 $conditional = $2; 321 if ($conditional =~ /^(AND|OR)\s*(.*)/i) { [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/ |
H A D | trusted-firmware-a-fvp-base.inc | 17 TFA_ARM_SPMC_MANIFEST_DTS = "${@oe.utils.conditional('SPMC_IS_OPTEE', '1', \ 25 TFA_SPD := "${@oe.utils.conditional('SPMC_IS_OPTEE', '1', 'spmd', \ 27 DEPENDS += " ${@oe.utils.conditional('SPMC_IS_OPTEE', '1', 'optee-os', '', d)}" 43 BL32 = "${@oe.utils.conditional('SPMC_IS_OPTEE', '1',\ 46 EXTRA_OEMAKE += "${@oe.utils.conditional('SPMC_IS_OPTEE', '1', \
|
/openbmc/pldm/common/ |
H A D | bios_utils.hpp | 40 using T = typename std::conditional< 42 typename std::conditional< 44 typename std::conditional<tableType == PLDM_BIOS_ATTR_VAL_TABLE,
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | branch.idef | 46 OLDCOND_JUMP(J2_jump,"jump","#r15:2",ATTRIBS(A_CJOLDDIR),"direct conditional jump", 49 OLDCOND_JUMP(J2_jumpr,"jumpr","Rs32",ATTRIBS(A_JINDIROLD),"indirect conditional jump", 58 NEWCOND_JUMP(J2_jump,"jump","#r15:2",ATTRIBS(A_CJNEWDIR,A_ARCHV2),"direct conditional jump", 61 NEWCOND_JUMP(J2_jumpr,"jumpr","Rs32",ATTRIBS(A_JINDIRNEW,A_ARCHV3),"indirect conditional jump", 66 Q6INSN(J4_hintjumpr,"hintjr(Rs32)",ATTRIBS(A_JINDIR),"hint indirect conditional jump", 73 Q6INSN(J2_jumprz,"if (Rs32!=#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional ju… 76 Q6INSN(J2_jumprnz,"if (Rs32==#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional j… 79 Q6INSN(J2_jumprzpt,"if (Rs32!=#0) jump:t #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional j… 82 Q6INSN(J2_jumprnzpt,"if (Rs32==#0) jump:t #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional … 85 Q6INSN(J2_jumprgtez,"if (Rs32>=#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional… [all …]
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | inline.c | 72 const uint64_t conditional = in stats_insn() local 78 g_string_append_printf(stats, "insn: %" PRIu64 " (cond cb)\n", conditional); in stats_insn() 83 g_assert(conditional == expected); in stats_insn() 94 const uint64_t conditional = in stats_tb() local 100 g_string_append_printf(stats, "tb: %" PRIu64 " (conditional cb)\n", conditional); in stats_tb() 105 g_assert(conditional == expected); in stats_tb()
|
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/ |
H A D | bluez5_5.79.bb | 7 # noinst programs in Makefile.tools that are conditional on READLINE 18 # noinst programs in Makefile.tools that are conditional on TESTING 37 # noinst programs in Makefile.tools that are conditional on TOOLS
|
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/ |
H A D | rpi-cmdline.bb | 16 CMDLINE_SERIAL ?= "${@oe.utils.conditional("ENABLE_UART", "1", "console=serial0,115200", "", d)}" 21 CMDLINE_KGDB ?= '${@oe.utils.conditional("ENABLE_KGDB", "1", "kgdboc=serial0,115200", "", d)}' 24 CMDLINE_LOGO ?= '${@oe.utils.conditional("DISABLE_RPI_BOOT_LOGO", "1", "logo.nologo", "", d)}'
|
/openbmc/u-boot/common/ |
H A D | bedbug.c | 1072 int conditional = 0; in find_next_address() local 1109 conditional = 1; in find_next_address() 1125 conditional = 0; in find_next_address() 1138 conditional = 1; in find_next_address() 1151 conditional = 1; in find_next_address() 1156 conditional = 0; in find_next_address() 1161 if (conditional) { in find_next_address() 1217 if (branch && (!conditional || (ctr_ok && cond_ok))) { in find_next_address()
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | control-dependencies.txt | 87 Now there is no conditional between the load from "a" and the store to 89 conditional is absolutely required, and must be present in the final 120 and again remove the conditional branch that is absolutely required to 143 tempting to add a barrier(), but this does not help. The conditional 198 conditional-move instructions, as in this fanciful pseudo-assembly 235 (*) Control dependencies require at least one run-time conditional 237 conditional must involve the prior load. If the compiler is able 238 to optimize the conditional away, it will have also optimized 240 can help to preserve the needed conditional.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/ |
H A D | konkretcmpi_0.9.2.bb | 23 ${@oe.utils.conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \ 24 ${@oe.utils.conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
|
/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/ |
H A D | linux-raspberrypi-dev.bb | 17 SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-raspberrypi-… 18 SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-raspberrypi-dev…
|
/openbmc/openbmc/poky/meta/recipes-kernel/linux/ |
H A D | linux-yocto-dev.bb | 28 SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", … 29 SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${… 39 # conditional
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ |
H A D | libts_git.bb | 20 …if ${@oe.utils.conditional('VIRTUAL-RUNTIME_dev_manager', 'busybox-mdev', 'false', 'true', d)}; th… 37 inherit ${@oe.utils.conditional('VIRTUAL-RUNTIME_dev_manager', 'busybox-mdev', '', 'useradd', d)}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher/ |
H A D | 0002-Makefile-add-conditional-stripping.patch | 4 Subject: [PATCH] Makefile: add conditional stripping 7 This patch introduces a `NOSTRIP` conditional flag to the `install`
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libjxl/libjxl/ |
H A D | 0001-cmake-Do-not-use-mrelax-all-with-clang-on-RISCV64.patch | 9 all conditional branches into 15 Unconditional jmp can reach targets a lot further than a conditional branch.
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | args-if-unboxed.err | 2 args-if-unboxed.json:5: conditional command arguments require 'boxed': true
|
H A D | args-if-implicit.err | 2 args-if-implicit.json:1: conditional command arguments require 'boxed': true
|
H A D | union-invalid-if-discriminator.err | 2 …on-invalid-if-discriminator.json:10: discriminator member 'enum1' of 'base' must not be conditional
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/ |
H A D | libxml-libxml-perl_2.0134.bb | 27 file://fix-CATALOG-conditional-compile.patch \ 28 file://using-DOCB-conditional.patch \
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/ |
H A D | required-distro-features.inc | 7 REQUIRED_DISTRO_FEATURES = "wayland opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', …
|
/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/ |
H A D | xserver-nodm-init_3.0.bb | 23 REQUIRED_DISTRO_FEATURES = "x11 ${@oe.utils.conditional('ROOTLESS_X', '1', 'pam', '', d)}" 66 RDEPENDS:${PN} = "xinit ${@oe.utils.conditional('ROOTLESS_X', '1', 'xuser-account libcap libcap-bin…
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/ |
H A D | optee-os_4.%.bbappend | 5 EXTRA_OEMAKE:append:qemuarm64-secureboot = "${@oe.utils.conditional('SP_PATHS', '', '', ' CFG_CORE_…
|
H A D | optee-os-ts.inc | 13 SP_EXT = "${@oe.utils.conditional('TS_ENV','opteesp','.stripped.elf','.bin',d)}" 83 EXTRA_OEMAKE:append = "${@oe.utils.conditional('SP_PATHS', '', '', \
|
/openbmc/openbmc/poky/meta/recipes-graphics/packagegroups/ |
H A D | packagegroup-core-weston.bb | 7 REQUIRED_DISTRO_FEATURES = "wayland ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'system…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/ |
H A D | dediprog-flasher_1.14.20.bb | 12 file://0002-Makefile-add-conditional-stripping.patch \
|