Lines Matching refs:CSTACK_END_ADDR
83 if ((SP >= CSTACK_START_ADDR) && (SP < CSTACK_END_ADDR)) { in OsStackAddrGet()
84 *stackEnd = CSTACK_END_ADDR; in OsStackAddrGet()
91 … CSTACK_START_ADDR, CSTACK_END_ADDR, (UINTPTR)taskCB->topOfStack, *stackEnd, SP); in OsStackAddrGet()
98 *stackEnd = CSTACK_END_ADDR; in OsStackAddrGet()
99 if ((*stackStart < CSTACK_START_ADDR) || (*stackStart >= CSTACK_END_ADDR)) { in OsStackAddrGet()
101 CSTACK_START_ADDR, CSTACK_END_ADDR, *stackStart); in OsStackAddrGet()
292 if ((SP >= CSTACK_START_ADDR) && (SP < CSTACK_END_ADDR)) { in OsStackAddrGet()
293 *stackEnd = CSTACK_END_ADDR; in OsStackAddrGet()
300 … CSTACK_START_ADDR, CSTACK_END_ADDR, (UINTPTR)taskCB->topOfStack, *stackEnd, SP); in OsStackAddrGet()
307 *stackEnd = CSTACK_END_ADDR; in OsStackAddrGet()
308 if ((*stackStart < CSTACK_START_ADDR) || (*stackStart >= CSTACK_END_ADDR)) { in OsStackAddrGet()
310 CSTACK_START_ADDR, CSTACK_END_ADDR, *stackStart); in OsStackAddrGet()
400 if (IsValidSP(regSP, CSTACK_START_ADDR, CSTACK_END_ADDR)) { in FindSuitableStack()
402 stackEnd = CSTACK_END_ADDR; in FindSuitableStack()
514 if (IsValidSP(regSP, CSTACK_START_ADDR, CSTACK_END_ADDR)) { in FindSuitableStack()
516 stackEnd = CSTACK_END_ADDR; in FindSuitableStack()
636 stackEnd = CSTACK_END_ADDR; in LOS_RecordLR()