Home
last modified time | relevance | path

Searched refs:KMSAN_VMALLOC_SHADOW_START (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/x86/include/asm/
Dpgtable_64_types.h178 #define KMSAN_VMALLOC_SHADOW_START (VMALLOC_START + KMSAN_VMALLOC_SHADOW_OFFSET) macro
/linux-6.1.9/mm/kmsan/
Dshadow.c63 KMSAN_VMALLOC_SHADOW_START); in vmalloc_meta()
/linux-6.1.9/arch/x86/mm/
Dfault.c299 start - VMALLOC_START + KMSAN_VMALLOC_SHADOW_START, in arch_sync_kernel_mappings()
300 end - VMALLOC_START + KMSAN_VMALLOC_SHADOW_START); in arch_sync_kernel_mappings()