zephyr/arch/arm/core
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
..
aarch32 arch: arm: push ssf to thread privileged stack to complete stack frame 2020-11-12 17:12:38 -05:00
aarch64 tracing: roll thread switch in/out into thread stats functions 2020-11-11 23:55:49 -05:00
common arm: cortex_m: add support for thread local storage 2020-10-24 10:52:00 -07:00
offsets arch: arm64: Use _arch_switch() API 2020-09-05 12:06:38 +02:00