| /ThreadX-v6.3.0/ports/cortex_m3/ghs/src/ |
| D | tx_ghs.c | 401 CHAR *cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check() local 404 for ( cp = (CHAR *)thread_ptr->tx_thread_stack_start; in _txs_thread_stack_check() 405 cp <= (CHAR *)thread_ptr->tx_thread_stack_end; ++cp ) { in _txs_thread_stack_check() 408 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check() 413 return (((ULONG)thread_ptr->tx_thread_stack_end) - (ULONG)cp + 1); in _txs_thread_stack_check() 421 CHAR * cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check_2() local 435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2() 436 ++cp ) { in _txs_thread_stack_check_2() 439 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check_2() 444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
|
| /ThreadX-v6.3.0/ports/cortex_r4/ghs/src/ |
| D | tx_ghs.c | 401 CHAR *cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check() local 404 for ( cp = (CHAR *)thread_ptr->tx_thread_stack_start; in _txs_thread_stack_check() 405 cp <= (CHAR *)thread_ptr->tx_thread_stack_end; ++cp ) { in _txs_thread_stack_check() 408 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check() 413 return (((ULONG)thread_ptr->tx_thread_stack_end) - (ULONG)cp + 1); in _txs_thread_stack_check() 421 CHAR * cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check_2() local 435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2() 436 ++cp ) { in _txs_thread_stack_check_2() 439 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check_2() 444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
|
| /ThreadX-v6.3.0/ports/cortex_m4/ghs/src/ |
| D | tx_ghs.c | 401 CHAR *cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check() local 404 for ( cp = (CHAR *)thread_ptr->tx_thread_stack_start; in _txs_thread_stack_check() 405 cp <= (CHAR *)thread_ptr->tx_thread_stack_end; ++cp ) { in _txs_thread_stack_check() 408 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check() 413 return (((ULONG)thread_ptr->tx_thread_stack_end) - (ULONG)cp + 1); in _txs_thread_stack_check() 421 CHAR * cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check_2() local 435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2() 436 ++cp ) { in _txs_thread_stack_check_2() 439 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check_2() 444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
|
| /ThreadX-v6.3.0/ports/cortex_a8/ghs/src/ |
| D | tx_ghs.c | 401 CHAR *cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check() local 404 for ( cp = (CHAR *)thread_ptr->tx_thread_stack_start; in _txs_thread_stack_check() 405 cp <= (CHAR *)thread_ptr->tx_thread_stack_end; ++cp ) { in _txs_thread_stack_check() 408 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check() 413 return (((ULONG)thread_ptr->tx_thread_stack_end) - (ULONG)cp + 1); in _txs_thread_stack_check() 421 CHAR * cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check_2() local 435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2() 436 ++cp ) { in _txs_thread_stack_check_2() 439 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check_2() 444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
|
| /ThreadX-v6.3.0/ports/cortex_a9/ghs/src/ |
| D | tx_ghs.c | 401 CHAR *cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check() local 404 for ( cp = (CHAR *)thread_ptr->tx_thread_stack_start; in _txs_thread_stack_check() 405 cp <= (CHAR *)thread_ptr->tx_thread_stack_end; ++cp ) { in _txs_thread_stack_check() 408 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check() 413 return (((ULONG)thread_ptr->tx_thread_stack_end) - (ULONG)cp + 1); in _txs_thread_stack_check() 421 CHAR * cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check_2() local 435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2() 436 ++cp ) { in _txs_thread_stack_check_2() 439 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check_2() 444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
|
| /ThreadX-v6.3.0/ports/cortex_r5/ghs/src/ |
| D | tx_ghs.c | 401 CHAR *cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check() local 404 for ( cp = (CHAR *)thread_ptr->tx_thread_stack_start; in _txs_thread_stack_check() 405 cp <= (CHAR *)thread_ptr->tx_thread_stack_end; ++cp ) { in _txs_thread_stack_check() 408 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check() 413 return (((ULONG)thread_ptr->tx_thread_stack_end) - (ULONG)cp + 1); in _txs_thread_stack_check() 421 CHAR * cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check_2() local 435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2() 436 ++cp ) { in _txs_thread_stack_check_2() 439 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check_2() 444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
|
| /ThreadX-v6.3.0/ports/cortex_r7/ghs/src/ |
| D | tx_ghs.c | 401 CHAR *cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check() local 404 for ( cp = (CHAR *)thread_ptr->tx_thread_stack_start; in _txs_thread_stack_check() 405 cp <= (CHAR *)thread_ptr->tx_thread_stack_end; ++cp ) { in _txs_thread_stack_check() 408 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check() 413 return (((ULONG)thread_ptr->tx_thread_stack_end) - (ULONG)cp + 1); in _txs_thread_stack_check() 421 CHAR * cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check_2() local 435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2() 436 ++cp ) { in _txs_thread_stack_check_2() 439 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check_2() 444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/src/ |
| D | tx_ghs.c | 413 CHAR *cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check() local 416 for ( cp = (CHAR *)thread_ptr->tx_thread_stack_start; in _txs_thread_stack_check() 417 cp <= (CHAR *)thread_ptr->tx_thread_stack_end; ++cp ) { in _txs_thread_stack_check() 420 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check() 425 return (((ULONG)thread_ptr->tx_thread_stack_end) - (ULONG)cp + 1); in _txs_thread_stack_check() 433 CHAR * cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check_2() local 447 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2() 448 ++cp ) { in _txs_thread_stack_check_2() 451 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check_2() 456 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
|
| /ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/src/ |
| D | tx_ghs.c | 401 CHAR *cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check() local 404 for ( cp = (CHAR *)thread_ptr->tx_thread_stack_start; in _txs_thread_stack_check() 405 cp <= (CHAR *)thread_ptr->tx_thread_stack_end; ++cp ) { in _txs_thread_stack_check() 408 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check() 413 return (((ULONG)thread_ptr->tx_thread_stack_end) - (ULONG)cp + 1); in _txs_thread_stack_check() 421 CHAR * cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check_2() local 435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2() 436 ++cp ) { in _txs_thread_stack_check_2() 439 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check_2() 444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
|
| /ThreadX-v6.3.0/ports/cortex_m7/ghs/src/ |
| D | tx_ghs.c | 401 CHAR *cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check() local 404 for ( cp = (CHAR *)thread_ptr->tx_thread_stack_start; in _txs_thread_stack_check() 405 cp <= (CHAR *)thread_ptr->tx_thread_stack_end; ++cp ) { in _txs_thread_stack_check() 408 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check() 413 return (((ULONG)thread_ptr->tx_thread_stack_end) - (ULONG)cp + 1); in _txs_thread_stack_check() 421 CHAR * cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check_2() local 435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2() 436 ++cp ) { in _txs_thread_stack_check_2() 439 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check_2() 444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
|
| /ThreadX-v6.3.0/ports/cortex_a5/ghs/src/ |
| D | tx_ghs.c | 401 CHAR *cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check() local 404 for ( cp = (CHAR *)thread_ptr->tx_thread_stack_start; in _txs_thread_stack_check() 405 cp <= (CHAR *)thread_ptr->tx_thread_stack_end; ++cp ) { in _txs_thread_stack_check() 408 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check() 413 return (((ULONG)thread_ptr->tx_thread_stack_end) - (ULONG)cp + 1); in _txs_thread_stack_check() 421 CHAR * cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check_2() local 435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2() 436 ++cp ) { in _txs_thread_stack_check_2() 439 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check_2() 444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
|
| /ThreadX-v6.3.0/ports/cortex_a7/ghs/src/ |
| D | tx_ghs.c | 401 CHAR *cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check() local 404 for ( cp = (CHAR *)thread_ptr->tx_thread_stack_start; in _txs_thread_stack_check() 405 cp <= (CHAR *)thread_ptr->tx_thread_stack_end; ++cp ) { in _txs_thread_stack_check() 408 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check() 413 return (((ULONG)thread_ptr->tx_thread_stack_end) - (ULONG)cp + 1); in _txs_thread_stack_check() 421 CHAR * cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check_2() local 435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2() 436 ++cp ) { in _txs_thread_stack_check_2() 439 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check_2() 444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/src/ |
| D | tx_ghs.c | 418 CHAR *cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check() local 421 for ( cp = (CHAR *)thread_ptr->tx_thread_stack_start; in _txs_thread_stack_check() 422 cp <= (CHAR *)thread_ptr->tx_thread_stack_end; ++cp ) { in _txs_thread_stack_check() 425 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check() 430 return (((CHAR *)thread_ptr->tx_thread_stack_end) - (CHAR *)cp + 1); in _txs_thread_stack_check() 438 CHAR * cp; /* Pointer inside thread's stack. */ in _txs_thread_stack_check_2() local 452 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2() 453 ++cp ) { in _txs_thread_stack_check_2() 456 if (*cp != (char)TX_STACK_FILL) { in _txs_thread_stack_check_2() 461 tp->tx_thread_stack_size = ((CHAR *)tp->tx_thread_stack_end) - (CHAR *)cp + 1; in _txs_thread_stack_check_2()
|
| /ThreadX-v6.3.0/scripts/ |
| D | copy_module_armv7_m.sh | 36 cp -rf $source $target 45 cp -rf $source_inc_folder/* $target 52 cp -rf $source $target 58 cp $source/$f.* $target/src
|
| D | copy_armv8_m.sh | 35 cp -rf $source_inc_folder $target 65 cp -rf $src $target 76 cp -f $src $target 94 cp -f $src $target 102 cp -f $src $target
|
| D | copy_armv7_m.sh | 34 cp -rf $source_inc_folder $target 64 cp -rf $src $target 75 cp -f $src $target
|