Home
last modified time | relevance | path

Searched refs:from_highmem (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/staging/media/atomisp/include/hmm/
Dhmm_bo.h140 int from_highmem; member
237 enum hmm_bo_type type, int from_highmem,
Dhmm.h42 int from_highmem, const void __user *userptr,
/linux-5.19.10/drivers/staging/media/atomisp/pci/hmm/
Dhmm.c225 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()
Dhmm_bo.c695 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()