Home
last modified time | relevance | path

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

1234

/linux-6.15/drivers/scsi/
H A Dscript_asm.pl271 local ($conditional) = @_;
274 $conditional = $2;
293 $conditional = $1;
307 $conditional = $1;
313 $conditional = $2;
323 $conditional = $2;
342 $conditional = $2;
353 $conditional = $1;
368 not \"$conditional\"
740 $conditional = $2;
[all …]
/linux-6.15/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-6.15/Documentation/userspace-api/media/dvb/
H A Dca.rst9 The Digital TV CA device controls the conditional access hardware. It
H A Dintro.rst89 Not every digital TV hardware provides conditional access hardware.
129 device controls all the conditional access capabilities of the hardware.
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-driver-st11 appear in sysfs as its presence is conditional upon debug
/linux-6.15/tools/memory-model/litmus-tests/
H A Ddep+plain.litmus10 * conditional of P0()'s if-statement creates a control dependency
/linux-6.15/security/selinux/
H A DMakefile20 ss/policydb.o ss/services.o ss/conditional.o ss/mls.o ss/context.o
/linux-6.15/lib/vdso/
H A DKconfig37 time getter functions for the price of an extra conditional
/linux-6.15/Documentation/arch/arm/
H A Dswp_emulation.rst5 moving to the load-locked/store-conditional instructions LDREX and STREX.
/linux-6.15/security/selinux/ss/
H A Davtab.h112 void *p, bool conditional);
H A Davtab.c342 void *p, bool conditional) in avtab_read_item() argument
461 (key.specified & AVTAB_XPERMS) && conditional) { in avtab_read_item()
/linux-6.15/scripts/coccinelle/free/
H A Diounmap.cocci67 msg = "ERROR: missing iounmap; ioremap on line %s and execution via conditional on line %s" % (p1[0…
H A Dclk_put.cocci67 msg = "ERROR: missing clk_put; clk_get on line %s and execution via conditional on line %s" % (p1[0…
/linux-6.15/Documentation/
H A Datomic_bitops.txt61 - RMW operations that are conditional are fully ordered.
/linux-6.15/Documentation/networking/devlink/
H A Diosm.rst28 only conditional erase support is enabled.
66 By default, conditional erase feature is supported.
/linux-6.15/Documentation/scsi/
H A DChangeLog.arcmsr80 ** 1. add conditional declaration for
88 ** 3.add the conditional check if arcmsr_build_ccb()
/linux-6.15/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
H A Dspectre.rst61 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
/linux-6.15/Documentation/core-api/irq/
H A Dirqflags-tracing.rst32 - in lowlevel entry code add (build-conditional) calls to the
/linux-6.15/Documentation/staging/
H A Dspeculation.rst42 It is possible that a CPU mis-predicts the conditional branch, and
/linux-6.15/Documentation/arch/powerpc/
H A Dcpu_features.rst29 index, structure dereference, and conditional branch were added. To avoid the
/linux-6.15/scripts/
H A DMakefile.extrawarn151 KBUILD_CFLAGS += -Wno-enum-compare-conditional
/linux-6.15/Documentation/rust/
H A Dcoding-guidelines.rst305 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
/linux-6.15/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y260 | conditional
261 | program conditional
1082 conditional:
1143 conditional:
/linux-6.15/Documentation/userspace-api/
H A Dfutex2.rst11 conditional variables in userspace. C standard libraries, like glibc, uses it

1234