| /linux/tools/testing/crypto/chacha20-s390/ |
| H A D | test-cipher.c | 51 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() 248 pr_info("could not allocate plain buffer\n"); in chacha_s390_test_init() 252 memset(plain, 'a', data_size); in chacha_s390_test_init() 253 get_random_bytes(plain, (data_siz in chacha_s390_test_init() [all...] |
| /linux/tools/memory-model/litmus-tests/ |
| H A D | dep+plain.litmus | 1 C dep+plain 6 * This litmus test demonstrates that in LKMM, plain accesses
|
| /linux/Documentation/fb/ |
| H A D | s3fb.rst | 19 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/ |
| H A D | access-marking.txt | 39 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. 172 Here are some example situations where plain C-language accesses should 196 by default, refraining from flagging plain C-language stores: [all …]
|
| H A D | explanation.txt | 933 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/net/mac80211/ |
| H A D | fils_aead.c | 67 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/ |
| H A D | linux-kernel.cat | 186 (* Warn about plain writes and marked accesses in the same region *) 196 (* Boundaries for lifetimes of plain accesses *) 204 (* Visibility and executes-before for plain accesses *) 214 (* Coherence requirements for plain accesses *) 218 empty (wr-incoh | rw-incoh | ww-incoh) as plain-coherence
|
| H A D | linux-kernel.bell | 87 (* Compute marked and plain memory accesses *) 92 (* Redefine dependencies to include those carried through plain accesses *)
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | local_kptr_stash.c | 53 struct plain_local __kptr *plain; member 146 res = bpf_kptr_xchg(&mapval->plain, res); in stash_plain()
|
| /linux/fs/erofs/ |
| H A D | xattr.c | 485 bool plain = erofs_sb_has_plain_xattr_pfx(sbi); in erofs_xattr_prefixes_init() local 494 if (!plain) { in erofs_xattr_prefixes_init() 500 plain = true; in erofs_xattr_prefixes_init() 502 if (plain) in erofs_xattr_prefixes_init()
|
| /linux/drivers/gpu/drm/ci/xfails/ |
| H A D | rockchip-rk3288-flakes.txt | 27 kms_flip@plain-flip-ts-check
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | Kconfig | 34 run the Radeon in plain VGA mode.
|
| /linux/Documentation/core-api/ |
| H A D | protection-keys.rst | 93 behavior of a plain mprotect(). For instance if you do this:: 116 the plain mprotect() permissions are violated.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-mm-numa | 14 characteristics instead of plain NUMA systems where
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | tainted-kernels.rst | 56 `git.kernel.org <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/tools/deb…
|
| H A D | reporting-regressions.rst | 367 …https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/translation…
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | tainted-kernels.rst | 59 `git.kernel.org <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/tools/deb…
|
| H A D | reporting-regressions.rst | 367 …https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/translation…
|
| /linux/Documentation/hwmon/ |
| H A D | asb100.rst | 31 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
|
| /linux/Documentation/process/ |
| H A D | security-bugs.rst | 36 Please send plain text emails without attachments where possible. 41 reproduction steps, and follow it with a proposed fix, all in plain text.
|
| /linux/Documentation/networking/ |
| H A D | mptcp.rst | 49 *option* field. In that case, the connection will be "downgraded" to plain TCP, 154 MPTCP listen sockets will create "plain" *accepted* TCP sockets if the
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | ste-href-family-pinctrl.dtsi | 196 * These are plain GPIO pins used by WLAN
|
| /linux/tools/testing/selftests/net/ |
| H A D | xfrm_policy.sh | 142 local plain=$5 145 ip -net $ns xfrm policy add dst $plain dir out priority 10 action allow
|
| /linux/Documentation/i2c/ |
| H A D | i2c-protocol.rst | 18 Data (8 bits) A plain data byte.
|
| /linux/arch/arm/nwfpe/ |
| H A D | entry.S | 105 @ plain LDR instruction. Weird, but it seems harmless.
|