Searched refs:HMM_BO_PAGE_ALLOCED (Results 1 – 2 of 2) sorted by relevance
467 if (bo->status & HMM_BO_PAGE_ALLOCED) { in hmm_bo_release()689 check_bo_status_no_goto(bo, HMM_BO_PAGE_ALLOCED, status_err); in hmm_bo_alloc_pages()710 bo->status |= HMM_BO_PAGE_ALLOCED; in hmm_bo_alloc_pages()737 check_bo_status_yes_goto(bo, HMM_BO_PAGE_ALLOCED, status_err2); in hmm_bo_free_pages()740 bo->status &= (~HMM_BO_PAGE_ALLOCED); in hmm_bo_free_pages()764 return bo->status & HMM_BO_PAGE_ALLOCED; in hmm_bo_page_allocated()782 HMM_BO_PAGE_ALLOCED | HMM_BO_ALLOCED, in hmm_bo_bind()859 HMM_BO_PAGE_ALLOCED | in hmm_bo_unbind()1044 check_bo_status_yes_goto(bo, HMM_BO_PAGE_ALLOCED, status_err); in hmm_bo_mmap()
83 #define HMM_BO_PAGE_ALLOCED 0x2 macro