Home
last modified time | relevance | path

Searched refs:against (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/linux-6.15/tools/testing/selftests/drivers/net/
H A DREADME.rst14 against software drivers such as netdevsim. No extra preparation is required
22 Executing tests against a real device requires external preparation.
23 The netdevice against which tests will be run must exist, be running
27 the tests against a real device.
32 All tests in drivers/net must support running both against a software device
57 Name of the netdevice against which the test should be executed.
/linux-6.15/tools/memory-model/scripts/
H A DREADME11 the results against the expected results recorded in the
29 Check a single litmus test against its "Result:" expected result.
34 Check the specified list of litmus tests against their "Result:"
55 against the .litmus file's "Result:" comment to judge whether
97 # Checks results against Result tags, runs in minutes:
/linux-6.15/fs/verity/
H A DKconfig17 against the Merkle tree. The file is also made read-only.
24 against a known good value, e.g. from a digital signature).
29 protection against malicious disks vs. an ahead-of-time hash.
/linux-6.15/drivers/staging/iio/Documentation/
H A Dinkernel.txt18 matched against the datasheet_name field of the iio_chan_spec.
44 * matching dev or dev_name against consumer_dev and consumer_dev_name
45 * matching consumer_channel against consumer_channel in the map
/linux-6.15/Documentation/bpf/libbpf/
H A Dlibbpf_build.rst7 against and must be installed on the system for applications to work.
30 To build both static libbpf.a and shared libbpf.so against a custom libelf
/linux-6.15/Documentation/driver-api/media/
H A Ddtv-common.rst43 Two or more readers must be locked against each other.
46 Two or more writers must be locked against each other.
/linux-6.15/Documentation/
H A Datomic_t.txt180 Where 'unordered' is against other memory locations. Address dependencies are
183 Fully ordered primitives are ordered against everything prior and everything
194 smp_mb__before_atomic() orders all earlier accesses against the RMW op
196 later accesses against the RMW op and all accesses preceding it. However,
226 a RELEASE because it orders preceding instructions against both the read
227 and write parts of the atomic_dec(), and against all following instructions
260 because it would not order the W part of the RMW against the following
/linux-6.15/Documentation/virt/kvm/
H A Dreview-checklist.rst10 2. Patches should be against kvm.git master branch.
39 12. Features must be robust against reset and kexec - for example, shared
/linux-6.15/tools/testing/ktest/examples/
H A DREADME10 crosstests.conf - this config shows an example of testing a git repo against
22 snowball.conf - An example config that was used to demo ktest.pl against
/linux-6.15/Documentation/security/tpm/
H A Dtpm-security.rst21 Snooping and Alteration Attacks against the bus
27 successfully demonstrated against the `Windows Bitlocker TPM`_ system.
28 Most recently the same `attack against TPM based Linux disk
72 interception which HMAC protection alone cannot protect against, so
126 collect the name and verifies it against its derived key.
165 of the generated primary key against the one in the certificate (the
206 signature of the returned certifyInfo is verified against the public
214 .. _attack against TPM based Linux disk encryption: https://www.secura.com/blog/tpm-sniffing-attack…
/linux-6.15/Documentation/hwmon/
H A Dltc4260.rst46 value of the divider resistor against the measured voltage and R2 is the value
47 of the divider resistor against Ground.
H A Dltc4261.rst46 value of the divider resistor against the measured voltage and R2 is the value
47 of the divider resistor against Ground.
H A Dltc2945.rst46 value of the divider resistor against the measured voltage and R2 is the value
47 of the divider resistor against Ground.
/linux-6.15/tools/memory-model/Documentation/
H A Dordering.txt12 all of the CPU's prior operations against some or all of its
16 against some or all of the CPU's prior accesses or some or all
68 accesses against all subsequent accesses from the viewpoint of all CPUs.
263 end in _release. These operations order their own store against all
307 Note that release ordering is guaranteed only against the
308 memory-store portion of the RMW operation, and not against the
322 operations order their own load against all of the CPU's subsequent
333 improves upon smp_rmb() by ordering against subsequent stores as well
334 as against subsequent loads.
344 Note that acquire ordering is guaranteed only against the
[all …]
/linux-6.15/Documentation/kbuild/
H A Dheaders_install.rst19 means that a program built against a C library using older kernel headers
21 features), but a program built against newer kernel headers may not work on an
/linux-6.15/Documentation/scsi/
H A DChangeLog.sym53c8xx_231 - Check against memory allocation failure for SCRIPTZ and add the
33 - Check against GPIO3 pulled low for HVD controllers (driver did
84 - Mask GPCNTL against 0x1c (was 0xfc) for the reading of the NVRAM.
130 - Prepare a new patch against linux-2.4.13.
/linux-6.15/tools/memory-model/litmus-tests/
H A DS+fencewmbonceonce+poacquireonce.litmus7 * store against a subsequent store?
H A DS+poonceonces.litmus7 * first store against P1()'s final load, if the smp_store_release()
H A DISA2+poonceonces.litmus7 * against the last process's load, is ordering preserved if all of the
/linux-6.15/Documentation/userspace-api/media/rc/
H A Drc-table-change.rst9 The event interface provides two ioctls to be used against the
/linux-6.15/Documentation/filesystems/ext4/
H A Dmmp.rst7 filesystem against multiple hosts trying to use the filesystem
31 The checksum is calculated against the FS UUID and the MMP structure.
/linux-6.15/Documentation/ABI/removed/
H A Ddevfs7 against the LSB, and can be replaced by using udev.
/linux-6.15/Documentation/filesystems/
H A Ddlmfs.rst56 against raw disks.
83 and write(2) against the fd obtained via your open(2) call. The
94 domain directory. Locking against them is done via the open(2) system
/linux-6.15/Documentation/driver-api/acpi/
H A Dscan_handlers.rst56 to match a scan handler against each of them using the ids arrays of the
66 interesting to the given scan handler and may be matched against the next scan
79 is the order in which they are matched against device nodes during namespace
/linux-6.15/Documentation/security/
H A Dself-protection.rst6 structures within the Linux kernel to protect against security flaws in
16 but with systems in place that defend against the worst case we'll
18 still be kept in mind, is protecting the kernel against a _privileged_
34 The most fundamental defense against security exploits is to reduce the
135 To protect against even privileged users, systems may need to either
149 kind of attack exist, and protections exist to defend against them.
268 attacks, it is important to defend against exposure of both kernel memory

12345678910>>...18