Searched refs:ARCH_DATA_PAGE_ACCESSED (Results 1 – 2 of 2) sorted by relevance
30 #define ARCH_DATA_PAGE_ACCESSED ((uintptr_t)BIT(5)) macro
71 accessed = (flags & ARCH_DATA_PAGE_ACCESSED) != 0UL; in k_mem_paging_eviction_select()