Searched refs:offshi (Results 1 – 1 of 1) sorted by relevance
228 paddr_t offslo, paddr_t offshi) in fit_in_gap() argument231 if (offshi > e->offset || in fit_in_gap()234 (offshi << pool->shift) - 1 > pool->size) in fit_in_gap()239 (e->next != NULL && (offshi > e->next->offset)) || in fit_in_gap()240 (offshi << pool->shift) > pool->size) in fit_in_gap()252 paddr_t offshi; in tee_mm_alloc2() local272 offshi = ((base - pool->lo + size - 1) >> pool->shift) + 1; in tee_mm_alloc2()277 offshi < entry->next->offset + entry->next->size) in tee_mm_alloc2()285 if (!fit_in_gap(pool, entry, offslo, offshi)) in tee_mm_alloc2()291 mm->size = offshi - offslo; in tee_mm_alloc2()
Completed in 3 milliseconds