Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/include/
Dx86_mmu.h42 #define MMU_A BITL(5) /** Accessed */ macro
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1287 entry_flags |= MMU_A; in flags_to_entry()
2097 pentry_t mask = PTE_MASK | MMU_P | MMU_A; in arch_mem_page_out()
2102 ret = range_map(addr, location, CONFIG_MMU_PAGE_SIZE, MMU_A, mask, in arch_mem_page_out()
2112 pentry_t mask = PTE_MASK | MMU_P | MMU_D | MMU_A; in arch_mem_page_in()
2136 mask = MMU_A; in arch_page_info_get()