Home
last modified time | relevance | path

Searched refs:__no_kcsan (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/kernel/kcsan/
Dkcsan-test.c52 static __no_kcsan inline void
69 static __no_kcsan inline bool
86 __no_kcsan
128 __no_kcsan
146 __no_kcsan
262 __no_kcsan
293 __no_kcsan
418 __no_kcsan
449 __no_kcsan
478 __no_kcsan
[all …]
/Linux-v5.10/include/linux/
Dcompiler_types.h196 #define __no_kcsan __no_sanitize_thread macro
198 # define __no_sanitize_or_inline __no_kcsan notrace __maybe_unused
208 __no_kcsan __no_sanitize_address
/Linux-v5.10/Documentation/dev-tools/
Dkcsan.rst109 using the function attribute ``__no_kcsan``::
111 __no_kcsan
/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c3543 static __no_kcsan fastpath_t svm_vcpu_run(struct kvm_vcpu *vcpu) in svm_vcpu_run()