zephyr/include/arch
Julien Massot 4ac7aacf00 arm: add dummy implementation of arch_curr_cpu
This is required by drivers which query the current cpu,
at this moment there is no arm aarch32 that use smp,
so it seems safe to consider that the current cpu is
always the first one.

This patch enable the use of the GICv3 driver on
ARM 32bits cpu.

Signed-off-by: Julien Massot <julien.massot@iot.bzh>
2022-03-11 10:59:48 +01:00
..
arc arc: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
arm/aarch32 arm: add dummy implementation of arch_curr_cpu 2022-03-11 10:59:48 +01:00
arm64 arm64: Fix booting issue with FVP V8R >= 11.16.16 2022-03-08 11:09:13 +01:00
common
mips arch: add MIPS architecture support 2022-01-19 13:48:21 -05:00
nios2 clock: add k_cycle_get_64 2021-11-08 13:41:53 -05:00
posix linker: update posix linker template, linker.ld 2022-01-07 17:00:28 +01:00
riscv arch/riscv: Implement arch_curr_cpu() 2022-02-25 19:13:50 -05:00
sparc clock: add k_cycle_get_64 2021-11-08 13:41:53 -05:00
x86 arch/x86: Add a CPUID function to get initial APIC ID 2022-02-22 10:35:39 -05:00
xtensa dma/cavs_gpdma: Revert IRQ_CONNECT changes 2022-02-25 22:20:31 -05:00
arch_inlines.h arm: add dummy implementation of arch_curr_cpu 2022-03-11 10:59:48 +01:00
cpu.h arch: add MIPS architecture support 2022-01-19 13:48:21 -05:00
structs.h
syscall.h