Home
last modified time | relevance | path

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

12345

/ThreadX-v6.4.1/common_smp/src/
Dtx_trace_interrupt_control.c72 UINT _tx_trace_interrupt_control(UINT new_posture) in _tx_trace_interrupt_control() argument
84 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_INTERRUPT_CONTROL, TX_ULONG_TO_POINTER_CONVERT(new_posture), TX_P… in _tx_trace_interrupt_control()
90 saved_posture = _tx_thread_interrupt_control(new_posture); in _tx_trace_interrupt_control()
99 saved_posture = _tx_thread_interrupt_control(new_posture); in _tx_trace_interrupt_control()
/ThreadX-v6.4.1/common/src/
Dtx_trace_interrupt_control.c72 UINT _tx_trace_interrupt_control(UINT new_posture) in _tx_trace_interrupt_control() argument
84 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_INTERRUPT_CONTROL, TX_ULONG_TO_POINTER_CONVERT(new_posture), TX_P… in _tx_trace_interrupt_control()
90 saved_posture = _tx_thread_interrupt_control(new_posture); in _tx_trace_interrupt_control()
99 saved_posture = _tx_thread_interrupt_control(new_posture); in _tx_trace_interrupt_control()
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_interrupt_control.c93 UINT _tx_thread_interrupt_control(UINT new_posture) in _tx_thread_interrupt_control() argument
109 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
164 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
173 else if (new_posture == TX_INT_DISABLE) in _tx_thread_interrupt_control()
184 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
193 else if (new_posture == TX_INT_DISABLE) in _tx_thread_interrupt_control()
/ThreadX-v6.4.1/ports/win32/vs_2019/src/
Dtx_thread_interrupt_control.c97 UINT _tx_thread_interrupt_control(UINT new_posture) in _tx_thread_interrupt_control() argument
113 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
172 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
181 else if (new_posture == TX_INT_DISABLE) in _tx_thread_interrupt_control()
192 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
201 else if (new_posture == TX_INT_DISABLE) in _tx_thread_interrupt_control()
/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_thread_interrupt_control.c92 UINT _tx_thread_interrupt_control(UINT new_posture) in _tx_thread_interrupt_control() argument
142 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
151 else if (new_posture == TX_INT_DISABLE) in _tx_thread_interrupt_control()
162 if (new_posture == TX_INT_ENABLE) in _tx_thread_interrupt_control()
171 else if (new_posture == TX_INT_DISABLE) in _tx_thread_interrupt_control()
/ThreadX-v6.4.1/ports/xtensa/xcc/src/
Dtx_thread_interrupt_control.c65 UINT _tx_thread_interrupt_control(UINT new_posture) in _tx_thread_interrupt_control() argument
70 XT_WSR_PS((ret & ~0xF) | (new_posture & 0xF)); in _tx_thread_interrupt_control()
76 xthal_restore_interrupts(new_posture); in _tx_thread_interrupt_control()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_interrupt_control.c68 UINT _tx_thread_interrupt_control(UINT new_posture) in _tx_thread_interrupt_control() argument
74 …_module_kernel_call_dispatcher)(TXM_THREAD_INTERRUPT_CONTROL_CALL, (ALIGN_TYPE) new_posture, 0, 0); in _tx_thread_interrupt_control()
Dtxm_trace_interrupt_control.c66 UINT _tx_trace_interrupt_control(UINT new_posture) in _tx_trace_interrupt_control() argument
72 …m_module_kernel_call_dispatcher)(TXM_TRACE_INTERRUPT_CONTROL_CALL, (ALIGN_TYPE) new_posture, 0, 0); in _tx_trace_interrupt_control()
/ThreadX-v6.4.1/ports/cortex_m0/keil/src/
Dtx_thread_interrupt_restore.s62 ;VOID _tx_thread_interrupt_restore(UINT new_posture)
Dtx_thread_interrupt_disable.s62 ;UINT _tx_thread_interrupt_disable(UINT new_posture)
/ThreadX-v6.4.1/ports/cortex_m0/ac5/src/
Dtx_thread_interrupt_restore.s62 ;VOID _tx_thread_interrupt_restore(UINT new_posture)
Dtx_thread_interrupt_disable.s62 ;UINT _tx_thread_interrupt_disable(UINT new_posture)
/ThreadX-v6.4.1/ports/cortex_m4/keil/src/
Dtx_thread_interrupt_restore.s62 ;VOID _tx_thread_interrupt_restore(UINT new_posture)
Dtx_thread_interrupt_disable.s62 ;UINT _tx_thread_interrupt_disable(UINT new_posture)
/ThreadX-v6.4.1/ports/cortex_m3/keil/src/
Dtx_thread_interrupt_restore.s62 ;VOID _tx_thread_interrupt_restore(UINT new_posture)
Dtx_thread_interrupt_disable.s62 ;UINT _tx_thread_interrupt_disable(UINT new_posture)
/ThreadX-v6.4.1/ports/cortex_m0/iar/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)
/ThreadX-v6.4.1/ports/cortex_r7/ghs/src/
Dtx_thread_interrupt_restore.arm50 /* new_posture New interrupt lockout posture */
71 /* VOID _tx_thread_interrupt_restore(UINT new_posture)
/ThreadX-v6.4.1/ports/cortex_m3/ghs/src/
Dtx_thread_interrupt_control.arm42 ;/* new_posture New interrupt lockout posture */
63 ;UINT _tx_thread_interrupt_control(UINT new_posture)
/ThreadX-v6.4.1/ports/cortex_a7/ghs/src/
Dtx_thread_interrupt_restore.arm50 /* new_posture New interrupt lockout posture */
71 /* VOID _tx_thread_interrupt_restore(UINT new_posture)
/ThreadX-v6.4.1/ports/cortex_m4/ghs/src/
Dtx_thread_interrupt_control.arm42 ;/* new_posture New interrupt lockout posture */
63 ;UINT _tx_thread_interrupt_control(UINT new_posture)
/ThreadX-v6.4.1/ports/cortex_r4/ghs/src/
Dtx_thread_interrupt_restore.arm50 /* new_posture New interrupt lockout posture */
71 /* VOID _tx_thread_interrupt_restore(UINT new_posture)
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/src/
Dtx_thread_interrupt_control.arm41 /* new_posture New interrupt lockout posture */
62 // UINT _tx_thread_interrupt_control(UINT new_posture)
/ThreadX-v6.4.1/ports/cortex_a5/ghs/src/
Dtx_thread_interrupt_restore.arm50 /* new_posture New interrupt lockout posture */
71 /* VOID _tx_thread_interrupt_restore(UINT new_posture)

12345