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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dppc_vm_init.c69 unsigned int taproot_size; /* (BRINGUP) */ variable
377 taproot_size = PE_init_taproot(&taproot_addr); /* (BRINGUP) See if there is a taproot */
378 if(taproot_size) { /* (BRINGUP) */
379 kprintf("TapRoot card configured to use vaddr = %08X, size = %08X\n", taproot_addr, taproot_size);

Completed in 66 milliseconds