Searched refs:vmalloc_user (Results 1 – 19 of 19) sorted by relevance
192 mem->vaddr = vmalloc_user(pages); in __videobuf_iolock()257 mem->vaddr = vmalloc_user(pages); in __videobuf_mmap_mapper()
48 buf->vaddr = vmalloc_user(buf->size); in vb2_vmalloc_alloc()
139 srq->rq.wq = vmalloc_user(sizeof(struct ipath_rwq) + srq->rq.size * sz); in ipath_create_srq()239 wq = vmalloc_user(sizeof(struct ipath_rwq) + size * sz); in ipath_modify_srq()
234 wc = vmalloc_user(sz); in ipath_create_cq()393 wc = vmalloc_user(sz); in ipath_resize_cq()
832 qp->r_rq.wq = vmalloc_user(sizeof(struct ipath_rwq) + in ipath_create_qp()
136 srq->rq.wq = vmalloc_user(sizeof(struct qib_rwq) + srq->rq.size * sz); in qib_create_srq()235 wq = vmalloc_user(sizeof(struct qib_rwq) + size * sz); in qib_modify_srq()
249 wc = vmalloc_user(sz); in qib_create_cq()409 wc = vmalloc_user(sz); in qib_resize_cq()
1270 rcd->subctxt_uregbase = vmalloc_user(PAGE_SIZE * num_subctxts); in init_subctxts()1278 rcd->subctxt_rcvhdr_base = vmalloc_user(size); in init_subctxts()1284 rcd->subctxt_rcvegrbuf = vmalloc_user(rcd->rcvegrbuf_chunks * in init_subctxts()
1621 rcd->user_event_mask = vmalloc_user(PAGE_SIZE); in qib_create_rcvhdrq()
1072 qp->r_rq.wq = vmalloc_user( in qib_create_qp()
71 extern void *vmalloc_user(unsigned long size);
290 void *vmalloc_user(unsigned long size) in vmalloc_user() function308 EXPORT_SYMBOL(vmalloc_user);463 return vmalloc_user(size); in vmalloc_32_user()
1772 void *vmalloc_user(unsigned long size) in vmalloc_user() function1787 EXPORT_SYMBOL(vmalloc_user);
748 all_buf = vmalloc_user((nr_pages + 1) * PAGE_SIZE); in rb_alloc()
220 pd->tables = vmalloc_user(sizeof(struct psb_mmu_pt *) * 1024); in psb_mmu_alloc_pd()
317 return vmalloc_user(notes_sz); in alloc_elfnotes_buf()
522 buf->buffer = vmalloc_user(buf->v4lbuf.length); in stk_setup_siobuf()
238 map->handle = vmalloc_user(map->size); in drm_addmap_core()
3266 *data = vmalloc_user(*len); in security_read_policy()