HomeSort by: relevance | last modified time | path
    Searched defs:sme_end (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sun2/sun2/
pmap.c 3735 int sme, sme_end; /* SegMap Entry numbers */ local in function:pmap_get_pagemap
3739 sme_end =
3753 } while (sme < sme_end);
pmap.c 3735 int sme, sme_end; /* SegMap Entry numbers */ local in function:pmap_get_pagemap
3739 sme_end =
3753 } while (sme < sme_end);
  /src/sys/arch/sun3/sun3/
pmap.c 3660 int sme, sme_end; /* SegMap Entry numbers */ local in function:pmap_get_pagemap
3663 sme_end = sme + 128; /* where to stop */
3674 } while (sme < sme_end);
pmap.c 3660 int sme, sme_end; /* SegMap Entry numbers */ local in function:pmap_get_pagemap
3663 sme_end = sme + 128; /* where to stop */
3674 } while (sme < sme_end);

Completed in 31 milliseconds