Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/arch/x86/
Dmmustructs.h29 #define ARCH_DATA_PAGE_LOADED ((uintptr_t)BIT(0)) macro
/Zephyr-latest/subsys/demand_paging/eviction/
Dnru.c77 __ASSERT((flags & ARCH_DATA_PAGE_LOADED) != 0U, in k_mem_paging_eviction_select()
Dlru.c123 __ASSERT((flags & ARCH_DATA_PAGE_LOADED) != 0, ""); in lru_pf_remove()
/Zephyr-latest/include/zephyr/arch/arm64/
Darm_mmu.h97 #define ARCH_DATA_PAGE_LOADED BIT(0) macro
/Zephyr-latest/kernel/
Dmmu.c1400 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()
/Zephyr-latest/arch/arm64/core/
Dmmu.c1529 status |= ARCH_DATA_PAGE_LOADED; in arch_page_info_get()
1542 if ((status & ARCH_DATA_PAGE_LOADED) == 0) { in arch_page_info_get()