Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/kcsan/
Dkcsan_test.c54 static __no_kcsan inline void
71 static __no_kcsan inline bool
88 __no_kcsan
130 __no_kcsan
148 __no_kcsan
264 __no_kcsan
295 __no_kcsan
428 __no_kcsan
459 __no_kcsan
488 __no_kcsan
[all …]
/Linux-v5.15/include/linux/
Dcompiler_types.h201 #define __no_kcsan __no_sanitize_thread macro
203 # define __no_sanitize_or_inline __no_kcsan notrace __maybe_unused
213 __no_kcsan __no_sanitize_address __no_profile __no_sanitize_coverage
/Linux-v5.15/arch/powerpc/include/asm/
Dinterrupt.h336 #define interrupt_handler __visible noinline notrace __no_kcsan __no_sanitize_address
/Linux-v5.15/Documentation/dev-tools/
Dkcsan.rst95 using the function attribute ``__no_kcsan``::
97 __no_kcsan
/Linux-v5.15/tools/memory-model/Documentation/
Daccess-marking.txt297 this function can be marked __no_kcsan and the data_race() can be dropped:
299 void __no_kcsan read_foo_diagnostic(void)
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c3755 static __no_kcsan fastpath_t svm_vcpu_run(struct kvm_vcpu *vcpu) in svm_vcpu_run()