zephyr/include/arch/arm/aarch32
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_a_r kernel: generate placeholders for kobj tables before final build 2021-04-27 13:32:00 -04:00
cortex_m kernel: generate placeholders for kobj tables before final build 2021-04-27 13:32:00 -04:00
cortex_r/scripts arch: arm: remove compat headers 2021-03-25 16:40:25 +01:00
arch.h arch: arm: cortex_a_r: add support for arm arch timer 2021-02-15 08:28:51 -05:00
asm_inline_gcc.h arch: arm: Fix 14.4 guideline violation 2021-04-06 10:25:24 -04:00
asm_inline.h
error.h
exc.h arch: arm: Unconditionally compile IRQ_ZERO_LATENCY flag 2021-04-12 07:33:27 -04:00
irq.h arch: arm: Unconditionally compile IRQ_ZERO_LATENCY flag 2021-04-12 07:33:27 -04:00
misc.h clock: rename z_timer_cycle_get_32 -> sys_clock_cycle_get_32 2021-03-19 11:22:17 -04:00
nmi.h
syscall.h arch: arm: aarch32: Fix syscall inline asm 2021-01-20 17:02:14 +01:00
thread.h arm: aarch32: introduce status bit-flag for the MPU region width 2021-02-02 17:58:58 -05:00