Lines Matching refs:vmalloc
67 Generic KASAN supports finding bugs in all of slab, page_alloc, vmap, vmalloc,
70 Software Tag-Based KASAN supports slab, page_alloc, vmalloc, and stack memory.
72 Hardware Tag-Based KASAN supports slab, page_alloc, and non-executable vmalloc
140 - ``kasan.vmalloc=off`` or ``=on`` disables or enables tagging of vmalloc
374 other areas - such as vmalloc and vmemmap space - a single read-only
384 lives in vmalloc space, it will be shadowed by the read-only page, and
391 With ``CONFIG_KASAN_VMALLOC``, KASAN can cover vmalloc space at the
395 This works by hooking into vmalloc and vmap and dynamically
398 Most mappings in vmalloc space are small, requiring less than a full
405 a backing page when a mapping in vmalloc space uses a particular page
406 of the shadow region. This page can be shared by other vmalloc
413 that the part of the shadow region that covers the vmalloc space will