Searched refs:exception_stack_end (Results 1 – 16 of 16) sorted by relevance
45 ldr sp, exception_stack_end67 .global exception_stack_end symbol68 exception_stack_end: label
9 extern void *exception_stack_end;132 exception_stack_end = exception_stack + sizeof(exception_stack); in exception_init()
96 ldr sp, exception_stack_end /* Point SP to the stack for C code */109 .global exception_stack_end symbol110 exception_stack_end: label
65 if (sp >= exception_stack && sp <= exception_stack_end) in gdb_arch_enter()
120 exception_stack_end = exception_stack + ARRAY_SIZE(exception_stack); in exception_init()
30 .global exception_stack_end symbol31 exception_stack_end: label126 mov exception_stack_end, %esp
30 .global exception_stack_end symbol31 exception_stack_end: label133 movq exception_stack_end, %rsp
65 if (stack_pointer >= exception_stack && stack_pointer <= exception_stack_end) in gdb_arch_enter()
218 exception_stack_end = exception_stack + ARRAY_SIZE(exception_stack); in exception_init()
108 adrp x1, exception_stack_end109 ldr x1, [x1, :lo12:exception_stack_end]
34 u64 *exception_stack_end = exception_stack + ARRAY_SIZE(exception_stack); variable
96 if (sp >= exception_stack && sp <= exception_stack_end) in gdb_arch_enter()
45 extern u32 *exception_stack_end;
13 void exception_init_asm(void *exception_stack_end);
103 extern u8 *exception_stack_end;
121 extern u64 *exception_stack_end;