zephyr/lib
Daniel Leung f81add2f65 posix: pin init functions and data for demand paging
Boot time initialization functions and data used there must be
available at boot. With demand paging, these may not exist in
memory when they are being used, resulting in page faults.
So pin these functions and data in linker sections to make
sure they are in memory at boot time.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2025-01-11 04:36:38 +01:00
..
acpi
cpp
crc
hash
heap
libc Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
mem_blocks
net_buf
open-amp
os Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
posix posix: pin init functions and data for demand paging 2025-01-11 04:36:38 +01:00
runtime
smf
utils
CMakeLists.txt
Kconfig