Searched refs:ARCH_DATA_PAGE_DIRTY (Results 1 – 4 of 4) sorted by relevance
28 #define ARCH_DATA_PAGE_DIRTY ((uintptr_t)BIT(6)) macro
72 dirty = (flags & ARCH_DATA_PAGE_DIRTY) != 0UL; in k_mem_paging_eviction_select()
171 *dirty_ptr = ((flags & ARCH_DATA_PAGE_DIRTY) != 0); in k_mem_paging_eviction_select()
1286 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()