Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/demand_paging/eviction/
Dnru.c39 (void)arch_page_info_get(k_mem_page_frame_to_virt(pf), in nru_periodic_update()
70 flags = arch_page_info_get(k_mem_page_frame_to_virt(pf), NULL, false); in k_mem_paging_eviction_select()
Dlru.c120 uintptr_t flags = arch_page_info_get(k_mem_page_frame_to_virt(pf), NULL, true); in lru_pf_remove()
171 uintptr_t flags = arch_page_info_get(k_mem_page_frame_to_virt(pf), NULL, false); in k_mem_paging_eviction_select()
/Zephyr-latest/kernel/include/
Dkernel_arch_interface.h563 uintptr_t arch_page_info_get(void *addr, uintptr_t *location,
/Zephyr-latest/kernel/
Dmmu.c1397 flags = arch_page_info_get(addr, &phys, false); in do_mem_evict()
1489 flags = arch_page_info_get(k_mem_page_frame_to_virt(pf), NULL, false); in k_mem_page_frame_evict()
1813 flags = arch_page_info_get(addr, &phys, false); in do_mem_unpin()
/Zephyr-latest/arch/arm64/core/
Dmmu.c1512 uintptr_t arch_page_info_get(void *addr, uintptr_t *phys, bool clear_accessed) in arch_page_info_get() function
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c2129 uintptr_t arch_page_info_get(void *addr, uintptr_t *phys, bool clear_accessed) in arch_page_info_get() function