| /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 …]
|
| /linux/scripts/kconfig/tests/conditional_dep/ |
| H A D | Kconfig | 2 # Test Kconfig file for conditional dependencies. 17 bool "Test basic conditional dependency" 22 bool "Test complex conditional dependency"
|
| H A D | test_config2 | 1 # If FOO is not selected, then TEST_BASIC should fail the conditional
|
| H A D | test_config3 | 2 # should pass since the dependency on FOO is conditional on BAR.
|
| /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.
|
| /linux/scripts/kconfig/tests/transitional/ |
| H A D | Kconfig | 117 # Test conditional default: transitional value should not prevent prompting 124 bool "New option with conditional default"
|
| H A D | expected_stdout | 1 New option with conditional default (NEW_CONDITIONAL_DEFAULT) [N/y/?] (NEW) n
|
| /linux/lib/vdso/ |
| H A D | Kconfig | 19 time getter functions for the price of an extra conditional
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | ca.rst | 9 The Digital TV CA device controls the conditional access hardware. It
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-st | 11 appear in sysfs as its presence is conditional upon debug
|
| /linux/tools/memory-model/litmus-tests/ |
| H A D | dep+plain.litmus | 10 * conditional of P0()'s if-statement creates a control dependency
|
| /linux/security/selinux/ |
| H A D | Makefile | 20 ss/policydb.o ss/services.o ss/conditional.o ss/mls.o ss/context.o
|
| /linux/Documentation/arch/arm/ |
| H A D | swp_emulation.rst | 5 moving to the load-locked/store-conditional instructions LDREX and STREX.
|
| /linux/Documentation/networking/devlink/ |
| H A D | iosm.rst | 28 only conditional erase support is enabled. 66 By default, conditional erase feature is supported.
|
| /linux/scripts/coccinelle/free/ |
| H A D | clk_put.cocci | 67 msg = "ERROR: missing clk_put; clk_get on line %s and execution via conditional on line %s" % (p1[0…
|
| H A D | iounmap.cocci | 67 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 D | l1tf.rst | 150 '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 D | atomic_bitops.txt | 61 - RMW operations that are conditional are fully ordered.
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.arcmsr | 80 ** 1. add conditional declaration for 88 ** 3.add the conditional check if arcmsr_build_ccb()
|
| /linux/Documentation/trace/rv/ |
| H A D | monitor_rtapp.rst | 65 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 D | irqflags-tracing.rst | 32 - in lowlevel entry code add (build-conditional) calls to the
|
| /linux/Documentation/staging/ |
| H A D | speculation.rst | 42 It is possible that a CPU mis-predicts the conditional branch, and
|
| /linux/scripts/ |
| H A D | Makefile.warn | 156 KBUILD_CFLAGS += -Wno-enum-compare-conditional
|
| /linux/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_gram.y | 260 | conditional 261 | program conditional 1082 conditional: 1143 conditional:
|
| /linux/security/selinux/ss/ |
| H A D | avtab.c | 309 void *p, bool conditional) in avtab_read_item() argument 428 (key.specified & AVTAB_XPERMS) && conditional) { in avtab_read_item()
|