/ThreadX-v6.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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()
|