Searched refs:HMM_BO_PAGE_ALLOCED (Results 1 – 2 of 2) sorted by relevance
478 if (bo->status & HMM_BO_PAGE_ALLOCED) { in hmm_bo_release()989 check_bo_status_no_goto(bo, HMM_BO_PAGE_ALLOCED, status_err); in hmm_bo_alloc_pages()1009 bo->status |= HMM_BO_PAGE_ALLOCED; in hmm_bo_alloc_pages()1035 check_bo_status_yes_goto(bo, HMM_BO_PAGE_ALLOCED, status_err2); in hmm_bo_free_pages()1038 bo->status &= (~HMM_BO_PAGE_ALLOCED); in hmm_bo_free_pages()1060 return bo->status & HMM_BO_PAGE_ALLOCED; in hmm_bo_page_allocated()1073 check_bo_status_yes_goto(bo, HMM_BO_PAGE_ALLOCED, status_err); in hmm_bo_get_page_info()1104 HMM_BO_PAGE_ALLOCED | HMM_BO_ALLOCED, in hmm_bo_bind()1181 HMM_BO_PAGE_ALLOCED | in hmm_bo_unbind()1381 check_bo_status_yes_goto(bo, HMM_BO_PAGE_ALLOCED, status_err); in hmm_bo_mmap()
93 #define HMM_BO_PAGE_ALLOCED 0x2 macro