Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/arch/x86/
Dmmustructs.h28 #define ARCH_DATA_PAGE_DIRTY ((uintptr_t)BIT(6)) macro
/Zephyr-latest/subsys/demand_paging/eviction/
Dnru.c72 dirty = (flags & ARCH_DATA_PAGE_DIRTY) != 0UL; in k_mem_paging_eviction_select()
Dlru.c174 *dirty_ptr = ((flags & ARCH_DATA_PAGE_DIRTY) != 0); in k_mem_paging_eviction_select()
/Zephyr-latest/include/zephyr/arch/arm64/
Darm_mmu.h99 #define ARCH_DATA_PAGE_DIRTY BIT(2) macro
/Zephyr-latest/kernel/
Dmmu.c1406 dirty = (flags & ARCH_DATA_PAGE_DIRTY) != 0; in do_mem_evict()
1492 dirty = (flags & ARCH_DATA_PAGE_DIRTY) != 0; in k_mem_page_frame_evict()
/Zephyr-latest/arch/arm64/core/
Dmmu.c1551 status |= ARCH_DATA_PAGE_DIRTY; in arch_page_info_get()