zephyr/subsys/demand_paging
Nicolas Pitre 0c1301e728 demand_paging: LRU eviction: remove restriction on PF index 0
The first page frame index was reserved for head and tail ^pointers.
However there are cases where the first frame is actually made
evictable and would trigger the assertion guarding against that.

Fix this by applying an offset to actual frame indexes.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2024-07-03 15:07:03 -04:00
..
backing_store demand_paging/backing_store/ram.c: misc fixups 2024-06-13 20:12:23 -04:00
eviction demand_paging: LRU eviction: remove restriction on PF index 0 2024-07-03 15:07:03 -04:00
CMakeLists.txt demand_paging: add infra for demand paging modules 2021-01-23 19:47:23 -05:00
Kconfig demand_paging: add infra for demand paging modules 2021-01-23 19:47:23 -05:00