Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports/cortex_m3/ghs/src/
Dtx_ghs.c288 void **peh_globals; in __tx_cpp_exception_init() local
291 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_init()
294 peh_globals = &__eh_globals; in __tx_cpp_exception_init()
295 __cpp_exception_init(peh_globals); in __tx_cpp_exception_init()
303 void **peh_globals; in __tx_cpp_exception_cleanup() local
306 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_cleanup()
309 peh_globals = &__eh_globals; in __tx_cpp_exception_cleanup()
310 __cpp_exception_cleanup(peh_globals); in __tx_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_r4/ghs/src/
Dtx_ghs.c288 void **peh_globals; in __tx_cpp_exception_init() local
291 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_init()
294 peh_globals = &__eh_globals; in __tx_cpp_exception_init()
295 __cpp_exception_init(peh_globals); in __tx_cpp_exception_init()
303 void **peh_globals; in __tx_cpp_exception_cleanup() local
306 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_cleanup()
309 peh_globals = &__eh_globals; in __tx_cpp_exception_cleanup()
310 __cpp_exception_cleanup(peh_globals); in __tx_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_m4/ghs/src/
Dtx_ghs.c288 void **peh_globals; in __tx_cpp_exception_init() local
291 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_init()
294 peh_globals = &__eh_globals; in __tx_cpp_exception_init()
295 __cpp_exception_init(peh_globals); in __tx_cpp_exception_init()
303 void **peh_globals; in __tx_cpp_exception_cleanup() local
306 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_cleanup()
309 peh_globals = &__eh_globals; in __tx_cpp_exception_cleanup()
310 __cpp_exception_cleanup(peh_globals); in __tx_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_a8/ghs/src/
Dtx_ghs.c288 void **peh_globals; in __tx_cpp_exception_init() local
291 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_init()
294 peh_globals = &__eh_globals; in __tx_cpp_exception_init()
295 __cpp_exception_init(peh_globals); in __tx_cpp_exception_init()
303 void **peh_globals; in __tx_cpp_exception_cleanup() local
306 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_cleanup()
309 peh_globals = &__eh_globals; in __tx_cpp_exception_cleanup()
310 __cpp_exception_cleanup(peh_globals); in __tx_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_a9/ghs/src/
Dtx_ghs.c288 void **peh_globals; in __tx_cpp_exception_init() local
291 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_init()
294 peh_globals = &__eh_globals; in __tx_cpp_exception_init()
295 __cpp_exception_init(peh_globals); in __tx_cpp_exception_init()
303 void **peh_globals; in __tx_cpp_exception_cleanup() local
306 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_cleanup()
309 peh_globals = &__eh_globals; in __tx_cpp_exception_cleanup()
310 __cpp_exception_cleanup(peh_globals); in __tx_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_r5/ghs/src/
Dtx_ghs.c288 void **peh_globals; in __tx_cpp_exception_init() local
291 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_init()
294 peh_globals = &__eh_globals; in __tx_cpp_exception_init()
295 __cpp_exception_init(peh_globals); in __tx_cpp_exception_init()
303 void **peh_globals; in __tx_cpp_exception_cleanup() local
306 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_cleanup()
309 peh_globals = &__eh_globals; in __tx_cpp_exception_cleanup()
310 __cpp_exception_cleanup(peh_globals); in __tx_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_r7/ghs/src/
Dtx_ghs.c288 void **peh_globals; in __tx_cpp_exception_init() local
291 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_init()
294 peh_globals = &__eh_globals; in __tx_cpp_exception_init()
295 __cpp_exception_init(peh_globals); in __tx_cpp_exception_init()
303 void **peh_globals; in __tx_cpp_exception_cleanup() local
306 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_cleanup()
309 peh_globals = &__eh_globals; in __tx_cpp_exception_cleanup()
310 __cpp_exception_cleanup(peh_globals); in __tx_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/src/
Dtx_ghs.c300 void **peh_globals; in __tx_cpp_exception_init() local
303 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_init()
306 peh_globals = &__eh_globals; in __tx_cpp_exception_init()
307 __cpp_exception_init(peh_globals); in __tx_cpp_exception_init()
315 void **peh_globals; in __tx_cpp_exception_cleanup() local
318 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_cleanup()
321 peh_globals = &__eh_globals; in __tx_cpp_exception_cleanup()
322 __cpp_exception_cleanup(peh_globals); in __tx_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/src/
Dtx_ghs.c288 void **peh_globals; in __tx_cpp_exception_init() local
291 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_init()
294 peh_globals = &__eh_globals; in __tx_cpp_exception_init()
295 __cpp_exception_init(peh_globals); in __tx_cpp_exception_init()
303 void **peh_globals; in __tx_cpp_exception_cleanup() local
306 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_cleanup()
309 peh_globals = &__eh_globals; in __tx_cpp_exception_cleanup()
310 __cpp_exception_cleanup(peh_globals); in __tx_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_m7/ghs/src/
Dtx_ghs.c288 void **peh_globals; in __tx_cpp_exception_init() local
291 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_init()
294 peh_globals = &__eh_globals; in __tx_cpp_exception_init()
295 __cpp_exception_init(peh_globals); in __tx_cpp_exception_init()
303 void **peh_globals; in __tx_cpp_exception_cleanup() local
306 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_cleanup()
309 peh_globals = &__eh_globals; in __tx_cpp_exception_cleanup()
310 __cpp_exception_cleanup(peh_globals); in __tx_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_a5/ghs/src/
Dtx_ghs.c288 void **peh_globals; in __tx_cpp_exception_init() local
291 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_init()
294 peh_globals = &__eh_globals; in __tx_cpp_exception_init()
295 __cpp_exception_init(peh_globals); in __tx_cpp_exception_init()
303 void **peh_globals; in __tx_cpp_exception_cleanup() local
306 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_cleanup()
309 peh_globals = &__eh_globals; in __tx_cpp_exception_cleanup()
310 __cpp_exception_cleanup(peh_globals); in __tx_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_a7/ghs/src/
Dtx_ghs.c288 void **peh_globals; in __tx_cpp_exception_init() local
291 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_init()
294 peh_globals = &__eh_globals; in __tx_cpp_exception_init()
295 __cpp_exception_init(peh_globals); in __tx_cpp_exception_init()
303 void **peh_globals; in __tx_cpp_exception_cleanup() local
306 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_cleanup()
309 peh_globals = &__eh_globals; in __tx_cpp_exception_cleanup()
310 __cpp_exception_cleanup(peh_globals); in __tx_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/src/
Dtx_ghs.c305 void **peh_globals; in __tx_cpp_exception_init() local
308 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_init()
311 peh_globals = &__eh_globals; in __tx_cpp_exception_init()
312 __cpp_exception_init(peh_globals); in __tx_cpp_exception_init()
320 void **peh_globals; in __tx_cpp_exception_cleanup() local
323 peh_globals = &(thread_ptr->tx_thread_eh_globals); in __tx_cpp_exception_cleanup()
326 peh_globals = &__eh_globals; in __tx_cpp_exception_cleanup()
327 __cpp_exception_cleanup(peh_globals); in __tx_cpp_exception_cleanup()