Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/platform/ext/common/
Dexception_info.c89 uint32_t *get_exception_frame(uint32_t lr, uint32_t msp, uint32_t psp) in get_exception_frame() function
221 ctx->EXC_FRAME = get_exception_frame(ctx->EXC_RETURN, ctx->MSP, ctx->PSP); in store_and_dump_context()