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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.c130 ppnum_t ppn; local
139 ppn = pmap_find_phys(kernel_pmap, (addr64_t)vaddr_cur);
140 if (ppn != (vm_offset_t)NULL) {
148 vm_page_create(ppn,(ppn+1));
H A Dpmap.c290 pv array for that ppn (off the next pointer). These pve's are accessed for several
294 calc pve_ptr from the ppn in the pte
295 for (every pv in the list for the ppn) {
310 Realizing that pve's are accessed in two distinct ways (linearly running the list by ppn
315 original structure accessed in an array by ppn, and a ''hashed'' structure accessed on a
317 minimizing wired memory and making the lookup of a ppn faster. Since a vast majority of
321 link and the ppn entry needed for matching while running the hash list to find the entry we
339 ppnum_t ppn;
347 lengths are much smaller than the original pv lists that contained all aliases for the specific ppn.
365 ppnum_t ppn; member in struct:pv_hashed_entry
1366 ppnum_t ppn; local
2028 ppnum_t ppn = (ppnum_t)pai; local
3021 ppnum_t ppn; local
3051 ppnum_t ppn; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_low_trace.c868 ppnum_t ppn, pa, aoff; local
947 ppn = xpteg[slot + 1] >> 12; /* Get physical page number */
960 ppn = (xpteg[slot + 2] << 20) | (xpteg[slot + 3] >> 12); /* Get physical page number */
1020 if(pa != ppn) { /* Is physical address expected? */

Completed in 73 milliseconds