Home
last modified time | relevance | path

Searched refs:conditional (Results 1 – 25 of 63) sorted by relevance

123

/linux/drivers/scsi/
H A Dscript_asm.pl271 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 …]
/linux/scripts/kconfig/tests/conditional_dep/
H A DKconfig2 # Test Kconfig file for conditional dependencies.
17 bool "Test basic conditional dependency"
22 bool "Test complex conditional dependency"
H A Dtest_config21 # If FOO is not selected, then TEST_BASIC should fail the conditional
H A Dtest_config32 # should pass since the dependency on FOO is conditional on BAR.
/linux/tools/memory-model/Documentation/
H A Dcontrol-dependencies.txt87 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.
/linux/scripts/kconfig/tests/transitional/
H A DKconfig117 # Test conditional default: transitional value should not prevent prompting
124 bool "New option with conditional default"
H A Dexpected_stdout1 New option with conditional default (NEW_CONDITIONAL_DEFAULT) [N/y/?] (NEW) n
/linux/lib/vdso/
H A DKconfig19 time getter functions for the price of an extra conditional
/linux/Documentation/userspace-api/media/dvb/
H A Dca.rst9 The Digital TV CA device controls the conditional access hardware. It
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-st11 appear in sysfs as its presence is conditional upon debug
/linux/tools/memory-model/litmus-tests/
H A Ddep+plain.litmus10 * conditional of P0()'s if-statement creates a control dependency
/linux/security/selinux/
H A DMakefile20 ss/policydb.o ss/services.o ss/conditional.o ss/mls.o ss/context.o
/linux/Documentation/arch/arm/
H A Dswp_emulation.rst5 moving to the load-locked/store-conditional instructions LDREX and STREX.
/linux/Documentation/networking/devlink/
H A Diosm.rst28 only conditional erase support is enabled.
66 By default, conditional erase feature is supported.
/linux/scripts/coccinelle/free/
H A Dclk_put.cocci67 msg = "ERROR: missing clk_put; clk_get on line %s and execution via conditional on line %s" % (p1[0…
H A Diounmap.cocci67 msg = "ERROR: missing iounmap; ioremap on line %s and execution via conditional on line %s" % (p1[0…
/linux/Documentation/admin-guide/hw-vuln/
H A Dl1tf.rst150 'L1D conditional cache flushes' L1D flush is conditionally enabled
188 - conditional ('cond')
191 The conditional mode avoids L1D flushing after VMEXITs which execute
198 maximum protection. It has a higher overhead than the conditional
203 defaults to conditional mode on affected processors.
386 mitigation, i.e. conditional L1D flushing
395 i.e. conditional L1D flushing.
586 - L1D conditional flushing on VMENTER when EPT is enabled for
/linux/Documentation/
H A Datomic_bitops.txt61 - RMW operations that are conditional are fully ordered.
/linux/Documentation/scsi/
H A DChangeLog.arcmsr80 ** 1. add conditional declaration for
88 ** 3.add the conditional check if arcmsr_build_ccb()
/linux/Documentation/trace/rv/
H A Dmonitor_rtapp.rst65 top of futexes. Be aware that the C library might not implement conditional
67 exists to provide a conditional variable implementation that is correct for
/linux/Documentation/core-api/irq/
H A Dirqflags-tracing.rst32 - in lowlevel entry code add (build-conditional) calls to the
/linux/Documentation/staging/
H A Dspeculation.rst42 It is possible that a CPU mis-predicts the conditional branch, and
/linux/scripts/
H A DMakefile.warn156 KBUILD_CFLAGS += -Wno-enum-compare-conditional
/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y260 | conditional
261 | program conditional
1082 conditional:
1143 conditional:
/linux/security/selinux/ss/
H A Davtab.c309 void *p, bool conditional) in avtab_read_item() argument
428 (key.specified & AVTAB_XPERMS) && conditional) { in avtab_read_item()

123