zephyr/arch/arc/core
Carlo Caione 4806e1087e cache: Fix cache API calling from userspace
When a cache API function is called from userspace, this results on
ARM64 in an OOPS (bad syscall error). This is due to at least two
different factors:

- the location of the cache handlers is preventing the linker to
  actually find the handlers
- specifically for ARM64 and ARC some cache handling functions are not
  implemented (when userspace is not used the compiler simply optimizes
  out these calls)

Fix the problem by:

- moving the userspace cache handlers to a their logical and proper
  location (in the drivers directory)
- adding the missing handlers for ARM64 and ARC

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-08-23 10:14:17 +02:00
..
mpu arch: arc: remove unused <soc.h> 2022-08-03 07:46:14 -04:00
offsets ARC: ARcv3: 64bit: manage accumulator reg properly 2022-08-19 12:09:37 +02:00
secureshield arch: arc: remove unused <soc.h> 2022-08-03 07:46:14 -04:00
arc_connect.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
arc_smp.c soc: arc: define ICI in DT 2022-08-03 07:46:14 -04:00
cache.c cache: Fix cache API calling from userspace 2022-08-23 10:14:17 +02:00
CMakeLists.txt
cpu_idle.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
fast_irq.S ARC: fix SMP race in ASM ARC interrupt handling code 2022-07-20 09:26:24 -05:00
fatal.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
fault_s.S ARC: fix SMP race in ASM ARC interrupt handling code 2022-07-20 09:26:24 -05:00
fault.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
irq_manage.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
irq_offload.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
isr_wrapper.S ARC: ARcv3: 64bit: manage accumulator reg properly 2022-08-19 12:09:37 +02:00
prep_c.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
regular_irq.S ARC: fix SMP race in ASM ARC interrupt handling code 2022-07-20 09:26:24 -05:00
reset.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
switch.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
thread_entry_wrapper.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
thread.c ARC: fix SMP race in ASM ARC interrupt handling code 2022-07-20 09:26:24 -05:00
timestamp.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
tls.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
userspace.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
vector_table.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
vector_table.ld arc: vector_table: Automatically place the IRQ vector table 2022-06-28 12:29:42 +02:00