Lines Matching +full:support +full:- +full:nesting
1 /* SPDX-License-Identifier: GPL-2.0 */
4 * data structures to set up runtime. See kcsan-checks.h for explicit checks and
5 * modifiers. For more info please see Documentation/dev-tools/kcsan.rst.
13 #include <linux/kcsan-checks.h>
20 * task_struct, and interrupts access internal per-CPU storage.
30 * track of nesting. Both (a) and (b) are entirely independent of each
32 * vice-versa.
41 * To support these cases, we independently track the depth of nesting
48 * Access mask for all accesses if non-zero.
58 * barriers; only keep 1 to keep fast-path complexity manageable.
65 * kcsan_init - initialize KCSAN runtime