Home
last modified time | relevance | path

Searched refs:k_mem_paging_eviction_remove (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/kernel/mm/
Ddemand_paging.h250 void k_mem_paging_eviction_remove(struct k_mem_page_frame *pf);
273 static inline void k_mem_paging_eviction_remove(struct k_mem_page_frame *pf) in k_mem_paging_eviction_remove() function
/Zephyr-latest/subsys/demand_paging/eviction/
Dnru.c126 void k_mem_paging_eviction_remove(struct k_mem_page_frame *pf) in k_mem_paging_eviction_remove() function
Dlru.c139 void k_mem_paging_eviction_remove(struct k_mem_page_frame *pf) in k_mem_paging_eviction_remove() function
DKconfig61 k_mem_paging_eviction_remove() and k_mem_paging_eviction_accessed().
/Zephyr-latest/kernel/
Dmmu.c789 k_mem_paging_eviction_remove(pf); in k_mem_unmap_phys_guard()
1357 k_mem_paging_eviction_remove(pf); in page_frame_prepare_locked()
1695 k_mem_paging_eviction_remove(pf); in do_page_fault()
/Zephyr-latest/doc/kernel/memory_management/
Ddemand_paging.rst130 * :c:func:`k_mem_paging_eviction_remove()` is called when a data page is no
163 :c:func:`k_mem_paging_eviction_add()`, :c:func:`k_mem_paging_eviction_remove()`,