zephyr/arch/arc/core
Wayne Ren 3c8ed211c2 arch: arc: fix the wrong setting of STACK_CHECK for user thread
For user thread, the stack check parameters will cover both
user stack part and privilege stack part. Because in arc, they
are in the same array.

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2018-05-30 20:23:35 -04:00
..
mpu arch: arm/arc: Remove usage of zephyr_library_ifdef. 2018-05-28 13:23:13 -04:00
offsets arch: arc: fix the bug in exception return for secure mode 2018-05-25 15:56:15 +02:00
CMakeLists.txt arch: arm: add_subdirectory shouldn't depend on a hidden kconfig. 2018-05-28 13:23:13 -04:00
atomic.S
cache.c kernel: include: rename nano_internal.h to kernel_internal.h 2018-01-31 10:07:21 -06:00
cpu_idle.S
fast_irq.S kernel: Remove legacy preemption checking 2018-05-25 09:40:55 -07:00
fatal.c arch: arc: bug fixes and optimization in exception handling 2018-04-17 10:50:12 -07:00
fault.c arch: arc: bug fixes and optimization in exception handling 2018-04-17 10:50:12 -07:00
fault_s.S arch: arc: fix the bug in register clear for USER_SPACE 2018-05-25 15:56:15 +02:00
irq_manage.c cleanup: Move #include directives 2017-09-11 12:41:07 -04:00
irq_offload.c arch: arc: bug fixes in irq_load 2018-04-17 10:50:12 -07:00
isr_wrapper.S arch: arc: save user thread's context into privilege stack 2018-02-16 12:20:16 +01:00
prep_c.c kernel: include: rename nano_internal.h to kernel_internal.h 2018-01-31 10:07:21 -06:00
regular_irq.S kernel: Remove legacy preemption checking 2018-05-25 09:40:55 -07:00
reset.S arch: arc: enable US bit to check user mode 2018-02-16 12:20:16 +01:00
swap.S arch: arc: fix the bug of context switch in interrupt 2018-03-08 11:01:11 +01:00
sys_fatal_error_handler.c arch: arc: optimize the _SysFatalErrorHandler 2018-04-17 10:50:12 -07:00
thread.c arch: arc: fix the wrong setting of STACK_CHECK for user thread 2018-05-30 20:23:35 -04:00
thread_entry_wrapper.S arch: arc: add user space support for arc 2018-02-16 12:20:16 +01:00
timestamp.c
userspace.S arch: arc: fix the bug in register clear for USER_SPACE 2018-05-25 15:56:15 +02:00
vector_table.c