Searched refs:at_top (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/vm/
H A Dvm_address_region.cpp698 bool at_top = true; local
743 at_top = false;
751 if (allow_partial_vmar && !at_top && itr == end) {
759 at_top = up == this;
761 } while (!at_top);

Completed in 60 milliseconds