Files
zephyr/drivers
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
..
2022-08-14 09:05:09 -05:00
2022-08-16 18:08:42 -05:00
2022-08-12 11:34:21 +02:00
2022-07-25 16:50:24 -04:00
2022-08-16 08:26:11 +00:00
2022-08-16 09:10:37 -05:00
2022-08-12 17:39:15 +02:00
2022-08-14 09:04:33 -05:00
2022-07-20 18:28:43 +02:00
2022-07-18 16:16:47 +00:00