Home
last modified time | relevance | path

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

123456

/linux/tools/testing/crypto/chacha20-s390/
A Dtest-cipher.c173 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()
278 16, 1, plain, in chacha_s390_test_init()
286 if (memcmp(plain, revert, data_size)) { in chacha_s390_test_init()
301 if (memcmp(plain, revert, data_size)) { in chacha_s390_test_init()
323 if (memcmp(plain, revert, data_size)) { in chacha_s390_test_init()
342 if (plain) in chacha_s390_test_init()
[all …]
/linux/lib/
A 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
242 accesses, conflicting marked atomic reads and plain writes will not
[all …]
/linux/tools/memory-model/litmus-tests/
A Ddep+plain.litmus1 C dep+plain
6 * This litmus test demonstrates that in LKMM, plain accesses
/linux/drivers/gpu/drm/ci/xfails/
A Drockchip-rk3399-fails.txt58 kms_flip@plain-flip-fb-recreate,Fail
59 kms_flip@plain-flip-fb-recreate-interruptible,Fail
60 kms_flip@plain-flip-ts-check,Fail
61 kms_flip@plain-flip-ts-check-interruptible,Fail
A Dvkms-none-flakes.txt34 kms_flip@plain-flip-fb-recreate-interruptible
41 kms_flip@plain-flip-ts-check
48 kms_flip@plain-flip-ts-check-interruptible
A Dvirtio_gpu-none-fails.txt153 kms_flip@plain-flip-fb-recreate,Fail
154 kms_flip@plain-flip-fb-recreate-interruptible,Fail
155 kms_flip@plain-flip-ts-check,Fail
156 kms_flip@plain-flip-ts-check-interruptible,Fail
/linux/Documentation/fb/
A 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/tools/memory-model/Documentation/
A Daccess-marking.txt39 Neither plain C-language accesses nor data_race() (#1 and #2 above) place
45 preferable to data_race(), which in turn is usually preferable to plain
50 KCSAN will complain about many types of data races involving plain
60 data_race() and even plain C-language accesses is preferable to
91 concurrently with updates to x. Then using plain C-language writes
101 In theory, plain C-language loads can also be used for this use case.
125 In theory, plain C-language loads can also be used for this use case.
146 In theory, plain C-language loads can also be used for this use case.
196 by default, refraining from flagging plain C-language stores:
304 should) be plain C-language accesses. One benefit of making them be
[all …]
A Dexplanation.txt933 Plain-coherence: This requires that plain memory accesses
940 "rcu" and "plain-coherence" axioms are specific to the LKMM.
2238 3. at least one of them is plain,
2400 again, now using plain accesses for buf:
2429 machine instructions the compiler generates for the plain
2452 general. Suppose R is a plain load and we want to show that R
2504 The LKMM includes a second way to pre-bound plain accesses, in
2656 they don't make sense even for plain accesses.
2668 executes before, even if one or both is plain).
2681 Perhaps it could say more (for example, plain accesses might
[all …]
/linux/Documentation/devicetree/bindings/pci/
A 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/net/mac80211/
A 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/tools/memory-model/
A 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
A Dlinux-kernel.bell75 (* Compute marked and plain memory accesses *)
80 (* Redefine dependencies to include those carried through plain accesses *)
/linux/tools/testing/selftests/bpf/progs/
A Dlocal_kptr_stash.c53 struct plain_local __kptr *plain; member
146 res = bpf_kptr_xchg(&mapval->plain, res); in stash_plain()
/linux/Documentation/dev-tools/
A Dkcsan.rst134 * ``CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC``: Assume that plain aligned writes
137 causes KCSAN to not report data races due to conflicts where the only plain
202 *plain access*; they *conflict* if both access the same memory location, and at
263 compiler instrumenting plain accesses. For each instrumented plain access:
274 To detect data races between plain and marked accesses, KCSAN also annotates
286 Each plain memory access for which a watchpoint is set up, is also selected for
322 "prefetch" accesses. Also recall that watchpoints are only set up for plain
/linux/drivers/gpu/drm/radeon/
A DKconfig32 run the Radeon in plain VGA mode.
/linux/Documentation/devicetree/bindings/nvmem/layouts/
A Dfixed-cell.yaml20 It can be stored in a plain binary format (cell length 6) or as an
/linux/Documentation/ABI/testing/
A Dsysfs-kernel-mm-numa14 characteristics instead of plain NUMA systems where
/linux/crypto/
A Dccm.c169 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth() argument
216 if (plain) in crypto_ccm_auth()
217 sg_chain(sg, 2, plain); in crypto_ccm_auth()
218 plain = sg; in crypto_ccm_auth()
222 ahash_request_set_crypt(ahreq, plain, odata, cryptlen); in crypto_ccm_auth()
/linux/Documentation/core-api/
A Dprotection-keys.rst93 behavior of a plain mprotect(). For instance if you do this::
116 the plain mprotect() permissions are violated.
/linux/Documentation/translations/zh_CN/admin-guide/
A Dtainted-kernels.rst56 `git.kernel.org <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/tools/deb…
/linux/Documentation/translations/zh_TW/admin-guide/
A Dtainted-kernels.rst59 `git.kernel.org <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/tools/deb…
/linux/Documentation/process/
A 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/Documentation/hwmon/
A Dasb100.rst31 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
/linux/Documentation/networking/
A 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

Completed in 451 milliseconds

123456