Home
last modified time | relevance | path

Searched refs:VM_MAP_PUT_PAGES (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dshmem_utils.c76 vaddr = vmap(pages, n_pages, VM_MAP_PUT_PAGES, PAGE_KERNEL); in shmem_pin_map()
/linux-6.12.1/include/linux/
Dvmalloc.h31 #define VM_MAP_PUT_PAGES 0x00000200 /* put pages and free array in vfree */ macro
/linux-6.12.1/lib/
Dkunit_iov_iter.c69 buffer = vmap(pages, npages, VM_MAP | VM_MAP_PUT_PAGES, PAGE_KERNEL); in iov_kunit_create_buffer()
/linux-6.12.1/mm/
Dvmalloc.c3447 if (flags & VM_MAP_PUT_PAGES) { in vmap()