Home
last modified time | relevance | path

Searched refs:HMM_BO_PAGE_ALLOCED (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/media/atomisp/pci/hmm/
Dhmm_bo.c478 if (bo->status & HMM_BO_PAGE_ALLOCED) { in hmm_bo_release()
986 check_bo_status_no_goto(bo, HMM_BO_PAGE_ALLOCED, status_err); in hmm_bo_alloc_pages()
1006 bo->status |= HMM_BO_PAGE_ALLOCED; in hmm_bo_alloc_pages()
1032 check_bo_status_yes_goto(bo, HMM_BO_PAGE_ALLOCED, status_err2); in hmm_bo_free_pages()
1035 bo->status &= (~HMM_BO_PAGE_ALLOCED); in hmm_bo_free_pages()
1057 return bo->status & HMM_BO_PAGE_ALLOCED; in hmm_bo_page_allocated()
1070 check_bo_status_yes_goto(bo, HMM_BO_PAGE_ALLOCED, status_err); in hmm_bo_get_page_info()
1101 HMM_BO_PAGE_ALLOCED | HMM_BO_ALLOCED, in hmm_bo_bind()
1178 HMM_BO_PAGE_ALLOCED | in hmm_bo_unbind()
1378 check_bo_status_yes_goto(bo, HMM_BO_PAGE_ALLOCED, status_err); in hmm_bo_mmap()
/Linux-v5.10/drivers/staging/media/atomisp/include/hmm/
Dhmm_bo.h93 #define HMM_BO_PAGE_ALLOCED 0x2 macro