zephyr/arch/arc/core
Flavio Ceolin 9a869ef33a arc: pm: Don't use deprecated function
Use pm_system_resume instead of z_pm_save_idle_exit

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2024-06-05 17:36:22 -05:00
..
dsp arch: introduce DSP_SHARING and CPU_HAS_DSP configs 2023-11-27 09:05:54 +00:00
mpu ARC: MPU: Add thread stack isolation configs 2024-05-27 07:44:44 +02:00
offsets arch: introduce DSP_SHARING and CPU_HAS_DSP configs 2023-11-27 09:05:54 +00:00
secureshield init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
arc_connect.c kernel: spinlock: LOCKED -> K_SPINLOCK 2023-07-10 09:27:21 +02:00
cache.c arch: arc: use sys_cache instead of arch-function for enabling the cache 2024-01-10 09:59:58 +01:00
CMakeLists.txt arch: arc rename arc_smp.c -> smp.c 2024-01-09 10:00:17 +01:00
cpu_idle.S
fast_irq.S
fatal.c arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
fault_s.S ARC: SMP: fix livelock in thread abort due to exception 2023-06-08 20:27:06 -04:00
fault.c arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
irq_manage.c kernel: rename Z_KERNEL_STACK_BUFFER to K_KERNEL_STACK_BUFFER 2024-03-27 19:27:10 -04:00
irq_offload.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
isr_wrapper.S arc: pm: Don't use deprecated function 2024-06-05 17:36:22 -05:00
prep_c.c ARC: ARCv3: enable shared cache if available 2024-01-30 12:36:24 +01:00
regular_irq.S
reset.S ARC: ARCv3: enable HW prefetch on boot 2024-01-30 12:36:24 +01:00
smp.c kernel: Add CONFIG_ARCH_HAS_DIRECTED_IPIS 2024-06-04 22:35:54 -04:00
switch.S
thread_entry_wrapper.S ARC: add non-multithreading mode support 2022-08-26 21:38:56 -04:00
thread.c kernel: rename Z_THREAD_STACK_BUFFER to K_THREAD_STACK_BUFFER 2024-03-27 19:27:10 -04:00
timestamp.c
tls.c ARC: MWDT add TLS support 2022-11-29 09:48:23 +01:00
userspace.S
vector_table.c
vector_table.ld