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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_low_trace.c502 unsigned int xpteg[32], xpca[8], space, hash, pva, seg, api, va; local
513 ReadReal(pteg, &xpteg[0]); /* Get first half of the pteg */
514 ReadReal(pteg + 0x20, &xpteg[8]); /* Get second half of the pteg */
523 db_printf("%08X %08X - ", xpteg[i], xpteg[i + 1]); /* Dump the pteg slot */
525 if(xpteg[i] & 0x80000000) db_printf(" valid - "); /* Is it valid? */
528 space = (xpteg[i] >> 7) & (maxAdrSp - 1); /* Extract the space */
531 seg = (xpteg[i] >> 7) ^ hash; /* Get the segment number */
532 api = (xpteg[i] & 0x3F); /* Get the API */
538 ReadReal(pteg + 0x40, &xpteg[1
864 unsigned int xpteg[32], xpca[8], space, hash, pva, seg, api, va, free, free2, xauto, PTEGcnt, wimgkk, wimgxx, slotoff; local
[all...]

Completed in 23 milliseconds