Searched refs:__no_kcsan (Results 1 – 6 of 6) sorted by relevance
54 static __no_kcsan inline void71 static __no_kcsan inline bool88 __no_kcsan130 __no_kcsan148 __no_kcsan264 __no_kcsan295 __no_kcsan428 __no_kcsan459 __no_kcsan488 __no_kcsan[all …]
201 #define __no_kcsan __no_sanitize_thread macro203 # define __no_sanitize_or_inline __no_kcsan notrace __maybe_unused213 __no_kcsan __no_sanitize_address __no_profile __no_sanitize_coverage
336 #define interrupt_handler __visible noinline notrace __no_kcsan __no_sanitize_address
95 using the function attribute ``__no_kcsan``::97 __no_kcsan
297 this function can be marked __no_kcsan and the data_race() can be dropped:299 void __no_kcsan read_foo_diagnostic(void)
3755 static __no_kcsan fastpath_t svm_vcpu_run(struct kvm_vcpu *vcpu) in svm_vcpu_run()