Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/arch/x86/
Dmmustructs.h33 #define ARCH_DATA_PAGE_NOT_MAPPED ((uintptr_t)BIT(7)) macro
/Zephyr-Core-3.7.0/subsys/demand_paging/eviction/
Dnru.c79 ((flags & ARCH_DATA_PAGE_NOT_MAPPED) != 0U) ? in k_mem_paging_eviction_select()
/Zephyr-Core-3.7.0/kernel/
Dmmu.c1278 __ASSERT((flags & ARCH_DATA_PAGE_NOT_MAPPED) == 0, in do_mem_evict()
1661 __ASSERT((flags & ARCH_DATA_PAGE_NOT_MAPPED) == 0, in do_mem_unpin()
/Zephyr-Core-3.7.0/arch/x86/core/
Dx86_mmu.c2145 return ARCH_DATA_PAGE_NOT_MAPPED; in arch_page_info_get()