Searched refs:VM_MAP_PUT_PAGES (Results 1 – 4 of 4) sorted by relevance
77 vaddr = vmap(pages, n_pages, VM_MAP_PUT_PAGES, PAGE_KERNEL); in shmem_pin_map()
31 #define VM_MAP_PUT_PAGES 0x00000200 /* put pages and free array in vfree */ macro
3469 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()
66 buffer = vmap(pages, npages, VM_MAP | VM_MAP_PUT_PAGES, PAGE_KERNEL); in iov_kunit_create_buffer()