Home
last modified time | relevance | path

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

12345

/linux/net/sunrpc/auth_gss/
A Dgss_krb5_seqnum.c49 unsigned char *plain; in krb5_make_seq_num() local
53 if (!plain) 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()
67 kfree(plain); in krb5_make_seq_num()
84 if (!plain) in krb5_get_seq_num()
90 if ((plain[4] != plain[5]) || (plain[4] != plain[6]) || in krb5_get_seq_num()
91 (plain[4] != plain[7])) { in krb5_get_seq_num()
99 (plain[1] << 8) | (plain[2] << 16) | (plain[3] << 24)); in krb5_get_seq_num()
[all …]
/linux/lib/
A DKconfig.kcsan47 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 …]
A Dtest_printf.c302 plain(void) in plain() function
761 plain(); in test_pointer()
/linux/tools/memory-model/Documentation/
A 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.
190 by default, refraining from flagging plain C-language stores:
281 should) be plain C-language accesses. One benefit of making them be
[all …]
A Dexplanation.txt880 Plain-coherence: This requires that plain memory accesses
887 "rcu" and "plain-coherence" axioms are specific to the LKMM.
1994 3. at least one of them is plain,
2156 again, now using plain accesses for buf:
2185 machine instructions the compiler generates for the plain
2208 general. Suppose R is a plain load and we want to show that R
2260 The LKMM includes a second way to pre-bound plain accesses, in
2412 they don't make sense even for plain accesses.
2424 executes before, even if one or both is plain).
2437 Perhaps it could say more (for example, plain accesses might
[all …]
/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/
A Dlinux-kernel.cat163 (* 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
A Dlinux-kernel.bell81 (* Compute marked and plain memory accesses *)
/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/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/Documentation/dev-tools/
A 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
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/crypto/
A 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, pctx->odata, cryptlen); in crypto_ccm_auth()
/linux/Documentation/core-api/
A Dprotection-keys.rst77 behavior of a plain mprotect(). For instance if you do this::
100 the plain mprotect() permissions are violated.
/linux/Documentation/ABI/testing/
A Dsysfs-kernel-mm-numa14 characteristics instead of plain NUMA systems where
/linux/arch/arm/nwfpe/
A Dentry.S104 @ plain LDR instruction. Weird, but it seems harmless.
/linux/Documentation/admin-guide/
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/fs/autofs/
A DKconfig11 transitioned to just plain AUTOFS_FS.
/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/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/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
/linux/Documentation/translations/zh_CN/process/
A Demail-clients.rst33 接收附件,但是附件的内容格式应该是"text/plain"。然而,附件一般是不赞成的,
/linux/Documentation/translations/zh_TW/process/
A Demail-clients.rst36 接收附件,但是附件的內容格式應該是"text/plain"。然而,附件一般是不贊成的,
/linux/arch/arm/boot/dts/
A Dste-href-family-pinctrl.dtsi196 * These are plain GPIO pins used by WLAN
/linux/tools/testing/selftests/net/
A Dxfrm_policy.sh143 local plain=$5
146 ip -net $ns xfrm policy add dst $plain dir out priority 10 action allow

Completed in 33 milliseconds

12345