zephyr/include/arch/arc/v2
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
..
mpu
secureshield
arc_connect.h arch: arc: add support of ARConnect inter-core debug unit 2020-11-09 15:52:15 -06:00
arcv2_irq_unit.h
asm_inline_gcc.h
asm_inline.h
aux_regs.h arch: arc: enable divide zero exception 2021-03-19 13:56:59 -04:00
error.h tests: coverage: exclude the CODE UNREACHABLE of code coverage 2021-01-15 12:42:00 -05:00
exc.h
irq.h ARC: change direct IRQ declaration for metaware toolchain 2020-09-05 10:22:56 -05:00
linker.ld kernel: generate placeholders for kobj tables before final build 2021-04-27 13:32:00 -04:00
misc.h clock: rename z_timer_cycle_get_32 -> sys_clock_cycle_get_32 2021-03-19 11:22:17 -04:00
sys_io.h arc: sys_io: fix sys_read32 return value from uint16_t to uint32_t 2021-01-22 09:32:09 -05:00