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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dppc_vm_init.c121 unsigned int *xtaproot, bank_shift; local
156 * in the PhysicalDRAM banks, set bank_shift accordingly.
159 bank_shift = 0;
160 if (args->Version == kBootArgsVersion1) bank_shift = 12;
170 cbsize = (uint64_t)args->PhysicalDRAM[i].size << (12 - bank_shift); /* Remember current size */
182 pmap_mem_regions[pmap_mem_regions_count].mrStart = args->PhysicalDRAM[i].base >> bank_shift; /* Set the start of the bank */
184 pmap_mem_regions[pmap_mem_regions_count].mrEnd = ((uint64_t)args->PhysicalDRAM[i].base >> bank_shift) + (cbsize >> 12) - 1; /* Set the end address of bank */

Completed in 22 milliseconds