Searched refs:from_highmem (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/staging/media/atomisp/include/hmm/ |
D | hmm_bo.h | 140 int from_highmem; member 237 enum hmm_bo_type type, int from_highmem,
|
D | hmm.h | 42 int from_highmem, const void __user *userptr,
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/hmm/ |
D | hmm.c | 225 int from_highmem, const void __user *userptr, in hmm_alloc() argument 253 ret = hmm_bo_alloc_pages(bo, type, from_highmem, userptr, cached); in hmm_alloc() 273 __func__, bo->start, bytes, type, from_highmem, userptr, cached); in hmm_alloc()
|
D | hmm_bo.c | 695 int from_highmem, in alloc_private_pages() argument 709 if (from_highmem) in alloc_private_pages() 981 enum hmm_bo_type type, int from_highmem, in hmm_bo_alloc_pages() argument 996 ret = alloc_private_pages(bo, from_highmem, in hmm_bo_alloc_pages()
|