Searched refs:__hmm_alloc (Results 1 – 1 of 1) sorted by relevance
171 static ia_css_ptr __hmm_alloc(size_t bytes, enum hmm_bo_type type, const void __user *userptr) in __hmm_alloc() function224 return __hmm_alloc(bytes, HMM_BO_PRIVATE, NULL); in hmm_alloc()229 return __hmm_alloc(bytes, HMM_BO_USER, userptr); in hmm_create_from_userdata()