Searched refs:CONFIG_KASAN (Results 51 - 75 of 95) sorted by relevance

1234

/linux-master/arch/x86/boot/compressed/
H A Dmisc.h14 #undef CONFIG_KASAN macro
/linux-master/arch/s390/kernel/
H A Dvmlinux.lds.S254 #ifdef CONFIG_KASAN
H A Dearly.c57 #ifdef CONFIG_KASAN
/linux-master/arch/powerpc/lib/
H A Dmem_64.S13 #ifndef CONFIG_KASAN
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dmem_64.S13 #ifndef CONFIG_KASAN
/linux-master/arch/powerpc/mm/ptdump/
H A Dptdump.c101 #ifdef CONFIG_KASAN
295 #ifdef CONFIG_KASAN
/linux-master/arch/arm64/kernel/
H A Dsleep.S142 #if defined(CONFIG_KASAN) && defined(CONFIG_KASAN_STACK)
/linux-master/arch/arm/mm/
H A Ddump.c22 #ifdef CONFIG_KASAN
440 #ifdef CONFIG_KASAN
H A DMakefile102 obj-$(CONFIG_KASAN) += kasan_init.o
/linux-master/arch/powerpc/include/asm/
H A Dinterrupt.h336 if (IS_ENABLED(CONFIG_KASAN))
352 } else if (IS_ENABLED(CONFIG_KASAN)) {
/linux-master/arch/arm/kernel/
H A Dhead-common.S117 #ifdef CONFIG_KASAN
/linux-master/arch/um/kernel/
H A Dmem.c23 #ifdef CONFIG_KASAN
/linux-master/drivers/net/wireguard/selftest/
H A Dratelimiter.c127 if (IS_ENABLED(CONFIG_KASAN) || IS_ENABLED(CONFIG_UBSAN))
/linux-master/arch/arm/include/asm/
H A Dmemory.h43 #ifndef CONFIG_KASAN
/linux-master/arch/powerpc/mm/
H A Dmem.c322 #ifdef CONFIG_KASAN
/linux-master/arch/riscv/kernel/
H A Dsetup.c276 #ifdef CONFIG_KASAN
H A DMakefile31 ifdef CONFIG_KASAN
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_64.S118 #if defined(CONFIG_KASAN) && defined(CONFIG_KASAN_STACK)
/linux-master/arch/s390/
H A DMakefile44 STACK_SIZE := $(if $(CONFIG_KASAN),65536,16384)
/linux-master/mm/
H A DMakefile82 obj-$(CONFIG_KASAN) += kasan/
/linux-master/kernel/
H A Dscftorture.c175 (!IS_ENABLED(CONFIG_KASAN) && atomic_read(&n_alloc_errs)))
329 WARN_ON_ONCE(!IS_ENABLED(CONFIG_KASAN));
/linux-master/arch/xtensa/kernel/
H A Dsetup.c236 if (IS_ENABLED(CONFIG_KASAN) ||
/linux-master/arch/x86/include/asm/
H A Defi.h114 #ifdef CONFIG_KASAN
116 * CONFIG_KASAN may redefine memset to __memset. __memset function is present
/linux-master/arch/x86/kernel/
H A Ddumpstack.c412 IS_ENABLED(CONFIG_KASAN) ? " KASAN" : "",
/linux-master/arch/loongarch/
H A DMakefile115 ifndef CONFIG_KASAN

Completed in 202 milliseconds

1234