Searched refs:alast (Results 1 – 2 of 2) sorted by relevance
2336 pcicfg_alloc_hole(hole_t *addr_hole, uint64_t *alast, uint32_t length) in pcicfg_alloc_hole() argument2352 if (hole->start > *alast) in pcicfg_alloc_hole()2353 *alast = hole->start; in pcicfg_alloc_hole()2364 if (nhole->start > *alast) in pcicfg_alloc_hole()2365 *alast = nhole->start; in pcicfg_alloc_hole()
2505 pcicfg_alloc_hole(hole_t *addr_hole, uint64_t *alast, uint32_t length) in pcicfg_alloc_hole() argument2521 if (hole->start > *alast) in pcicfg_alloc_hole()2522 *alast = hole->start; in pcicfg_alloc_hole()2533 if (nhole->start > *alast) in pcicfg_alloc_hole()2534 *alast = nhole->start; in pcicfg_alloc_hole()