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

  /src/lib/libkvm/
kvm_sparc.c 73 static int nptesg; /* [sun4/sun4c] only */ variable in typeref:typename:int
143 nptesg = NBPSG / kd->nbpg;
211 pte = ptes[sp->sg_pmeg * nptesg + VA_VPG(va)];
  /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 14 milliseconds