Searched refs:CONFIG_KASAN (Results 1 - 25 of 95) sorted by last modified time

1234

/linux-master/arch/riscv/mm/
H A Dinit.c150 #ifdef CONFIG_KASAN
1321 #ifdef CONFIG_KASAN
H A Dptdump.c72 #ifdef CONFIG_KASAN
95 #ifdef CONFIG_KASAN
395 #ifdef CONFIG_KASAN
/linux-master/
H A DMakefile1009 include-$(CONFIG_KASAN) += scripts/Makefile.kasan
/linux-master/mm/
H A DMakefile82 obj-$(CONFIG_KASAN) += kasan/
/linux-master/scripts/
H A DMakefile.lib165 ifeq ($(CONFIG_KASAN),y)
/linux-master/arch/riscv/kernel/
H A DMakefile31 ifdef CONFIG_KASAN
/linux-master/arch/loongarch/kernel/
H A Dsetup.c613 #ifdef CONFIG_KASAN
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h93 #ifndef CONFIG_KASAN
/linux-master/arch/loongarch/
H A DMakefile115 ifndef CONFIG_KASAN
/linux-master/arch/s390/
H A DMakefile44 STACK_SIZE := $(if $(CONFIG_KASAN),65536,16384)
/linux-master/arch/powerpc/lib/
H A DMakefile22 ifdef CONFIG_KASAN
34 ifndef CONFIG_KASAN
/linux-master/arch/powerpc/kernel/
H A DMakefile51 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)) {
/linux-master/lib/
H A DMakefile89 ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_KASAN),yy)
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A DMakefile64 ifeq ($(filter y,$(CONFIG_KASAN)$(CONFIG_KCSAN)),y)
/linux-master/arch/x86/mm/
H A Ddump_pagetables.c62 #ifdef CONFIG_KASAN
86 #ifdef CONFIG_KASAN
460 #ifdef CONFIG_KASAN
/linux-master/arch/s390/mm/
H A Ddump_pagetables.c45 #ifdef CONFIG_KASAN
74 #ifdef CONFIG_KASAN
/linux-master/arch/s390/boot/
H A Dvmem.c30 #ifdef CONFIG_KASAN
39 #ifdef CONFIG_KASAN
266 #ifdef CONFIG_KASAN
413 #ifdef CONFIG_KASAN
/linux-master/arch/powerpc/mm/ptdump/
H A Dptdump.c101 #ifdef CONFIG_KASAN
295 #ifdef CONFIG_KASAN
/linux-master/arch/arm64/mm/
H A DMakefile16 obj-$(CONFIG_KASAN) += kasan_init.o
/linux-master/arch/arm64/kernel/
H A Dsleep.S142 #if defined(CONFIG_KASAN) && defined(CONFIG_KASAN_STACK)
H A Dimage-vars.h128 #ifdef CONFIG_KASAN
/linux-master/arch/arm/mm/
H A Dmmu.c1299 #ifdef CONFIG_KASAN
H A Ddump.c22 #ifdef CONFIG_KASAN
440 #ifdef CONFIG_KASAN
/linux-master/include/linux/
H A Dkasan.h18 #ifdef CONFIG_KASAN
101 #ifdef CONFIG_KASAN
354 #else /* CONFIG_KASAN */
414 #endif /* CONFIG_KASAN */
416 #if defined(CONFIG_KASAN) && defined(CONFIG_KASAN_STACK)

Completed in 696 milliseconds

1234