| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | callback.hpp | 54 /** @class Conditional 59 class Conditional class 62 Conditional() = default; 63 Conditional(const Conditional&) = delete; 64 Conditional(Conditional&&) = default; 65 Conditional& operator=(const Conditional&) = delete; 66 Conditional& operator=(Conditional&&) = default; 67 virtual ~Conditional() = default; 76 class IndexedConditional : public Conditional 87 Conditional(), index(conditionIndex) in IndexedConditional() [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/openbmc/poky/meta/recipes-connectivity/bluez5/ |
| H A D | bluez5_5.82.bb | |
| /openbmc/openbmc/meta-aspeed/dynamic-layers/arm-layer/recipes-bsp/u-boot/ |
| H A D | u-boot-aspeed-sdk_%.bbappend | 2 ${@oe.utils.conditional('UBOOT_FIT_TEE', '1', 'optee-os:do_deploy', '', d)} \ 3 …${@oe.utils.conditional('UBOOT_FIT_ARM_TRUSTED_FIRMWARE', '1', 'trusted-firmware-a:do_deploy', '',…
|
| /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/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/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/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ |
| H A D | libts-udev.inc | 9 if ${@oe.utils.conditional('VIRTUAL-RUNTIME_dev_manager', 'busybox-mdev', 'false', 'true', d)}; then 16 inherit ${@oe.utils.conditional('VIRTUAL-RUNTIME_dev_manager', 'busybox-mdev', '', 'useradd', d)}
|
| /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/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", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}' 29 SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}' 39 # conditional
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/ |
| H A D | konkretcmpi_0.9.2.bb | |
| /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/qemu/tests/tcg/s390x/ |
| H A D | per.S | 51 /* Test conditional relative branch. */ 59 /* Test conditional register branch. */
|
| /openbmc/pldm/docs/ |
| H A D | code_organisation.md | 44 `pldm/meson_options.txt` with its mapped compiler flag to enable conditional 50 incorporate the logic of adding its mapped compiler flag to allow conditional
|
| /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/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-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/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/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/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_…
|
| /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-raspberrypi/conf/machine/include/ |
| H A D | rpi-base.inc | 130 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_I2C', '1', 'kernel-module-i… 131 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_IR', '1', 'kernel-module-gp… 132 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_GPIO_SHUTDOWN', '1', 'gpio-…
|
| /openbmc/openbmc/poky/meta/recipes-graphics/x11-common/ |
| H A D | xserver-nodm-init_3.0.bb | 22 REQUIRED_DISTRO_FEATURES = "x11 ${@oe.utils.conditional('ROOTLESS_X', '1', 'pam', '', d)}" 65 RDEPENDS:${PN} = "xinit ${@oe.utils.conditional('ROOTLESS_X', '1', 'xuser-account libcap libcap-bin', '', d)}"
|