zephyr/arch
Wentong Wu bfc7785da0 arch: arm: push ssf to thread privileged stack to complete stack frame
Pushes the seventh argument named ssf to thread's privileged
stack to follow below syscall prototype.

uintptr_t z_mrsh_xx(uintptr_t arg0, uintptr_t arg1, uintptr_t arg2,
		    uintptr_t arg3, uintptr_t arg4, void *more, void *ssf)

Fixes: #29386.

Signed-off-by: Wentong Wu <wentong.wu@intel.com>
2020-11-12 17:12:38 -05:00
..
arc tracing: roll thread switch in/out into thread stats functions 2020-11-11 23:55:49 -05:00
arm arch: arm: push ssf to thread privileged stack to complete stack frame 2020-11-12 17:12:38 -05:00
common
nios2 nios2: fix register saving during thread switch instrumentation 2020-11-11 23:55:49 -05:00
posix tracing: roll thread switch in/out into thread stats functions 2020-11-11 23:55:49 -05:00
riscv tracing: roll thread switch in/out into thread stats functions 2020-11-11 23:55:49 -05:00
x86 tracing: roll thread switch in/out into thread stats functions 2020-11-11 23:55:49 -05:00
xtensa tracing: roll thread switch in/out into thread stats functions 2020-11-11 23:55:49 -05:00
CMakeLists.txt
Kconfig kconfig: userspace: Select THREAD_STACK_INFO 2020-11-12 15:57:40 -05:00