Searched refs:ARCH_DATA_PAGE_LOADED (Results 1 – 6 of 6) sorted by relevance
29 #define ARCH_DATA_PAGE_LOADED ((uintptr_t)BIT(0)) macro
77 __ASSERT((flags & ARCH_DATA_PAGE_LOADED) != 0U, in k_mem_paging_eviction_select()
123 __ASSERT((flags & ARCH_DATA_PAGE_LOADED) != 0, ""); in lru_pf_remove()
97 #define ARCH_DATA_PAGE_LOADED BIT(0) macro
1400 if ((flags & ARCH_DATA_PAGE_LOADED) == 0) { in do_mem_evict()1491 __ASSERT((flags & ARCH_DATA_PAGE_LOADED) != 0, "data page not loaded"); in k_mem_page_frame_evict()1816 if ((flags & ARCH_DATA_PAGE_LOADED) != 0) { in do_mem_unpin()
1529 status |= ARCH_DATA_PAGE_LOADED; in arch_page_info_get()1542 if ((status & ARCH_DATA_PAGE_LOADED) == 0) { in arch_page_info_get()