mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 20:55:52 +00:00
If we evict enough pages to completely fill the backing store, through APIs like k_mem_map(), z_page_frame_evict(), or z_mem_page_out(), this will produce a crash the next time we try to handle a page fault. The backing store now always reserves a free storage location for actual page faults. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
backing_store | ||
eviction | ||
CMakeLists.txt | ||
Kconfig |