Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dshmem_utils.c77 vaddr = vmap(pages, n_pages, VM_MAP_PUT_PAGES, PAGE_KERNEL); in shmem_pin_map()
/linux/include/linux/
H A Dvmalloc.h31 #define VM_MAP_PUT_PAGES 0x00000200 /* put pages and free array in vfree */ macro
/linux/mm/
H A Dvmalloc.c3469 if (vm->nr_pages && !(vm->flags & VM_MAP_PUT_PAGES)) in vfree()
3482 if (!(vm->flags & VM_MAP_PUT_PAGES)) in vfree()
3566 if (flags & VM_MAP_PUT_PAGES) { in vmap()
/linux/lib/tests/
H A Dkunit_iov_iter.c66 buffer = vmap(pages, npages, VM_MAP | VM_MAP_PUT_PAGES, PAGE_KERNEL); in iov_kunit_create_buffer()