Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/include/
Dexception_info.h44 uint32_t xPSR; /* Program Status Registers. */ member
/trusted-firmware-m-3.7.0/platform/ext/common/
Dexception_info.c104 SPMLOG_DBGMSGVAL(" xPSR: ", ctx->xPSR); in dump_exception_info()
221 ctx->xPSR = __get_xPSR(); in store_and_dump_context()
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c388 volatile xPSR_Type xPSR; in TC_CoreInstr_RRX() local
391 xPSR.w = __get_xPSR(); in TC_CoreInstr_RRX()
393 ASSERT_TRUE(result == (0x40000001 | (uint32_t)(xPSR.b.C << 31))); in TC_CoreInstr_RRX()