Lines Matching refs:GFP_KERNEL
198 va = dma_alloc_coherent(dev->parent, size, &dma, GFP_KERNEL); in rproc_alloc_vring()
209 ret = idr_alloc(&rproc->notifyids, rvring, 0, 0, GFP_KERNEL); in rproc_alloc_vring()
339 rvdev = kzalloc(sizeof(struct rproc_vdev), GFP_KERNEL); in rproc_handle_vdev()
413 trace = kzalloc(sizeof(*trace), GFP_KERNEL); in rproc_handle_trace()
491 mapping = kzalloc(sizeof(*mapping), GFP_KERNEL); in rproc_handle_devmem()
567 carveout = kzalloc(sizeof(*carveout), GFP_KERNEL); in rproc_handle_carveout()
573 va = dma_alloc_coherent(dev->parent, rsc->len, &dma, GFP_KERNEL); in rproc_handle_carveout()
601 mapping = kzalloc(sizeof(*mapping), GFP_KERNEL); in rproc_handle_carveout()
906 rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL); in rproc_fw_config_virtio()
943 rproc->firmware, &rproc->dev, GFP_KERNEL, in rproc_add_virtio_devices()
1270 rproc = kzalloc(sizeof(struct rproc) + len + name_len, GFP_KERNEL); in rproc_alloc()
1293 rproc->index = ida_simple_get(&rproc_dev_index, 0, 0, GFP_KERNEL); in rproc_alloc()