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

1234

/linux-master/arch/x86/boot/compressed/
H A Dstring.c77 #ifdef CONFIG_KASAN
/linux-master/
H A DMakefile1009 include-$(CONFIG_KASAN) += scripts/Makefile.kasan
/linux-master/arch/arm/boot/compressed/
H A Dstring.c13 * rest of the kernel when CONFIG_KASAN is enabled, defining e.g. memcpy()
21 #ifdef CONFIG_KASAN
/linux-master/arch/arm/include/asm/
H A Dkasan.h13 #ifdef CONFIG_KASAN
H A Dkasan_def.h13 #ifdef CONFIG_KASAN
H A Dmemory.h43 #ifndef CONFIG_KASAN
H A Dpgalloc.h39 #ifdef CONFIG_KASAN
H A Dstring.h57 #if defined(CONFIG_KASAN) && !defined(__SANITIZE_ADDRESS__)
H A Dthread_info.h16 #ifdef CONFIG_KASAN
/linux-master/arch/arm/kernel/
H A Dhead-common.S117 #ifdef CONFIG_KASAN
/linux-master/arch/arm/mm/
H A DMakefile102 obj-$(CONFIG_KASAN) += kasan_init.o
H A Ddump.c22 #ifdef CONFIG_KASAN
440 #ifdef CONFIG_KASAN
H A Dmmu.c1299 #ifdef CONFIG_KASAN
H A Dpgd.c69 #ifdef CONFIG_KASAN
82 #endif /* CONFIG_KASAN */
/linux-master/arch/arm64/kernel/
H A Dimage-vars.h128 #ifdef CONFIG_KASAN
H A Dsleep.S142 #if defined(CONFIG_KASAN) && defined(CONFIG_KASAN_STACK)
/linux-master/arch/arm64/mm/
H A DMakefile16 obj-$(CONFIG_KASAN) += kasan_init.o
/linux-master/arch/loongarch/
H A DMakefile115 ifndef CONFIG_KASAN
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h93 #ifndef CONFIG_KASAN
H A Dstring.h20 #if defined(CONFIG_KASAN) && !defined(__SANITIZE_ADDRESS__)
/linux-master/arch/loongarch/kernel/
H A Dhead.S111 #ifdef CONFIG_KASAN
H A Dsetup.c613 #ifdef CONFIG_KASAN
/linux-master/arch/loongarch/mm/
H A DMakefile10 obj-$(CONFIG_KASAN) += kasan_init.o
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h149 #ifdef CONFIG_KASAN
/linux-master/arch/powerpc/include/asm/
H A Dinterrupt.h336 if (IS_ENABLED(CONFIG_KASAN))
352 } else if (IS_ENABLED(CONFIG_KASAN)) {

Completed in 436 milliseconds

1234