Home
last modified time | relevance | path

Searched refs:plain (Results 1 – 25 of 136) sorted by relevance

123456

/linux-6.6.21/tools/testing/crypto/chacha20-s390/
Dtest-cipher.c51 static int test_lib_chacha(u8 *revert, u8 *cipher, u8 *plain) in test_lib_chacha() argument
72 chacha_crypt_arch(chacha_state, cipher, plain, data_size, 20); in test_lib_chacha()
126 static int test_skcipher(char *name, u8 *revert, u8 *cipher, u8 *plain) in test_skcipher() argument
173 sg_init_one(&sk.sginp, plain, data_size); in test_skcipher()
238 u8 *plain = NULL, *revert = NULL; in chacha_s390_test_init() local
246 plain = vmalloc(data_size); in chacha_s390_test_init()
247 if (!plain) { in chacha_s390_test_init()
252 memset(plain, 'a', data_size); in chacha_s390_test_init()
253 get_random_bytes(plain, (data_size > 256 ? 256 : data_size)); in chacha_s390_test_init()
278 16, 1, plain, in chacha_s390_test_init()
[all …]
/linux-6.6.21/drivers/gpu/drm/ci/xfails/
Drockchip-rk3399-fails.txt13 kms_flip@plain-flip-fb-recreate,Fail
14 kms_flip@plain-flip-fb-recreate-interruptible,Fail
15 kms_flip@plain-flip-ts-check,Fail
16 kms_flip@plain-flip-ts-check-interruptible,Fail
/linux-6.6.21/lib/
DKconfig.kcsan37 The compiler instruments plain compound read-write operations
39 distinguish them from other plain accesses. This is currently
199 plain accesses by default (depending on !KCSAN_STRICT) reduce the
216 bool "Assume that plain aligned writes up to word size are atomic"
220 Assume that plain aligned writes up to word size are atomic by
223 races due to conflicts where the only plain accesses are aligned
224 writes up to word size: conflicts between marked reads and plain
226 notice that data races between two conflicting plain aligned writes
234 additional filtering. Conflicting marked atomic reads and plain
236 plain reads and marked writes to result in "unknown origin" reports.
[all …]
/linux-6.6.21/tools/memory-model/litmus-tests/
Ddep+plain.litmus1 C dep+plain
6 * This litmus test demonstrates that in LKMM, plain accesses
/linux-6.6.21/tools/memory-model/Documentation/
Daccess-marking.txt33 Neither plain C-language accesses nor data_race() (#1 and #2 above) place
39 preferable to data_race(), which in turn is usually preferable to plain
44 KCSAN will complain about many types of data races involving plain
54 data_race() and even plain C-language accesses is preferable to
85 concurrently with updates to x. Then using plain C-language writes
95 In theory, plain C-language loads can also be used for this use case.
119 In theory, plain C-language loads can also be used for this use case.
140 In theory, plain C-language loads can also be used for this use case.
166 Here are some example situations where plain C-language accesses should
190 by default, refraining from flagging plain C-language stores:
[all …]
Dexplanation.txt933 Plain-coherence: This requires that plain memory accesses
940 "rcu" and "plain-coherence" axioms are specific to the LKMM.
2171 accesses such as x or y = 0 are simply called "plain" accesses.
2173 Early versions of the LKMM had nothing to say about plain accesses.
2175 by plain accesses are not concurrently read or written by any other
2177 of transformations or optimizations of code containing plain accesses,
2203 But since P0's load from x is a plain access, the compiler may decide
2225 doesn't try to predict all possible outcomes of code containing plain
2238 3. at least one of them is plain,
2350 are plain. Now, although we have not said so explicitly, up to this
[all …]
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dlocal_kptr_stash.c26 struct plain_local __kptr *plain; member
91 res = bpf_kptr_xchg(&mapval->plain, res); in stash_plain()
/linux-6.6.21/Documentation/fb/
Ds3fb.rst19 I tested s3fb on Trio64 (plain, V+ and V2/DX) and Virge (plain, VX, DX),
40 hardware, i get best results from plain S3 Trio32 card - about 75 MHz). This
/linux-6.6.21/net/mac80211/
Dfils_aead.c67 const u8 *plain, size_t plain_len, in aes_siv_encrypt() argument
81 addr[num_elem] = plain; in aes_siv_encrypt()
101 tmp = kmemdup(plain, plain_len, GFP_KERNEL); in aes_siv_encrypt()
/linux-6.6.21/Documentation/devicetree/bindings/pci/
Dfaraday,ftpci100.yaml15 plain and dual PCI. The plain version embeds a cascading interrupt controller
21 The plain variant has 128MiB of non-prefetchable memory space, whereas the
/linux-6.6.21/tools/memory-model/
Dlinux-kernel.cat176 (* Warn about plain writes and marked accesses in the same region *)
186 (* Boundaries for lifetimes of plain accesses *)
194 (* Visibility and executes-before for plain accesses *)
204 (* Coherence requirements for plain accesses *)
208 empty (wr-incoh | rw-incoh | ww-incoh) as plain-coherence
Dlinux-kernel.bell75 (* Compute marked and plain memory accesses *)
80 (* Redefine dependencies to include those carried through plain accesses *)
/linux-6.6.21/Documentation/dev-tools/
Dkcsan.rst124 * ``CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC``: Assume that plain aligned writes
127 causes KCSAN to not report data races due to conflicts where the only plain
192 *plain access*; they *conflict* if both access the same memory location, and at
253 compiler instrumenting plain accesses. For each instrumented plain access:
264 To detect data races between plain and marked accesses, KCSAN also annotates
276 Each plain memory access for which a watchpoint is set up, is also selected for
312 "prefetch" accesses. Also recall that watchpoints are only set up for plain
/linux-6.6.21/Documentation/core-api/
Dprotection-keys.rst75 behavior of a plain mprotect(). For instance if you do this::
98 the plain mprotect() permissions are violated.
/linux-6.6.21/Documentation/devicetree/bindings/nvmem/layouts/
Dfixed-cell.yaml20 It can be stored in a plain binary format (cell length 6) or as an
/linux-6.6.21/drivers/gpu/drm/radeon/
DKconfig32 run the Radeon in plain VGA mode.
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-kernel-mm-numa14 characteristics instead of plain NUMA systems where
/linux-6.6.21/crypto/
Dccm.c168 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth() argument
215 if (plain) in crypto_ccm_auth()
216 sg_chain(sg, 2, plain); in crypto_ccm_auth()
217 plain = sg; in crypto_ccm_auth()
221 ahash_request_set_crypt(ahreq, plain, odata, cryptlen); in crypto_ccm_auth()
/linux-6.6.21/Documentation/process/
Dsecurity-bugs.rst29 Please send plain text emails without attachments where possible.
34 reproduction steps, and follow it with a proposed fix, all in plain text.
/linux-6.6.21/Documentation/translations/zh_TW/admin-guide/
Dtainted-kernels.rst59 `git.kernel.org <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/tools/deb…
/linux-6.6.21/Documentation/translations/zh_CN/admin-guide/
Dtainted-kernels.rst56 `git.kernel.org <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/tools/deb…
Dreporting-regressions.rst367 …https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/translation…
/linux-6.6.21/Documentation/hwmon/
Dasb100.rst31 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
/linux-6.6.21/Documentation/networking/
Dieee802154.rst20 - IEEE 802.15.4 layer; We have chosen to use plain Berkeley socket API,
82 code via plain sk_buffs. On skb reception skb->cb must contain additional
/linux-6.6.21/arch/arm/boot/dts/st/
Dste-href-family-pinctrl.dtsi196 * These are plain GPIO pins used by WLAN

123456