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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_low_trace.c70 void db_dumppca(unsigned int ptegindex);
328 unsigned int seg, vsid, ptegindex, htsize; local
360 ptegindex = llva & (htsize - 1); /* Get the index to the pteg and pca */
361 db_dumppca(ptegindex); /* dump the info */
499 void db_dumppca(unsigned int ptegindex) { argument
508 pteg = hash_table_base + (ptegindex << 6); /* Point to the PTEG */
509 if(s4bit) pteg = hash_table_base + (ptegindex << 7); /* Point to the PTEG */
510 pca = hash_table_base - ((ptegindex + 1) * 4); /* Point to the PCA */
511 db_printf("PTEG = %016llX, PCA = %016llX (index = %08X)\n", pteg, pca, ptegindex);
530 pva = ptegindex
[all...]

Completed in 15 milliseconds