Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/example_build/sample_threadx/
Dtx_zynqmp.h62 static inline void tx_zynqmp_dcache_flush(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_flush()
76 static inline void tx_zynqmp_dcache_invalidate(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_invalidate()
90 static inline void tx_zynqmp_dcache_clean(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_clean()
/ThreadX-v6.3.0/ports/xtensa/xcc/src/
Dtx_clib_lock.c73 __malloc_lock (struct _reent * ptr) in __malloc_lock()
87 __malloc_unlock (struct _reent * ptr) in __malloc_unlock()
106 __env_lock (struct _reent * ptr) in __env_lock()
120 __env_unlock (struct _reent * ptr) in __env_unlock()
/ThreadX-v6.3.0/ports/win32/vs_2019/src/
Dtx_thread_stack_build.c140 DWORD WINAPI _tx_win32_thread_entry(LPVOID ptr) in _tx_win32_thread_entry()
/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_thread_stack_build.c135 void *_tx_linux_thread_entry(void *ptr) in _tx_linux_thread_entry()
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_stack_build.c140 void *_tx_linux_thread_entry(void *ptr) in _tx_linux_thread_entry()
/ThreadX-v6.3.0/common/src/
Dtx_misra.c50 VOID _tx_misra_memset(VOID *ptr, UINT value, UINT size) in _tx_misra_memset()
63 UCHAR *_tx_misra_uchar_pointer_add(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_add()
77 UCHAR *_tx_misra_uchar_pointer_sub(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_sub()
108 ULONG _tx_misra_pointer_to_ulong_convert(VOID *ptr) in _tx_misra_pointer_to_ulong_convert()
121 ULONG *_tx_misra_ulong_pointer_add(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_add()
135 ULONG *_tx_misra_ulong_pointer_sub(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_sub()
/ThreadX-v6.3.0/common_smp/src/
Dtx_misra.c48 VOID _tx_misra_memset(VOID *ptr, UINT value, UINT size) in _tx_misra_memset()
61 UCHAR *_tx_misra_uchar_pointer_add(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_add()
75 UCHAR *_tx_misra_uchar_pointer_sub(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_sub()
106 ULONG _tx_misra_pointer_to_ulong_convert(VOID *ptr) in _tx_misra_pointer_to_ulong_convert()
119 ULONG *_tx_misra_ulong_pointer_add(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_add()
133 ULONG *_tx_misra_ulong_pointer_sub(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_sub()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_trace_basic_test.c155 static VOID trace_buffer_full(void *ptr) in trace_buffer_full()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_trace_basic_test.c180 static VOID trace_buffer_full(void *ptr) in trace_buffer_full()
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/inc/
Dtx_port.h88 static inline void _tx_memset(void * ptr, int value, unsigned num) in _tx_memset()