
{ mmc$eoi_actual - User has made a set segment length request.
{ mmc$eoi_rounded - This is the default.  Eoi is at a page boundary.
{ mmc$eoi_uncertain - Page fault processor has assigned extra pages that
{                     may or may not have been used.  Eoi is still at the
{                     end of the page that faulted.

  TYPE
    mmt$eoi_state = (mmc$eoi_actual, mmc$eoi_rounded, mmc$eoi_uncertain);
