Searched refs:exception_stack (Results 1 – 3 of 3) sorted by relevance
209 cpu->exception_stack = (unsigned long)memalign_pages(SZ_4K, SZ_64K); in cpu_init()210 cpu->exception_stack += SZ_64K - 64; in cpu_init()231 cpu->exception_stack = (unsigned long)boot_exception_stack; in setup()232 cpu->exception_stack += EXCEPTION_STACK_SIZE - 64; in setup()
13 unsigned long exception_stack; member
59 DEFINE(CPU_EXCEPTION_STACK, offsetof(struct cpu, exception_stack)); in main()