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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_low_trace.c332 int s4bit; local
336 s4bit = !((PerProcTable[0].ppe_vaddr->pf.Available & pf64Bit) == 0); /* Are we a big guy? */
357 if(s4bit) htsize = hash_table_size >> 7; /* Get number of entries in hash table for 64-bit */
503 int i, s4bit; local
506 s4bit = !((PerProcTable[0].ppe_vaddr->pf.Available & pf64Bit) == 0); /* Are we a big guy? */
509 if(s4bit) pteg = hash_table_base + (ptegindex << 7); /* Point to the PTEG */
520 if(!s4bit) { /* Little guy? */
865 int i, j, fnderr, slot, slot2, k, s4bit; local
871 s4bit = 0; /* Assume dinky? */
872 if(PerProcTable[0].ppe_vaddr->pf.Available & pf64Bit) s4bit
[all...]

Completed in 23 milliseconds