Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/kernel/mm/
Ddemand_paging.h264 void k_mem_paging_eviction_accessed(uintptr_t phys);
278 static inline void k_mem_paging_eviction_accessed(uintptr_t phys) in k_mem_paging_eviction_accessed() function
/Zephyr-latest/subsys/demand_paging/eviction/
Dnru.c131 void k_mem_paging_eviction_accessed(uintptr_t phys) in k_mem_paging_eviction_accessed() function
Dlru.c149 void k_mem_paging_eviction_accessed(uintptr_t phys) in k_mem_paging_eviction_accessed() function
DKconfig61 k_mem_paging_eviction_remove() and k_mem_paging_eviction_accessed().
/Zephyr-latest/doc/kernel/memory_management/
Ddemand_paging.rst145 :c:func:`k_mem_paging_eviction_accessed()`. This is used by the LRU algorithm
164 :c:func:`k_mem_paging_eviction_accessed()`.
/Zephyr-latest/arch/arm64/core/
Dmmu.c1674 k_mem_paging_eviction_accessed(phys); in z_arm64_do_demand_paging()
1689 k_mem_paging_eviction_accessed(phys); in z_arm64_do_demand_paging()