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

/src/sys/arch/evbppc/nintendo/
H A Dcpu.c56 static uint32_t cpu_start_code[] = { variable in typeref:typename:uint32_t[]
137 cpu_start_code[0] |= ((u_int)cpu_spinup_trampoline >> 16) & 0x7fff;
138 cpu_start_code[1] |= (u_int)cpu_spinup_trampoline & 0xffff;
139 memcpy((void *)WIIU_BOOT_VECTOR, cpu_start_code, sizeof(cpu_start_code));
140 __syncicache((void *)WIIU_BOOT_VECTOR, sizeof(cpu_start_code));

Completed in 2 milliseconds