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

/linux-master/drivers/gpu/drm/i915/gt/
H A Dshmem_utils.c75 vaddr = vmap(pages, n_pages, VM_MAP_PUT_PAGES, PAGE_KERNEL);
/linux-master/include/linux/
H A Dvmalloc.h29 #define VM_MAP_PUT_PAGES 0x00000200 /* put pages and free array in vfree */ macro
/linux-master/lib/
H A Dkunit_iov_iter.c65 buffer = vmap(pages, npages, VM_MAP | VM_MAP_PUT_PAGES, PAGE_KERNEL);
/linux-master/mm/
H A Dvmalloc.c3385 * If @flags contains %VM_MAP_PUT_PAGES the ownership of the pages array itself
3426 if (flags & VM_MAP_PUT_PAGES) {

Completed in 283 milliseconds