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

/broadcom-cfe-1.4.2/cfe/arch/mips/common/src/
H A Dmips_arena.c102 unsigned int botcfe; local
124 botcfe = (unsigned int) K1_TO_PHYS(mem_bottomofmem);
127 beforecfe = botcfe;
131 botcfe -= (PAGESIZE-1);
132 botcfe &= ~(PAGESIZE-1); /* round down to page boundary */
133 addr = botcfe - CFE_BOOTAREA_SIZE; /* this is the address */

Completed in 33 milliseconds