zephyr/kernel/include
Carlo Caione 64dfa69681 aarch64: Remove useless _curr_cpu struct
Currently _curr_cpu is only used by the get_cpu macro to quickly access
the cpu struct. This is not really necessary because we can access to
the struct by directly referencing &(_kernel.cpus[cpu_num]) in assembly

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2021-04-09 08:10:10 -04:00
..
gen_offset.h aarch64: Use absolute symbols for the callee saved registers 2020-11-17 18:59:23 -05:00
kernel_arch_interface.h kernel/arch: cleanup function definitions 2021-04-01 05:34:17 -04:00
kernel_internal.h kernel: mmu: demand paging execution time histogram 2021-04-06 16:43:55 -04:00
kernel_offsets.h aarch64: Remove useless _curr_cpu struct 2021-04-09 08:10:10 -04:00
kernel_tls.h kernel: tls: align tdata/tbss sections in stack 2021-02-07 23:28:43 -05:00
ksched.h kernel: Make both operands of operators of same essential type category 2021-04-01 05:34:17 -04:00
kswap.h kernel: smp: Remove unused internal API z_smp_reacquire_global_lock() 2021-03-14 18:32:26 -04:00
mmu.h kernel: Make both operands of operators of same essential type category 2021-04-01 05:34:17 -04:00
offsets_short.h kernel: add common bits to support TLS 2020-10-24 10:52:00 -07:00