Searched refs:vmalloc_user (Results 1 – 25 of 25) sorted by relevance
192 mem->vaddr = vmalloc_user(pages); in __videobuf_iolock()257 mem->vaddr = vmalloc_user(pages); in __videobuf_mmap_mapper()
46 buf->vaddr = vmalloc_user(buf->size); in vb2_vmalloc_alloc()
153 srq->rq.wq = vmalloc_user(sizeof(struct hfi1_rwq) + srq->rq.size * sz); in hfi1_create_srq()252 wq = vmalloc_user(sizeof(struct hfi1_rwq) + size * sz); in hfi1_modify_srq()
267 wc = vmalloc_user(sz); in hfi1_create_cq()427 wc = vmalloc_user(sz); in hfi1_resize_cq()
1082 uctxt->subctxt_uregbase = vmalloc_user(PAGE_SIZE); in setup_subctxt()1088 uctxt->subctxt_rcvhdr_base = vmalloc_user(uctxt->rcvhdrq_size * in setup_subctxt()1095 uctxt->subctxt_rcvegrbuf = vmalloc_user(uctxt->egrbufs.size * in setup_subctxt()
721 dd->events = vmalloc_user(len); in hfi1_init()728 dd->status = vmalloc_user(PAGE_SIZE); in hfi1_init()
414 cq->comps = vmalloc_user(memsize); in hfi1_user_sdma_alloc_queues()
1099 qp->r_rq.wq = vmalloc_user(sizeof(struct hfi1_rwq) + in hfi1_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()
254 wc = vmalloc_user(sz); in qib_create_cq()414 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()
1072 qp->r_rq.wq = vmalloc_user( in qib_create_qp()
1621 rcd->user_event_mask = vmalloc_user(PAGE_SIZE); in qib_create_rcvhdrq()
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()
239 wc = vmalloc_user(sz); in ipath_create_cq()398 wc = vmalloc_user(sz); in ipath_resize_cq()
831 qp->r_rq.wq = vmalloc_user(sizeof(struct ipath_rwq) + in ipath_create_qp()
71 extern void *vmalloc_user(unsigned long size);
274 void *vmalloc_user(unsigned long size) in vmalloc_user() function292 EXPORT_SYMBOL(vmalloc_user);447 return vmalloc_user(size); in vmalloc_32_user()
1773 void *vmalloc_user(unsigned long size) in vmalloc_user() function1788 EXPORT_SYMBOL(vmalloc_user);
751 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()
238 map->handle = vmalloc_user(map->size); in drm_addmap_core()
522 buf->buffer = vmalloc_user(buf->v4lbuf.length); in stk_setup_siobuf()
3435 *data = vmalloc_user(*len); in security_read_policy()