Home
last modified time | relevance | path

Searched refs:MMU_D (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/arch/x86/include/
Dx86_mmu.h43 #define MMU_D BITL(6) /** Dirty */ macro
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c2112 pentry_t mask = PTE_MASK | MMU_P | MMU_D | MMU_A; in arch_mem_page_in()