zephyr/arch/arc/core
Alexey Brodkin 19d4caaaab arch: arc: Implement z_arch_system_halt()
"brk" is a break-point instruction which among other things
halts ARC core. As compared to pure halt (which is "flag 1" for ARC)
it is much more convenient as it might be executed from either
secure mode or normal mode (with SecureShield enabled), while "flag"
instruction will raise privilege violation exception if SecureShield
is enabled and we're in "normal" mode.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2019-10-24 13:26:41 +02:00
..
mpu
offsets
secureshield
arc_connect.c
arc_smp.c
cache.c
CMakeLists.txt
cpu_idle.S
fast_irq.S
fatal.c arch: arc: Implement z_arch_system_halt() 2019-10-24 13:26:41 +02:00
fault_s.S arch: arc: enlarge the exception handling stack 2019-10-09 14:21:56 -04:00
fault.c
irq_manage.c arch: arc: implement DIRECT IRQ support 2019-10-21 09:06:17 -07:00
irq_offload.c kernel: add arch abstraction for irq_offload() 2019-10-01 11:11:42 +02:00
isr_wrapper.S
prep_c.c
regular_irq.S
reset.S arch: arc: implement DIRECT IRQ support 2019-10-21 09:06:17 -07:00
switch.S
thread_entry_wrapper.S
thread.c
timestamp.c
userspace.S arch: arc: fix the bug in prologue of sys call handling 2019-10-01 09:22:30 -04:00
vector_table.c