Searched refs:alloc_device_memory (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | memory.c | 42 * alloc_device_memory - allocate device memory 52 static int alloc_device_memory(struct hl_ctx *ctx, struct hl_mem_in *args, in alloc_device_memory() function 1181 rc = alloc_device_memory(ctx, &args->in, &handle); in mem_ioctl_no_mmu() 1251 rc = alloc_device_memory(ctx, &args->in, &handle); in hl_mem_ioctl()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | memory.c | 78 * alloc_device_memory() - allocate device memory. 87 static int alloc_device_memory(struct hl_ctx *ctx, struct hl_mem_in *args, in alloc_device_memory() function 2222 rc = alloc_device_memory(ctx, &args->in, &handle); in hl_mem_ioctl()
|
Completed in 6 milliseconds