/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/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/ |
H A D | branch.json | 18 …"PublicDescription": "Predicted conditional branch executed. This event counts when any branch tha… 21 …"BriefDescription": "Predicted conditional branch executed. This event counts when any branch that… 36 …Conditional branch mispredicted. This event counts when any branch that the conditional predictor … 39 …Conditional branch mispredicted. This event counts when any branch that the conditional predictor …
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/ |
H A D | branch.json | 18 …Description": "Predicted conditional branch executed.This event counts when any branch which can b… 21 …Description": "Predicted conditional branch executed.This event counts when any branch which can b… 36 …Conditional branch mis-predicted.This event counts when any branch which can be predicted by the c… 39 …Conditional branch mis-predicted.This event counts when any branch which can be predicted by the c…
|
/openbmc/linux/tools/perf/pmu-events/arch/nds32/n13/ |
H A D | atcpmu.json | 3 "PublicDescription": "Conditional branch", 6 "BriefDescription": "V3 Conditional branch" 9 "PublicDescription": "Taken conditional branches", 12 "BriefDescription": "V3 Taken Conditional branch" 153 "PublicDescription": "conditional branch miss", 156 "BriefDescription": "V3 conditional branch miss" 159 "PublicDescription": "taken conditional branch miss", 162 "BriefDescription": "V3 taken conditional branch miss"
|
/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/linux/security/selinux/ss/ |
H A D | conditional.h | 14 #include "../include/conditional.h" 19 * A conditional expression is a list of operators and operands 42 * depending on the current value of the conditional expression. This 51 * A cond node represents a conditional block in a policy. It 52 * contains a conditional expression, the current state of the expression,
|
/openbmc/linux/drivers/scsi/ |
H A D | script_asm.pl | 267 # &parse_conditional ($conditional) where $conditional is the conditional 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) {# 304 WHEN conditional is incompatible with ATN 307 $conditional = $1; 309 } elsif ($conditional =~ /^($phase)\s*(.*)/i) { [all …]
|
/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/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/linux/tools/perf/pmu-events/arch/x86/ivytown/ |
H A D | pipeline.json | 29 "BriefDescription": "Speculative and retired macro-conditional branches", 32 "PublicDescription": "Speculative and retired macro-conditional branches.", 68 "BriefDescription": "Not taken macro-conditional branches", 71 "PublicDescription": "Not taken macro-conditional branches.", 76 "BriefDescription": "Taken speculative and retired macro-conditional branches", 79 "PublicDescription": "Taken speculative and retired macro-conditional branches.", 84 …"BriefDescription": "Taken speculative and retired macro-conditional branch instructions excluding… 87 …"PublicDescription": "Taken speculative and retired macro-conditional branch instructions excludin… 139 "BriefDescription": "Conditional branch instructions retired.", 141 "EventName": "BR_INST_RETIRED.CONDITIONAL", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/ |
H A D | pipeline.json | 29 "BriefDescription": "Speculative and retired macro-conditional branches", 32 "PublicDescription": "Speculative and retired macro-conditional branches.", 68 "BriefDescription": "Not taken macro-conditional branches", 71 "PublicDescription": "Not taken macro-conditional branches.", 76 "BriefDescription": "Taken speculative and retired macro-conditional branches", 79 "PublicDescription": "Taken speculative and retired macro-conditional branches.", 84 …"BriefDescription": "Taken speculative and retired macro-conditional branch instructions excluding… 87 …"PublicDescription": "Taken speculative and retired macro-conditional branch instructions excludin… 139 "BriefDescription": "Conditional branch instructions retired.", 141 "EventName": "BR_INST_RETIRED.CONDITIONAL", [all …]
|
/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/linux/tools/perf/pmu-events/arch/x86/silvermont/ |
H A D | pipeline.json | 7 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 15 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 24 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 33 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 42 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 51 …conditional branch (JCC) instructions retired. Branch prediction predicts the branch target and en… 60 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 69 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 78 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 87 …conditional branch (JCC) instructions retired. Branch prediction predicts the branch target and en… [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/ |
H A D | branch.json | 50 …redicted. Each misprediction incurs the same penalty as a mispredicted conditional branch instruct… 55 …redicts). Each misprediction incurs the same penalty as a mispredicted conditional branch instruct… 65 "BriefDescription": "Retired conditional branch instructions."
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/ |
H A D | pipeline.json | 19 "BriefDescription": "Speculative and retired macro-conditional branches", 22 …is event counts both taken and not taken speculative and retired macro-conditional branch instruct… 59 "BriefDescription": "Not taken macro-conditional branches", 62 "PublicDescription": "This event counts not taken macro-conditional branch instructions.", 67 "BriefDescription": "Taken speculative and retired macro-conditional branches", 70 …"PublicDescription": "This event counts taken speculative and retired macro-conditional branch ins… 75 …"BriefDescription": "Taken speculative and retired macro-conditional branch instructions excluding… 78 …"PublicDescription": "This event counts taken speculative and retired macro-conditional branch ins… 132 "BriefDescription": "Conditional branch instructions retired.", 134 "EventName": "BR_INST_RETIRED.CONDITIONAL", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/ |
H A D | pipeline.json | 19 "BriefDescription": "Speculative and retired macro-conditional branches", 22 …is event counts both taken and not taken speculative and retired macro-conditional branch instruct… 59 "BriefDescription": "Not taken macro-conditional branches", 62 "PublicDescription": "This event counts not taken macro-conditional branch instructions.", 67 "BriefDescription": "Taken speculative and retired macro-conditional branches", 70 …"PublicDescription": "This event counts taken speculative and retired macro-conditional branch ins… 75 …"BriefDescription": "Taken speculative and retired macro-conditional branch instructions excluding… 78 …"PublicDescription": "This event counts taken speculative and retired macro-conditional branch ins… 132 "BriefDescription": "Conditional branch instructions retired.", 134 "EventName": "BR_INST_RETIRED.CONDITIONAL", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/ |
H A D | pipeline.json | 19 "BriefDescription": "Speculative and retired macro-conditional branches", 22 …is event counts both taken and not taken speculative and retired macro-conditional branch instruct… 59 "BriefDescription": "Not taken macro-conditional branches", 62 "PublicDescription": "This event counts not taken macro-conditional branch instructions.", 67 "BriefDescription": "Taken speculative and retired macro-conditional branches", 70 …"PublicDescription": "This event counts taken speculative and retired macro-conditional branch ins… 75 …"BriefDescription": "Taken speculative and retired macro-conditional branch instructions excluding… 78 …"PublicDescription": "This event counts taken speculative and retired macro-conditional branch ins… 132 "BriefDescription": "Conditional branch instructions retired.", 134 "EventName": "BR_INST_RETIRED.CONDITIONAL", [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | ci.rst | 3 Digital TV Conditional Access Interface 19 (Common Interface, that holds the CAM (Conditional Access Module) 29 descrambling related information to the Conditional Access Module (CAM).
|
/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/ |
H A D | locks.json | 5 …"BriefDescription": "Conditional store instruction (STCX) failed. LARX and STCX are instructions u… 10 …"BriefDescription": "Conditional store instruction (STCX) passed. LARX and STCX are instructions u…
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen3/ |
H A D | core.json | 59 …dictor. Each such mispredict incurs the same penalty as a mispredicted conditional branch instruct… 65 …dicted. Each such mispredict incurs the same penalty as a mispredicted conditional branch instruct… 96 "BriefDescription": "Retired Conditional Branch Instructions." 112 …"PublicDescription": "The number of retired conditional branch instructions that were not correctl…
|
/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/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/ |
H A D | branch.json | 8 "BriefDescription": "Conditional branch executed" 23 "BriefDescription": "Conditional branch mispredicted"
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/ |
H A D | frontend.json | 3 …"Counts the total number of BACLEARS due to all branch types including conditional and uncondition… 6 … in the frontend. Includes BACLEARS due to all branch types including conditional and uncondition… 11 "BriefDescription": "Counts the number of BACLEARS due to a conditional jump.",
|
/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,
|