Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/example_build/sample_threadx/
Dtx_zynqmp.h61 static inline void tx_zynqmp_dcache_flush(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_flush()
75 static inline void tx_zynqmp_dcache_invalidate(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_invalidate()
89 static inline void tx_zynqmp_dcache_clean(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_clean()
/ThreadX-v6.4.1/ports/xtensa/xcc/src/
Dtx_clib_lock.c77 __malloc_lock (struct _reent * ptr) in __malloc_lock()
91 __malloc_unlock (struct _reent * ptr) in __malloc_unlock()
110 __env_lock (struct _reent * ptr) in __env_lock()
124 __env_unlock (struct _reent * ptr) in __env_unlock()
/ThreadX-v6.4.1/ports/win32/vs_2019/src/
Dtx_thread_stack_build.c139 DWORD WINAPI _tx_win32_thread_entry(LPVOID ptr) in _tx_win32_thread_entry()
/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_thread_stack_build.c134 void *_tx_linux_thread_entry(void *ptr) in _tx_linux_thread_entry()
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_stack_build.c139 void *_tx_linux_thread_entry(void *ptr) in _tx_linux_thread_entry()
/ThreadX-v6.4.1/common/src/
Dtx_misra.c49 VOID _tx_misra_memset(VOID *ptr, UINT value, UINT size) in _tx_misra_memset()
62 UCHAR *_tx_misra_uchar_pointer_add(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_add()
76 UCHAR *_tx_misra_uchar_pointer_sub(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_sub()
107 ULONG _tx_misra_pointer_to_ulong_convert(VOID *ptr) in _tx_misra_pointer_to_ulong_convert()
120 ULONG *_tx_misra_ulong_pointer_add(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_add()
134 ULONG *_tx_misra_ulong_pointer_sub(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_sub()
/ThreadX-v6.4.1/common_smp/src/
Dtx_misra.c47 VOID _tx_misra_memset(VOID *ptr, UINT value, UINT size) in _tx_misra_memset()
60 UCHAR *_tx_misra_uchar_pointer_add(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_add()
74 UCHAR *_tx_misra_uchar_pointer_sub(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_sub()
105 ULONG _tx_misra_pointer_to_ulong_convert(VOID *ptr) in _tx_misra_pointer_to_ulong_convert()
118 ULONG *_tx_misra_ulong_pointer_add(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_add()
132 ULONG *_tx_misra_ulong_pointer_sub(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_sub()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_trace_basic_test.c155 static VOID trace_buffer_full(void *ptr) in trace_buffer_full()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_trace_basic_test.c180 static VOID trace_buffer_full(void *ptr) in trace_buffer_full()
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/inc/
Dtx_port.h87 static inline void _tx_memset(void * ptr, int value, unsigned num) in _tx_memset()