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()715 check_bo_status_no_goto(bo, HMM_BO_PAGE_ALLOCED, status_err); in hmm_bo_alloc_pages()740 bo->status |= HMM_BO_PAGE_ALLOCED; in hmm_bo_alloc_pages()767 check_bo_status_yes_goto(bo, HMM_BO_PAGE_ALLOCED, status_err2); in hmm_bo_free_pages()770 bo->status &= (~HMM_BO_PAGE_ALLOCED); in hmm_bo_free_pages()794 return bo->status & HMM_BO_PAGE_ALLOCED; in hmm_bo_page_allocated()812 HMM_BO_PAGE_ALLOCED | HMM_BO_ALLOCED, in hmm_bo_bind()889 HMM_BO_PAGE_ALLOCED | in hmm_bo_unbind()1074 check_bo_status_yes_goto(bo, HMM_BO_PAGE_ALLOCED, status_err); in hmm_bo_mmap()
83 #define HMM_BO_PAGE_ALLOCED 0x2 macro