| /Linux-v5.15/net/sunrpc/auth_gss/ |
| D | gss_krb5_seqnum.c | 49 unsigned char *plain; in krb5_make_seq_num() local 52 plain = kmalloc(8, GFP_NOFS); in krb5_make_seq_num() 53 if (!plain) in krb5_make_seq_num() 56 plain[0] = (unsigned char) (seqnum & 0xff); in krb5_make_seq_num() 57 plain[1] = (unsigned char) ((seqnum >> 8) & 0xff); in krb5_make_seq_num() 58 plain[2] = (unsigned char) ((seqnum >> 16) & 0xff); in krb5_make_seq_num() 59 plain[3] = (unsigned char) ((seqnum >> 24) & 0xff); in krb5_make_seq_num() 61 plain[4] = direction; in krb5_make_seq_num() 62 plain[5] = direction; in krb5_make_seq_num() 63 plain[6] = direction; in krb5_make_seq_num() [all …]
|
| /Linux-v5.15/lib/ |
| D | Kconfig.kcsan | 47 The compiler instruments plain compound read-write operations 49 distinguish them from other plain accesses. This is currently 204 bool "Assume that plain aligned writes up to word size are atomic" 208 Assume that plain aligned writes up to word size are atomic by 211 races due to conflicts where the only plain accesses are aligned 212 writes up to word size: conflicts between marked reads and plain 214 notice that data races between two conflicting plain aligned writes 222 additional filtering. Conflicting marked atomic reads and plain 224 plain reads and marked writes to result in "unknown origin" reports. 230 accesses, conflicting marked atomic reads and plain writes will not [all …]
|
| D | test_printf.c | 302 plain(void) in plain() function 772 plain(); in test_pointer()
|
| /Linux-v5.15/tools/memory-model/Documentation/ |
| D | access-marking.txt | 33 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 …]
|
| D | explanation.txt | 880 Plain-coherence: This requires that plain memory accesses 887 "rcu" and "plain-coherence" axioms are specific to the LKMM. 1927 accesses such as x or y = 0 are simply called "plain" accesses. 1929 Early versions of the LKMM had nothing to say about plain accesses. 1931 by plain accesses are not concurrently read or written by any other 1933 of transformations or optimizations of code containing plain accesses, 1959 But since P0's load from x is a plain access, the compiler may decide 1981 doesn't try to predict all possible outcomes of code containing plain 1994 3. at least one of them is plain, 2106 are plain. Now, although we have not said so explicitly, up to this [all …]
|
| /Linux-v5.15/Documentation/fb/ |
| 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-v5.15/tools/memory-model/ |
| D | linux-kernel.cat | 163 (* Warn about plain writes and marked accesses in the same region *) 173 (* Boundaries for lifetimes of plain accesses *) 181 (* Visibility and executes-before for plain accesses *) 191 (* Coherence requirements for plain accesses *) 195 empty (wr-incoh | rw-incoh | ww-incoh) as plain-coherence
|
| D | linux-kernel.bell | 81 (* Compute marked and plain memory accesses *)
|
| /Linux-v5.15/net/mac80211/ |
| 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-v5.15/Documentation/dev-tools/ |
| D | kcsan.rst | 124 * ``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 209 assumes that as long as a plain access is not observed to race with another 253 compiler instrumenting plain accesses. For each instrumented plain access: 264 To detect data races between plain and marked accesses, KCSAN also annotates
|
| /Linux-v5.15/Documentation/core-api/ |
| D | protection-keys.rst | 77 behavior of a plain mprotect(). For instance if you do this:: 100 the plain mprotect() permissions are violated.
|
| /Linux-v5.15/Documentation/ABI/testing/ |
| D | sysfs-kernel-mm-numa | 14 characteristics instead of plain NUMA systems where
|
| /Linux-v5.15/crypto/ |
| D | ccm.c | 168 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, pctx->odata, cryptlen); in crypto_ccm_auth()
|
| /Linux-v5.15/arch/arm/nwfpe/ |
| D | entry.S | 104 @ plain LDR instruction. Weird, but it seems harmless.
|
| /Linux-v5.15/fs/autofs/ |
| D | Kconfig | 11 transitioned to just plain AUTOFS_FS.
|
| /Linux-v5.15/Documentation/admin-guide/ |
| D | security-bugs.rst | 29 Please send plain text emails without attachments where possible. 34 reproduction steps, and follow it with a proposed fix, all in plain text.
|
| /Linux-v5.15/Documentation/translations/zh_CN/admin-guide/ |
| D | tainted-kernels.rst | 56 `git.kernel.org <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/tools/deb…
|
| /Linux-v5.15/Documentation/translations/zh_TW/admin-guide/ |
| D | tainted-kernels.rst | 59 `git.kernel.org <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/tools/deb…
|
| /Linux-v5.15/Documentation/hwmon/ |
| D | asb100.rst | 31 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
|
| /Linux-v5.15/Documentation/translations/zh_CN/process/ |
| D | email-clients.rst | 33 接收附件,但是附件的内容格式应该是"text/plain"。然而,附件一般是不赞成的,
|
| /Linux-v5.15/Documentation/networking/ |
| D | ieee802154.rst | 20 - 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-v5.15/arch/arm/boot/dts/ |
| D | ste-href-family-pinctrl.dtsi | 196 * These are plain GPIO pins used by WLAN
|
| /Linux-v5.15/Documentation/translations/zh_TW/process/ |
| D | email-clients.rst | 36 接收附件,但是附件的內容格式應該是"text/plain"。然而,附件一般是不贊成的,
|
| /Linux-v5.15/Documentation/gpu/ |
| D | vkms.rst | 89 …sudo ./build/tests/kms_flip --run-subtest basic-plain-flip --device "sys:/sys/devices/platform/vkm… 90 …sudo IGT_DEVICE="sys:/sys/devices/platform/vkms" ./build/tests/kms_flip --run-subtest basic-plain-…
|
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | xfrm_policy.sh | 143 local plain=$5 146 ip -net $ns xfrm policy add dst $plain dir out priority 10 action allow
|