Searched refs:offslo (Results 1 – 1 of 1) sorted by relevance
228 paddr_t offslo, paddr_t offshi) in fit_in_gap() argument233 (offslo < e->next->offset + e->next->size)) || in fit_in_gap()238 if (offslo < (e->offset + e->size) || in fit_in_gap()251 paddr_t offslo; in tee_mm_alloc2() local271 offslo = (base - pool->lo) >> pool->shift; in tee_mm_alloc2()280 while (entry->next != NULL && offslo > entry->next->offset) in tee_mm_alloc2()285 if (!fit_in_gap(pool, entry, offslo, offshi)) in tee_mm_alloc2()290 mm->offset = offslo; in tee_mm_alloc2()291 mm->size = offshi - offslo; in tee_mm_alloc2()
Completed in 3 milliseconds