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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dppc_vm_init.c68 vm_offset_t taproot_addr; /* (BRINGUP) */ variable
377 taproot_size = PE_init_taproot(&taproot_addr); /* (BRINGUP) See if there is a taproot */
379 kprintf("TapRoot card configured to use vaddr = %08X, size = %08X\n", taproot_addr, taproot_size);
380 bcopy_nc(version, (void *)(taproot_addr + 16), strlen(version)); /* (BRINGUP) Pass it our kernel version */
382 xtaproot = (unsigned int *)taproot_addr; /* (BRINGUP) */

Completed in 24 milliseconds