Home
last modified time | relevance | path

Searched refs:exception_stack_end (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/coreboot/src/arch/arm/armv7/
H A Dexception_asm.S45 ldr sp, exception_stack_end
67 .global exception_stack_end symbol
68 exception_stack_end: label
H A Dexception.c9 extern void *exception_stack_end;
132 exception_stack_end = exception_stack + sizeof(exception_stack); in exception_init()
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/arm/
H A Dexception_asm.S96 ldr sp, exception_stack_end /* Point SP to the stack for C code */
109 .global exception_stack_end symbol
110 exception_stack_end: label
H A Dgdb.c65 if (sp >= exception_stack && sp <= exception_stack_end) in gdb_arch_enter()
H A Dexception.c120 exception_stack_end = exception_stack + ARRAY_SIZE(exception_stack); in exception_init()
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/x86/
H A Dexception_asm.S30 .global exception_stack_end symbol
31 exception_stack_end: label
126 mov exception_stack_end, %esp
H A Dexception_asm_64.S30 .global exception_stack_end symbol
31 exception_stack_end: label
133 movq exception_stack_end, %rsp
H A Dgdb.c65 if (stack_pointer >= exception_stack && stack_pointer <= exception_stack_end) in gdb_arch_enter()
H A Dexception.c218 exception_stack_end = exception_stack + ARRAY_SIZE(exception_stack); in exception_init()
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/arm64/
H A Dexception_asm.S108 adrp x1, exception_stack_end
109 ldr x1, [x1, :lo12:exception_stack_end]
H A Dexception.c34 u64 *exception_stack_end = exception_stack + ARRAY_SIZE(exception_stack); variable
H A Dgdb.c96 if (sp >= exception_stack && sp <= exception_stack_end) in gdb_arch_enter()
/aosp_15_r20/external/coreboot/payloads/libpayload/include/arm/arch/
H A Dexception.h45 extern u32 *exception_stack_end;
/aosp_15_r20/external/coreboot/src/arch/arm64/include/armv8/arch/
H A Dexception.h13 void exception_init_asm(void *exception_stack_end);
/aosp_15_r20/external/coreboot/payloads/libpayload/include/x86/arch/
H A Dexception.h103 extern u8 *exception_stack_end;
/aosp_15_r20/external/coreboot/payloads/libpayload/include/arm64/arch/
H A Dexception.h121 extern u64 *exception_stack_end;