nuttx/arch/mips/src/common
Xiang Xiao ab974edc84 sched: Identify the stack need to free by TCB_FLAG_FREE_STACK
instead calling kmm_heapmember or umm_heapmember because:
1.The stack supplied by caller may allocate from heap too
2.It's hard to implement these two function in ASan case

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I196377822b7c4643ab4f29b7c1dc41dcd7c4dab1
2021-06-18 05:44:41 -07:00
..
Kconfig
mips_allocateheap.c arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_arch.h arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_createstack.c sched: Identify the stack need to free by TCB_FLAG_FREE_STACK 2021-06-18 05:44:41 -07:00
mips_etherstub.c arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_exit.c arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_idle.c arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_initialize.c arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_internal.h arch: Rename g_intstackbase to g_intstacktop 2021-04-16 12:41:41 +09:00
mips_interruptcontext.c arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_lowputs.c arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_mdelay.c arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_modifyreg8.c arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_modifyreg16.c arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_modifyreg32.c arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_puts.c arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_releasestack.c sched: Identify the stack need to free by TCB_FLAG_FREE_STACK 2021-06-18 05:44:41 -07:00
mips_stackframe.c arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
mips_udelay.c arch: mips: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:33 -07:00
mips_usestack.c sched: Identify the stack need to free by TCB_FLAG_FREE_STACK 2021-06-18 05:44:41 -07:00