zephyr/include/arch/arm64
Daniel Leung 1117169980 kernel: generate placeholders for kobj tables before final build
Due to the use of gperf to generate hash table for kobjects,
the addresses of these kobjects cannot change during the last
few phases of linking (especially between zephyr_prebuilt.elf
and zephyr.elf). Because of this, the gperf generated data
needs to be placed at the end of memory to avoid pushing symbols
around in memory. This prevents moving these generated blocks
to earlier sections, for example, pinned data section needed
for demand paging. So create placeholders for use in
intermediate linking to reserve space for these generated blocks.
Due to uncertainty on the size of these blocks, more space is
being reserved which could result in wasted space. Though, this
retains the use of hash table for faster lookup.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-04-27 13:32:00 -04:00
..
cortex_r/mpu include: arm64: Add mpu data struct definition 2021-04-13 07:47:44 -04:00
scripts kernel: generate placeholders for kobj tables before final build 2021-04-27 13:32:00 -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 aarch64: lib_helpers: add some system registers' helper 2021-04-26 13:39:39 +02: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 arm64: Rework stack usage 2021-04-23 06:32:20 -04:00
thread.h arm64: Rework stack usage 2021-04-23 06:32:20 -04:00
timer.h
tpidrro_el0.h arm64: hold curr_cpu instance in tpidrro_el0 2021-04-14 15:06:21 -04:00