Home
last modified time | relevance | path

Searched refs:__get_CONTROL (Results 1 – 25 of 60) sorted by relevance

123

/ThreadX-v6.4.1/ports_module/cortex_m23/iar/inc/
Dtx_port.h407 __attribute__( ( always_inline ) ) static inline ULONG __get_CONTROL(void) in __get_CONTROL() function
438 … _tx_vfp_state = __get_CONTROL(); \
466 … _tx_vfp_state = __get_CONTROL(); \
478 … _tx_vfp_state = __get_CONTROL(); \
483 … _tx_vfp_state = __get_CONTROL(); \
/ThreadX-v6.4.1/ports/cortex_m23/ac6/example_build/demo_secure_zone/
Dtz_context.c147 if ((__get_IPSR() == 0U) || ((__get_CONTROL() & 2U) == 0U)) { in TZ_LoadContext_S()
177 if ((__get_IPSR() == 0U) || ((__get_CONTROL() & 2U) == 0U)) { in TZ_StoreContext_S()
/ThreadX-v6.4.1/ports/cortex_m55/ac6/example_build/demo_secure_zone/
Dtz_context.c147 if ((__get_IPSR() == 0U) || ((__get_CONTROL() & 2U) == 0U)) { in TZ_LoadContext_S()
177 if ((__get_IPSR() == 0U) || ((__get_CONTROL() & 2U) == 0U)) { in TZ_StoreContext_S()
/ThreadX-v6.4.1/ports/cortex_m33/ac6/example_build/demo_secure_zone/
Dtz_context.c147 if ((__get_IPSR() == 0U) || ((__get_CONTROL() & 2U) == 0U)) { in TZ_LoadContext_S()
177 if ((__get_IPSR() == 0U) || ((__get_CONTROL() & 2U) == 0U)) { in TZ_StoreContext_S()
/ThreadX-v6.4.1/ports_module/cortex_m23/ac6/example_build/demo_secure_zone/
Dtz_context.c147 if ((__get_IPSR() == 0U) || ((__get_CONTROL() & 2U) == 0U)) { in TZ_LoadContext_S()
177 if ((__get_IPSR() == 0U) || ((__get_CONTROL() & 2U) == 0U)) { in TZ_StoreContext_S()
/ThreadX-v6.4.1/ports/cortex_m23/ac6/src/
Dtx_thread_secure_stack.c135 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports/cortex_m23/iar/src/
Dtx_thread_secure_stack.c135 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports/cortex_m33/ac6/src/
Dtx_thread_secure_stack.c135 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports/cortex_m33/iar/src/
Dtx_thread_secure_stack.c134 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports/cortex_m85/iar/src/
Dtx_thread_secure_stack.c134 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports/cortex_m55/ac6/src/
Dtx_thread_secure_stack.c135 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports/cortex_m55/iar/src/
Dtx_thread_secure_stack.c134 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports_arch/ARMv8-M/threadx/ac6/src/
Dtx_thread_secure_stack.c135 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports_arch/ARMv8-M/threadx/iar/src/
Dtx_thread_secure_stack.c134 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports/cortex_m85/ac6/src/
Dtx_thread_secure_stack.c135 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports_module/cortex_m33/ac6/module_manager/src/
Dtx_thread_secure_stack.c135 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports_module/cortex_m33/iar/module_manager/src/
Dtx_thread_secure_stack.c134 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports_module/cortex_m23/ac6/module_manager/src/
Dtx_thread_secure_stack.c135 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports_module/cortex_m23/iar/module_manager/src/
Dtx_thread_secure_stack.c135 __set_CONTROL(__get_CONTROL() | 2); in _tx_thread_secure_mode_stack_initialize()
/ThreadX-v6.4.1/ports/cortex_m33/ac6/inc/
Dtx_port.h103 #define _tx_control_get __get_CONTROL
/ThreadX-v6.4.1/ports/cortex_m33/gnu/inc/
Dtx_port.h103 #define _tx_control_get __get_CONTROL
/ThreadX-v6.4.1/ports/cortex_m33/iar/inc/
Dtx_port.h103 #define _tx_control_get __get_CONTROL
/ThreadX-v6.4.1/ports/cortex_m55/gnu/inc/
Dtx_port.h103 #define _tx_control_get __get_CONTROL
/ThreadX-v6.4.1/ports/cortex_m55/iar/inc/
Dtx_port.h103 #define _tx_control_get __get_CONTROL
/ThreadX-v6.4.1/ports/cortex_m55/ac6/inc/
Dtx_port.h103 #define _tx_control_get __get_CONTROL

123