| /OK3568_Linux_fs/kernel/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\|
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vmalloc.h | 104 extern void *vmalloc_user(unsigned long size);
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/ |
| H A D | rxe_queue.c | 89 q->buf = vmalloc_user(buf_size); in rxe_queue_init()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/rdmavt/ |
| H A D | cq.c | 234 u_wc = vmalloc_user(sz); in rvt_create_cq() 401 u_wc = vmalloc_user(sz); in rvt_resize_cq()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/ |
| H A D | siw_verbs.c | 381 qp->sendq = vmalloc_user(num_sqe * sizeof(struct siw_sqe)); in siw_create_qp() 414 vmalloc_user(num_rqe * sizeof(struct siw_rqe)); in siw_create_qp() 1117 cq->queue = vmalloc_user(size * sizeof(struct siw_cqe) + in siw_create_cq() 1583 vmalloc_user(srq->num_rqe * sizeof(struct siw_rqe)); in siw_create_srq()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | file_ops.c | 1053 uctxt->subctxt_uregbase = vmalloc_user(PAGE_SIZE); in setup_subctxt() 1058 uctxt->subctxt_rcvhdr_base = vmalloc_user(rcvhdrq_size(uctxt) * in setup_subctxt() 1065 uctxt->subctxt_rcvegrbuf = vmalloc_user(uctxt->egrbufs.size * in setup_subctxt()
|
| H A D | init.c | 948 dd->events = vmalloc_user(len); in hfi1_init() 955 dd->status = vmalloc_user(PAGE_SIZE); in hfi1_init()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | nommu.c | 185 void *vmalloc_user(unsigned long size) in vmalloc_user() function 189 EXPORT_SYMBOL(vmalloc_user); 322 return vmalloc_user(size); in vmalloc_32_user()
|
| H A D | vmalloc.c | 2680 void *vmalloc_user(unsigned long size) in vmalloc_user() function 2687 EXPORT_SYMBOL(vmalloc_user);
|
| /OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/ |
| H A D | videobuf2-vmalloc.c | 48 buf->vaddr = vmalloc_user(buf->size); in vb2_vmalloc_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_file_ops.c | 1246 rcd->subctxt_uregbase = vmalloc_user(PAGE_SIZE * num_subctxts); in init_subctxts() 1254 rcd->subctxt_rcvhdr_base = vmalloc_user(size); in init_subctxts() 1260 rcd->subctxt_rcvegrbuf = vmalloc_user(rcd->rcvegrbuf_chunks * in init_subctxts()
|
| H A D | qib_init.c | 1572 rcd->user_event_mask = vmalloc_user(PAGE_SIZE); in qib_create_rcvhdrq()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | ring_buffer.c | 914 all_buf = vmalloc_user((nr_pages + 1) * PAGE_SIZE); in rb_alloc()
|
| /OK3568_Linux_fs/kernel/samples/vfio-mdev/ |
| H A D | mdpy.c | 253 mdev_state->memblk = vmalloc_user(fbsize); in mdpy_create()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | mmu.c | 210 pd->tables = vmalloc_user(sizeof(struct psb_mmu_pt *) * 1024); in psb_mmu_alloc_pd()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 849 vmalloc_user
|
| H A D | abi_gki_aarch64_exynosauto | 1026 vmalloc_user
|
| H A D | abi_gki_aarch64_generic | 2263 vmalloc_user
|
| H A D | abi_gki_aarch64_exynos | 2338 vmalloc_user
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kcov.c | 465 area = vmalloc_user(vma->vm_end - vma->vm_start); in kcov_mmap()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | vmcore.c | 464 return vmalloc_user(size); in vmcore_alloc_buf()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/stkwebcam/ |
| H A D | stk-webcam.c | 522 buf->buffer = vmalloc_user(buf->v4lbuf.length); in stk_setup_siobuf()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_kinstr_prfcnt.c | 1351 sample_arr->user_buf = vmalloc_user(sample_size * buffer_count); in kbasep_kinstr_prfcnt_sample_array_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mmu.c | 1397 kaddr = vmalloc_user(size_left); in kbase_mmu_dump()
|