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
132 - ``kasan.vmalloc=off`` or ``=on`` disables or enables tagging of vmalloc
369 other areas - such as vmalloc and vmemmap space - a single read-only
379 lives in vmalloc space, it will be shadowed by the read-only page, and
386 With ``CONFIG_KASAN_VMALLOC``, KASAN can cover vmalloc space at the
390 This works by hooking into vmalloc and vmap and dynamically
393 Most mappings in vmalloc space are small, requiring less than a full
400 a backing page when a mapping in vmalloc space uses a particular page
401 of the shadow region. This page can be shared by other vmalloc
408 that the part of the shadow region that covers the vmalloc space will