HomeSort by: relevance | last modified time | path
    Searched refs:NPTESG (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/include/
pte.h 201 extern int nptesg;
202 #define NPTESG nptesg /* (which someone will have to initialize) */
204 #define NPTESG (NBPSG / NBPG)
  /src/sys/arch/sparc/sparc/
pmap.c 1101 M = NBPG / (NPTESG * sizeof(int));
1326 rp->rg_segmap[VA_VSEG(va)].sg_npte = NPTESG;
1330 for (i = NPTESG; --i >= 0; va += NBPG, pte++) {
1477 * (NSEGRG * NPTESG) pages -- which we must convert
1531 * (NPTESG) pages -- which we must convert
1746 i = NPTESG;
1824 i = NPTESG;
2054 i = NPTESG;
3009 int nptesg; variable in typeref:typename:int
3035 /* In this case NPTESG is a variable *
    [all...]

Completed in 35 milliseconds