vmalloc_user
p = vmalloc_user(size);
pd->tables = vmalloc_user(sizeof(struct psb_mmu_pt *) * 1024);
uctxt->subctxt_uregbase = vmalloc_user(PAGE_SIZE);
uctxt->subctxt_rcvhdr_base = vmalloc_user(rcvhdrq_size(uctxt) *
uctxt->subctxt_rcvegrbuf = vmalloc_user(uctxt->egrbufs.size *
dd->events = vmalloc_user(len);
dd->status = vmalloc_user(PAGE_SIZE);
cq->comps = vmalloc_user(PAGE_ALIGN(sizeof(*cq->comps)
u_wc = vmalloc_user(sz);
u_wc = vmalloc_user(sz);
rq->wq = vmalloc_user(sizeof(struct rvt_rwq) + size);
q->buf = vmalloc_user(buf_size);
cq->queue = vmalloc_user(size * sizeof(struct siw_cqe) +
vmalloc_user(srq->num_rqe * sizeof(struct siw_rqe));
qp->sendq = vmalloc_user(num_sqe * sizeof(struct siw_sqe));
vmalloc_user(num_rqe * sizeof(struct siw_rqe));
buf->vaddr = vmalloc_user(buf->size);
return vmalloc_user(size);
all_buf = vmalloc_user((nr_pages + 1) * PAGE_SIZE);
area = vmalloc_user(size * sizeof(unsigned long));
q->ring = vmalloc_user(size);
mdev_state->memblk = vmalloc_user(fbsize);
*data = vmalloc_user(*len);