Lines Matching full:arc
9 * @brief ARC specific kernel interface header
11 * This header contains the ARC specific kernel interface. It is
22 #include <zephyr/arch/arc/thread.h>
26 #include <zephyr/arch/arc/v2/exception.h>
27 #include <zephyr/arch/arc/v2/irq.h>
28 #include <zephyr/arch/arc/v2/misc.h>
29 #include <zephyr/arch/arc/v2/aux_regs.h>
30 #include <zephyr/arch/arc/v2/arcv2_irq_unit.h>
31 #include <zephyr/arch/arc/v2/asm_inline.h>
32 #include <zephyr/arch/arc/arc_addr_types.h>
33 #include <zephyr/arch/arc/v2/error.h>
36 #include <zephyr/arch/arc/v2/arc_connect.h>
42 #include <zephyr/arch/arc/v2/secureshield/arc_secure.h>
80 /* In case of ARC 2+2 secure mode enabled the firq are not supported by HW */
111 * on ARC MPUv2 as its regions must be power of two size and aligned to their
112 * own size. On ARC MPUv4, region sizes are arbitrary and this just indicates
233 /* Only supported on ARC MPU V3 and higher. Reserve some memory for the stack
258 #include <zephyr/arch/arc/v2/mpu/arc_mpu.h>