Home
last modified time | relevance | path

Searched refs:new_posture (Results 1 – 25 of 118) sorted by relevance

12345

/ThreadX-v6.2.1/common_smp/src/
Dtx_trace_interrupt_control.c73 UINT _tx_trace_interrupt_control(UINT new_posture) in _tx_trace_interrupt_control() argument
85 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_INTERRUPT_CONTROL, TX_ULONG_TO_POINTER_CONVERT(new_posture), TX_P… in _tx_trace_interrupt_control()
91 saved_posture = _tx_thread_interrupt_control(new_posture); in _tx_trace_interrupt_control()
100 saved_posture = _tx_thread_interrupt_control(new_posture); in _tx_trace_interrupt_control()
/ThreadX-v6.2.1/common/src/
Dtx_trace_interrupt_control.c73 UINT _tx_trace_interrupt_control(UINT new_posture) in _tx_trace_interrupt_control() argument
85 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_INTERRUPT_CONTROL, TX_ULONG_TO_POINTER_CONVERT(new_posture), TX_P… in _tx_trace_interrupt_control()
91 saved_posture = _tx_thread_interrupt_control(new_posture); in _tx_trace_interrupt_control()
100 saved_posture = _tx_thread_interrupt_control(new_posture); in _tx_trace_interrupt_control()
/ThreadX-v6.2.1/ports/win32/vs_2019/src/
Dtx_thread_interrupt_control.c98 UINT _tx_thread_interrupt_control(UINT new_posture) in _tx_thread_interrupt_control() argument
114 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
173 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
182 else if (new_posture == TX_INT_DISABLE) in _tx_thread_interrupt_control()
193 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
202 else if (new_posture == TX_INT_DISABLE) in _tx_thread_interrupt_control()
/ThreadX-v6.2.1/ports_smp/linux/gnu/src/
Dtx_thread_interrupt_control.c94 UINT _tx_thread_interrupt_control(UINT new_posture) in _tx_thread_interrupt_control() argument
110 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
165 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
174 else if (new_posture == TX_INT_DISABLE) in _tx_thread_interrupt_control()
185 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
194 else if (new_posture == TX_INT_DISABLE) in _tx_thread_interrupt_control()
/ThreadX-v6.2.1/ports/linux/gnu/src/
Dtx_thread_interrupt_control.c93 UINT _tx_thread_interrupt_control(UINT new_posture) in _tx_thread_interrupt_control() argument
143 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
152 else if (new_posture == TX_INT_DISABLE) in _tx_thread_interrupt_control()
163 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
172 else if (new_posture == TX_INT_DISABLE) in _tx_thread_interrupt_control()
/ThreadX-v6.2.1/ports/xtensa/xcc/src/
Dtx_thread_interrupt_control.c66 UINT _tx_thread_interrupt_control(UINT new_posture) in _tx_thread_interrupt_control() argument
71 XT_WSR_PS((ret & ~0xF) | (new_posture & 0xF)); in _tx_thread_interrupt_control()
77 xthal_restore_interrupts(new_posture); in _tx_thread_interrupt_control()
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_trace_interrupt_control.c67 UINT _tx_trace_interrupt_control(UINT new_posture) in _tx_trace_interrupt_control() argument
73 …m_module_kernel_call_dispatcher)(TXM_TRACE_INTERRUPT_CONTROL_CALL, (ALIGN_TYPE) new_posture, 0, 0); in _tx_trace_interrupt_control()
Dtxm_thread_interrupt_control.c69 UINT _tx_thread_interrupt_control(UINT new_posture) in _tx_thread_interrupt_control() argument
75 …_module_kernel_call_dispatcher)(TXM_THREAD_INTERRUPT_CONTROL_CALL, (ALIGN_TYPE) new_posture, 0, 0); in _tx_thread_interrupt_control()
/ThreadX-v6.2.1/ports/cortex_m0/ac5/src/
Dtx_thread_interrupt_restore.s63 ;VOID _tx_thread_interrupt_restore(UINT new_posture)
Dtx_thread_interrupt_disable.s63 ;UINT _tx_thread_interrupt_disable(UINT new_posture)
Dtx_thread_interrupt_control.s63 ;UINT _tx_thread_interrupt_control(UINT new_posture)
/ThreadX-v6.2.1/ports/cortex_m0/keil/src/
Dtx_thread_interrupt_restore.s63 ;VOID _tx_thread_interrupt_restore(UINT new_posture)
Dtx_thread_interrupt_disable.s63 ;UINT _tx_thread_interrupt_disable(UINT new_posture)
Dtx_thread_interrupt_control.s63 ;UINT _tx_thread_interrupt_control(UINT new_posture)
/ThreadX-v6.2.1/ports/cortex_m4/keil/src/
Dtx_thread_interrupt_restore.s63 ;VOID _tx_thread_interrupt_restore(UINT new_posture)
Dtx_thread_interrupt_disable.s63 ;UINT _tx_thread_interrupt_disable(UINT new_posture)
Dtx_thread_interrupt_control.s63 ;UINT _tx_thread_interrupt_control(UINT new_posture)
/ThreadX-v6.2.1/ports/cortex_m3/keil/src/
Dtx_thread_interrupt_restore.s63 ;VOID _tx_thread_interrupt_restore(UINT new_posture)
Dtx_thread_interrupt_disable.s63 ;UINT _tx_thread_interrupt_disable(UINT new_posture)
Dtx_thread_interrupt_control.s63 ;UINT _tx_thread_interrupt_control(UINT new_posture)
/ThreadX-v6.2.1/ports/cortex_m0/iar/src/
Dtx_thread_interrupt_restore.s64 ;VOID _tx_thread_interrupt_restore(UINT new_posture)
Dtx_thread_interrupt_disable.s64 ;UINT _tx_thread_interrupt_disable(UINT new_posture)
Dtx_thread_interrupt_control.s64 ;UINT _tx_thread_interrupt_control(UINT new_posture)
/ThreadX-v6.2.1/ports/cortex_a8/ghs/src/
Dtx_thread_interrupt_restore.arm51 /* new_posture New interrupt lockout posture */
72 /* VOID _tx_thread_interrupt_restore(UINT new_posture)
/ThreadX-v6.2.1/ports/cortex_a5/ghs/src/
Dtx_thread_interrupt_restore.arm51 /* new_posture New interrupt lockout posture */
72 /* VOID _tx_thread_interrupt_restore(UINT new_posture)

12345