Searched refs:PTEGcnt (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_low_trace.c864 unsigned int xpteg[32], xpca[8], space, hash, pva, seg, api, va, free, free2, xauto, PTEGcnt, wimgkk, wimgxx, slotoff; local
874 PTEGcnt = hash_table_size / 64; /* Get the number of PTEGS */
875 if(s4bit) PTEGcnt = PTEGcnt / 2; /* PTEGs are twice as big */
880 for(i = 0; i < PTEGcnt; i++) { /* Step through them all */

Completed in 16 milliseconds