zephyr/include/arch/arm64
Nicolas Pitre f97d12936e kernel: add an architecture specific structs header
Add the ability to define architecture specific structures, notably
the ability to extend struct _cpu with per-CPU arch-specific stuff that
can be accessed with _current_cpu->arch.* similarly to _current->arch.*
for per-thead architecture data.

This is opt-in for architectures that want to benefit from this,
otherwise empty defaults are provided. A placeholder for ARM64 is
included to show the pattern.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2021-04-21 09:03:47 -04:00
..
cortex_r/mpu include: arm64: Add mpu data struct definition 2021-04-13 07:47:44 -04:00
scripts include: arm64: Add BSS align when MPU enabled 2021-04-13 07:47:44 -04:00
arch_inlines.h arm64: hold curr_cpu instance in tpidrro_el0 2021-04-14 15:06:21 -04:00
arch.h include: arm64: Fix compile with default MMU off 2021-04-13 07:47:44 -04:00
arm_mmu.h arm64: refine the code for primary core checking 2021-04-19 11:00:05 -04:00
arm-smccc.h
asm_inline_gcc.h
asm_inline.h
cpu.h arm64: hold curr_cpu instance in tpidrro_el0 2021-04-14 15:06:21 -04:00
error.h
exc.h arm64: hold curr_cpu instance in tpidrro_el0 2021-04-14 15:06:21 -04:00
irq.h
lib_helpers.h arm64: hold curr_cpu instance in tpidrro_el0 2021-04-14 15:06:21 -04:00
macro.inc
misc.h
structs.h kernel: add an architecture specific structs header 2021-04-21 09:03:47 -04:00
sys_io.h
syscall.h arm64: hold curr_cpu instance in tpidrro_el0 2021-04-14 15:06:21 -04:00
thread_stack.h
thread.h
timer.h
tpidrro_el0.h arm64: hold curr_cpu instance in tpidrro_el0 2021-04-14 15:06:21 -04:00