/openbmc/linux/scripts/coccinelle/api/ |
H A D | kfree_mismatch.cocci | 31 E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\| 44 E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\| 71 …... when != if (...) { ... E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\|vzalloc_node\|vmall… 85 …... when != if (...) { ... E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\|vzalloc_node\|vmall… 97 * E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\|vzalloc_node\| 110 E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\|vzalloc_node\|
|
/openbmc/linux/net/xdp/ |
H A D | xsk_queue.c | 49 q->ring = vmalloc_user(size); in xskq_create()
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | videobuf-vmalloc.c | 189 mem->vaddr = vmalloc_user(pages); in __videobuf_iolock() 234 mem->vaddr = vmalloc_user(pages); in __videobuf_mmap_mapper()
|
/openbmc/linux/drivers/infiniband/sw/rdmavt/ |
H A D | cq.c | 192 u_wc = vmalloc_user(sz); in rvt_create_cq() 359 u_wc = vmalloc_user(sz); in rvt_resize_cq()
|
H A D | qp.c | 787 rq->wq = vmalloc_user(sizeof(struct rvt_rwq) + size); in rvt_alloc_rq()
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_queue.c | 89 q->buf = vmalloc_user(buf_size); in rxe_queue_init()
|
/openbmc/linux/include/linux/ |
H A D | vmalloc.h | 142 extern void *vmalloc_user(unsigned long size) __alloc_size(1);
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw_verbs.c | 382 qp->sendq = vmalloc_user(num_sqe * sizeof(struct siw_sqe)); in siw_create_qp() 415 vmalloc_user(num_rqe * sizeof(struct siw_rqe)); in siw_create_qp() 1156 cq->queue = vmalloc_user(size * sizeof(struct siw_cqe) + in siw_create_cq() 1625 vmalloc_user(srq->num_rqe * sizeof(struct siw_rqe)); in siw_create_srq()
|
/openbmc/linux/mm/ |
H A D | nommu.c | 184 void *vmalloc_user(unsigned long size) in vmalloc_user() function 188 EXPORT_SYMBOL(vmalloc_user); 312 return vmalloc_user(size); in vmalloc_32_user()
|
H A D | vmalloc.c | 3475 * vmalloc_user - allocate zeroed virtually contiguous memory for userspace 3483 void *vmalloc_user(unsigned long size) in vmalloc_user() function 3490 EXPORT_SYMBOL(vmalloc_user);
|
/openbmc/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-vmalloc.c | 47 buf->vaddr = vmalloc_user(buf->size); in vb2_vmalloc_alloc()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | file_ops.c | 1043 uctxt->subctxt_uregbase = vmalloc_user(PAGE_SIZE); in setup_subctxt() 1048 uctxt->subctxt_rcvhdr_base = vmalloc_user(rcvhdrq_size(uctxt) * in setup_subctxt() 1055 uctxt->subctxt_rcvegrbuf = vmalloc_user(uctxt->egrbufs.size * in setup_subctxt()
|
H A D | init.c | 907 dd->events = vmalloc_user(len); in hfi1_init() 914 dd->status = vmalloc_user(PAGE_SIZE); in hfi1_init()
|
H A D | user_sdma.c | 165 cq->comps = vmalloc_user(PAGE_ALIGN(sizeof(*cq->comps) in hfi1_user_sdma_alloc_queues()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_file_ops.c | 1245 rcd->subctxt_uregbase = vmalloc_user(PAGE_SIZE * num_subctxts); in init_subctxts() 1253 rcd->subctxt_rcvhdr_base = vmalloc_user(size); in init_subctxts() 1259 rcd->subctxt_rcvegrbuf = vmalloc_user(rcd->rcvegrbuf_chunks * in init_subctxts()
|
H A D | qib_init.c | 1567 rcd->user_event_mask = vmalloc_user(PAGE_SIZE); in qib_create_rcvhdrq()
|
/openbmc/linux/samples/vfio-mdev/ |
H A D | mdpy.c | 238 mdev_state->memblk = vmalloc_user(fbsize); in mdpy_init_dev()
|
/openbmc/linux/kernel/events/ |
H A D | ring_buffer.c | 933 all_buf = vmalloc_user((nr_pages + 1) * PAGE_SIZE); in rb_alloc()
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | mmu.c | 202 pd->tables = vmalloc_user(sizeof(struct psb_mmu_pt *) * 1024); in psb_mmu_alloc_pd()
|
/openbmc/linux/kernel/ |
H A D | kcov.c | 714 area = vmalloc_user(size * sizeof(unsigned long)); in kcov_ioctl()
|
/openbmc/linux/fs/proc/ |
H A D | vmcore.c | 475 return vmalloc_user(size); in vmcore_alloc_buf()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_bufs.c | 252 map->handle = vmalloc_user(map->size); in drm_addmap_core()
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | memory.c | 2112 p = vmalloc_user(size); in hl_ts_alloc_buf()
|
/openbmc/linux/security/selinux/ss/ |
H A D | services.c | 3962 *data = vmalloc_user(*len); in security_read_policy()
|