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>
5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
_cpu_arch_t
|
|
k_mem_partition_attr_t
|
|
mbedtls_pk_context
|
|
z_arch_esf_t
|