Searched refs:CONFIG_KASAN (Results 26 - 50 of 95) sorted by relevance

1234

/linux-master/arch/xtensa/include/asm/
H A Dkmem_layout.h97 #ifndef CONFIG_KASAN
H A Dstring.h121 #if defined(CONFIG_KASAN) && !defined(__SANITIZE_ADDRESS__)
/linux-master/drivers/firmware/efi/libstub/
H A Dintrinsics.c9 #ifdef CONFIG_KASAN
/linux-master/arch/x86/include/asm/
H A Dpage_64_types.h9 #ifdef CONFIG_KASAN
H A Dsetup.h90 return kaslr_enabled() && !IS_ENABLED(CONFIG_KASAN);
/linux-master/arch/s390/include/asm/
H A Dthread_info.h19 #ifdef CONFIG_KASAN
/linux-master/arch/xtensa/mm/
H A Dinit.c123 #ifdef CONFIG_KASAN
139 #ifdef CONFIG_KASAN
/linux-master/lib/
H A Dslub_kunit.c45 #ifndef CONFIG_KASAN
172 #ifndef CONFIG_KASAN
/linux-master/arch/s390/boot/
H A Dboot.h40 #ifdef CONFIG_KASAN
H A Dvmem.c30 #ifdef CONFIG_KASAN
39 #ifdef CONFIG_KASAN
266 #ifdef CONFIG_KASAN
413 #ifdef CONFIG_KASAN
H A Dstartup.c281 if (IS_ENABLED(CONFIG_KASAN) || (vsize > _REGION2_SIZE)) {
295 #ifdef CONFIG_KASAN
367 #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)
/linux-master/arch/riscv/mm/
H A Dptdump.c72 #ifdef CONFIG_KASAN
95 #ifdef CONFIG_KASAN
395 #ifdef CONFIG_KASAN
/linux-master/arch/arm/include/asm/
H A Dpgalloc.h39 #ifdef CONFIG_KASAN
H A Dthread_info.h16 #ifdef CONFIG_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/powerpc/include/asm/nohash/32/
H A Dpgtable.h64 #ifdef CONFIG_KASAN
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A DMakefile63 ifeq ($(filter y,$(CONFIG_KASAN)$(CONFIG_KCSAN)),y)
/linux-master/arch/x86/mm/
H A DMakefile48 obj-$(CONFIG_KASAN) += kasan_init_$(BITS).o
H A Ddump_pagetables.c62 #ifdef CONFIG_KASAN
86 #ifdef CONFIG_KASAN
460 #ifdef CONFIG_KASAN
/linux-master/arch/arm64/kernel/
H A Dimage-vars.h128 #ifdef CONFIG_KASAN
/linux-master/arch/s390/mm/
H A Ddump_pagetables.c45 #ifdef CONFIG_KASAN
74 #ifdef CONFIG_KASAN
/linux-master/arch/arm/mm/
H A Dpgd.c69 #ifdef CONFIG_KASAN
82 #endif /* CONFIG_KASAN */
/linux-master/arch/loongarch/kernel/
H A Dhead.S111 #ifdef CONFIG_KASAN
/linux-master/arch/powerpc/include/asm/
H A Dthread_info.h17 #if defined(CONFIG_KASAN) && CONFIG_THREAD_SHIFT < 15

Completed in 198 milliseconds

1234