Home
last modified time | relevance | path

Searched refs:ARCH_DATA_PAGE_DIRTY (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/arch/x86/
Dmmustructs.h28 #define ARCH_DATA_PAGE_DIRTY ((uintptr_t)BIT(6)) macro
/Zephyr-Core-3.7.0/subsys/demand_paging/eviction/
Dnru.c72 dirty = (flags & ARCH_DATA_PAGE_DIRTY) != 0UL; in k_mem_paging_eviction_select()
Dlru.c171 *dirty_ptr = ((flags & ARCH_DATA_PAGE_DIRTY) != 0); in k_mem_paging_eviction_select()
/Zephyr-Core-3.7.0/kernel/
Dmmu.c1286 dirty = (flags & ARCH_DATA_PAGE_DIRTY) != 0; in do_mem_evict()
1363 dirty = (flags & ARCH_DATA_PAGE_DIRTY) != 0; in k_mem_page_frame_evict()