Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c412 static volatile uint32_t TC_CoreInstr_LoadStoreExclusive_word = 0x08154711U; variable
428 const uint32_t w = __LDREXW(&TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive_IRQHandler()
429 __STREXW((uint32_t)~w, &TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive_IRQHandler()
523 u32 = __LDREXW(&TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive()
524 ASSERT_TRUE(u32 == TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive()
526 result = __STREXW(u32+1U, &TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive()
528 ASSERT_TRUE(TC_CoreInstr_LoadStoreExclusive_word == u32+1U); in TC_CoreInstr_LoadStoreExclusive()
549 u32 = __LDREXW(&TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive()
550 ASSERT_TRUE(u32 == TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive()
554 result = __STREXW(u32+1U, &TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive()
[all …]