Symbol: kcsan_scoped_access
include/linux/kcsan-checks.h
172
struct kcsan_scoped_access *
include/linux/kcsan-checks.h
174
struct kcsan_scoped_access *sa);
include/linux/kcsan-checks.h
184
void kcsan_end_scoped_access(struct kcsan_scoped_access *sa);
include/linux/kcsan-checks.h
208
static inline struct kcsan_scoped_access *
include/linux/kcsan-checks.h
210
struct kcsan_scoped_access *sa) { return sa; }
include/linux/kcsan-checks.h
211
static inline void kcsan_end_scoped_access(struct kcsan_scoped_access *sa) { }
include/linux/kcsan-checks.h
380
struct kcsan_scoped_access __kcsan_scoped_name(id, _) \
include/linux/kcsan-checks.h
382
struct kcsan_scoped_access *__kcsan_scoped_name(id, _dummy_p) \
include/linux/kcsan.h
60
struct kcsan_scoped_access reorder_access;
kernel/kcsan/core.c
1113
struct kcsan_scoped_access *reorder_access;
kernel/kcsan/core.c
216
struct kcsan_scoped_access *scoped_access;
kernel/kcsan/core.c
391
static __always_inline struct kcsan_scoped_access *get_reorder_access(struct kcsan_ctx *ctx)
kernel/kcsan/core.c
404
struct kcsan_scoped_access *reorder_access = get_reorder_access(ctx);
kernel/kcsan/core.c
421
struct kcsan_scoped_access *reorder_access = get_reorder_access(ctx);
kernel/kcsan/core.c
758
struct kcsan_scoped_access *reorder_access = get_reorder_access(ctx);
kernel/kcsan/core.c
906
struct kcsan_scoped_access *
kernel/kcsan/core.c
908
struct kcsan_scoped_access *sa)
kernel/kcsan/core.c
931
void kcsan_end_scoped_access(struct kcsan_scoped_access *sa)
kernel/kcsan/core.c
965
struct kcsan_scoped_access *sa = get_reorder_access(get_ctx()); \
kernel/kcsan/kcsan_test.c
531
struct kcsan_scoped_access *reorder_access = &current->kcsan_ctx.reorder_access;
kernel/kcsan/kcsan_test.c
533
struct kcsan_scoped_access *reorder_access = NULL;
kernel/kcsan/selftest.c
113
struct kcsan_scoped_access *reorder_access = &current->kcsan_ctx.reorder_access;
kernel/kcsan/selftest.c
115
struct kcsan_scoped_access *reorder_access = NULL;
mm/kfence/core.c
520
struct kcsan_scoped_access assert_page_exclusive;