Searched full:conditional (Results 1 – 25 of 60) sorted by relevance
123
| /Documentation/admin-guide/media/ |
| 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).
|
| D | bt8xx.rst | 99 0x20: card has a conditional access slot for scrambled channels
|
| /Documentation/admin-guide/hw-vuln/ |
| D | vmscape.rst | 35 Conditional IBPB 85 Conditional IBPB mitigation is enabled. The kernel tracks when a CPU has 105 Enable conditional IBPB mitigation (default when CONFIG_MITIGATION_VMSCAPE=y).
|
| 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. 481 Conditional L1D flushing is the default behaviour and can be tuned. See 504 Conditional L1D flushing is the default behaviour and can be tuned. See 586 - L1D conditional flushing on VMENTER when EPT is enabled for
|
| D | spectre.rst | 61 conditional branches, while Spectre variant 2 attacks use speculative 70 of speculative execution that bypasses conditional branch instructions 84 conditional checks. The kernel entry code interrupt, exception, and NMI 85 handlers all have conditional swapgs checks. Those may be problematic 404 'IBPB: conditional' Use IBPB on SECCOMP or indirect branch restricted tasks 415 'STIBP: conditional' Use STIBP on SECCOMP or indirect branch restricted tasks
|
| /Documentation/driver-api/media/ |
| D | dtv-ca.rst | 3 Digital TV Conditional Access kABI
|
| /Documentation/ABI/testing/ |
| D | sysfs-driver-st | 11 appear in sysfs as its presence is conditional upon debug
|
| /Documentation/userspace-api/media/dvb/ |
| D | ca.rst | 9 The Digital TV CA device controls the conditional access hardware. It
|
| D | ca-reset.rst | 31 Puts the Conditional Access hardware on its initial state. It should
|
| D | intro.rst | 82 Conditional Access (CA) hardware like CI adapters and smartcard slots 89 Not every digital TV hardware provides conditional access hardware. 129 device controls all the conditional access capabilities of the hardware.
|
| /Documentation/arch/arm/ |
| D | swp_emulation.rst | 5 moving to the load-locked/store-conditional instructions LDREX and STREX.
|
| /Documentation/ |
| D | atomic_bitops.txt | 61 - RMW operations that are conditional are fully ordered.
|
| D | atomic_t.txt | 171 - RMW operations that are conditional are unordered on FAILURE, 181 not defeated. Conditional operations are still unordered on FAILURE. 322 a fair amount of code also requires forward progress from the conditional
|
| /Documentation/arch/sparc/oradax/ |
| D | dax-hv-api.txt | 29 …conditional flags, the execution order of submitted CCBs is arbitrary. Likewise, the time to compl… 145 [25] Conditional synchronization flag [512] 206 The Serial and Conditional flags allow simple relative ordering between CCBs. Any CCB with the Seri… 210 previous Serial CCB, regardless of the completion status of that CCB. The Conditional flag allows C… 212 A CCB may only be conditional on exactly one CCB, however, a CCB may be marked both Conditional 220 Both the Pipeline and Serial bits must be set in the source CCB. The Conditional bit must be set in… 221 target CCB. Exactly one CCB must be made conditional on the source CCB; either 0 or 2 target CCBs 223 …h the Pipeline and Serial bits set, proceed through CCBs with the Pipeline, Serial, and Conditional 224 bits set, and terminate at a CCB that has the Conditional bit set, but not the Pipeline bit. 910 the serial-conditional flags set in order to restrict when it executes. [all …]
|
| /Documentation/networking/devlink/ |
| D | iosm.rst | 28 only conditional erase support is enabled. 66 By default, conditional erase feature is supported.
|
| /Documentation/rust/ |
| D | coding-guidelines.rst | 301 - Conditional compilation triggers the warning in some cases but not others. 305 a conditional ``expect`` (i.e. ``cfg_attr(..., expect(...))``). Otherwise, 353 An alternative would be using a conditional ``expect``: 369 Therefore, it is likely that it is not worth using conditional ``expect``\ s when
|
| D | general-information.rst | 142 Conditional compilation 145 Rust code has access to conditional compilation based on the kernel
|
| /Documentation/core-api/irq/ |
| D | irqflags-tracing.rst | 32 - in lowlevel entry code add (build-conditional) calls to the
|
| /Documentation/arch/powerpc/ |
| D | cpu_features.rst | 29 index, structure dereference, and conditional branch were added. To avoid the
|
| /Documentation/scsi/ |
| D | ChangeLog.arcmsr | 80 ** 1. add conditional declaration for 88 ** 3.add the conditional check if arcmsr_build_ccb()
|
| /Documentation/userspace-api/ |
| D | futex2.rst | 11 conditional variables in userspace. C standard libraries, like glibc, uses it
|
| /Documentation/staging/ |
| D | speculation.rst | 42 It is possible that a CPU mis-predicts the conditional branch, and
|
| D | static-keys.rst | 56 Currently, tracepoints are implemented using a conditional branch. The 57 conditional check requires checking a global variable for each tracepoint.
|
| /Documentation/process/ |
| D | coding-style.rst | 213 This does not apply if only one branch of a conditional statement is a single 1156 21) Conditional Compilation 1170 conditional to that function. 1175 a preprocessor conditional. (However, if a function or variable *always* goes 1179 symbol into a C boolean expression, and use it in a normal C conditional: 1187 The compiler will constant-fold the conditional away, and include or exclude 1195 place a comment after the #endif on the same line, noting the conditional
|
| /Documentation/trace/ |
| D | tracepoints.rst | 143 with jump labels and avoid conditional branches.
|
123