Home | Sort by: relevance | last modified time | path |
/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); |