Lines Matching +full:mode +full:- +full:bootloader
2 * Copyright 2003-2011 NetLogic Microsystems, Inc. (NetLogic). All rights
37 #include <asm/asm-offsets.h>
46 #include <asm/netlogic/xlp-hal/iomap.h>
47 #include <asm/netlogic/xlp-hal/xlp.h>
48 #include <asm/netlogic/xlp-hal/sys.h>
49 #include <asm/netlogic/xlp-hal/cpucontrol.h>
88 andi a0, 0x3ff /* a0 <- node/core */
99 * In case of RMIboot bootloader which is used on XLR boards, the CPUs
100 * be already woken up and waiting in bootloader code.
101 * This will get them out of the bootloader code and into linux. Needed
102 * because the bootloader area will be taken and initialized by linux.
124 li t2, 6 /* XLR thread mode mask */
126 and t2, t1, t2 /* t2 - current thread mode */
128 lw v1, BOOT_THREAD_MODE(v0) /* v1 - new thread mode */
133 and t2, t1, t3 /* mask out old thread mode */