Searched refs:CONFIG_KASAN (Results 1 - 25 of 95) sorted by relevance

1234

/linux-master/arch/arm/include/asm/
H A Dkasan.h13 #ifdef CONFIG_KASAN
H A Dkasan_def.h13 #ifdef CONFIG_KASAN
H A Dstring.h57 #if defined(CONFIG_KASAN) && !defined(__SANITIZE_ADDRESS__)
/linux-master/include/linux/
H A Dkasan-enabled.h25 return IS_ENABLED(CONFIG_KASAN);
/linux-master/arch/s390/include/asm/
H A Dkasan.h7 #ifdef CONFIG_KASAN
H A Dstring.h26 #ifndef CONFIG_KASAN
47 #endif /* !CONFIG_KASAN */
56 #if defined(CONFIG_KASAN) && !defined(__SANITIZE_ADDRESS__)
68 #endif /* defined(CONFIG_KASAN) && !defined(__SANITIZE_ADDRESS__) */
164 #if defined(__HAVE_ARCH_STRLEN) || (defined(CONFIG_KASAN) && !defined(__SANITIZE_ADDRESS__))
/linux-master/arch/powerpc/mm/book3s32/
H A DMakefile5 ifdef CONFIG_KASAN
/linux-master/arch/riscv/include/asm/
H A Dkasan.h9 #ifdef CONFIG_KASAN
H A Dstring.h32 #if defined(CONFIG_KASAN) && !defined(__SANITIZE_ADDRESS__)
/linux-master/arch/riscv/errata/thead/
H A DMakefile6 ifdef CONFIG_KASAN
/linux-master/arch/xtensa/mm/
H A DMakefile10 obj-$(CONFIG_KASAN) += kasan_init.o
/linux-master/arch/um/include/asm/
H A Dkasan.h25 #ifdef CONFIG_KASAN
35 #endif /* CONFIG_KASAN */
/linux-master/arch/x86/include/asm/
H A Dkasan.h28 #ifdef CONFIG_KASAN
/linux-master/arch/powerpc/include/asm/
H A Dstring.h7 #ifndef CONFIG_KASAN
33 #ifdef CONFIG_KASAN
57 #endif /* CONFIG_KASAN */
60 #ifndef CONFIG_KASAN
84 #ifndef CONFIG_KASAN
H A Dkasan.h5 #if defined(CONFIG_KASAN) && !defined(CONFIG_CC_HAS_KASAN_MEMINTRINSIC_PREFIX)
55 #ifdef CONFIG_KASAN
/linux-master/arch/loongarch/mm/
H A DMakefile10 obj-$(CONFIG_KASAN) += kasan_init.o
/linux-master/arch/xtensa/include/asm/
H A Dkasan.h7 #ifdef CONFIG_KASAN
/linux-master/arch/riscv/mm/
H A DMakefile26 obj-$(CONFIG_KASAN) += kasan_init.o
28 ifdef CONFIG_KASAN
/linux-master/arch/powerpc/platforms/powermac/
H A DMakefile7 ifdef CONFIG_KASAN
/linux-master/arch/powerpc/mm/
H A DMakefile21 obj-$(CONFIG_KASAN) += kasan/
/linux-master/arch/loongarch/include/asm/
H A Dstring.h20 #if defined(CONFIG_KASAN) && !defined(__SANITIZE_ADDRESS__)
/linux-master/arch/arm64/mm/
H A DMakefile16 obj-$(CONFIG_KASAN) += kasan_init.o
/linux-master/arch/powerpc/lib/
H A DMakefile22 ifdef CONFIG_KASAN
34 ifndef CONFIG_KASAN
/linux-master/arch/x86/boot/compressed/
H A Dstring.c77 #ifdef CONFIG_KASAN
/linux-master/arch/s390/boot/
H A Dstring.c5 #undef CONFIG_KASAN macro

Completed in 241 milliseconds

1234