Home
last modified time | relevance | path

Searched refs:MMU_PWT (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/arch/x86/include/
Dx86_mmu.h40 #define MMU_PWT BITL(3) /** Page Write Through */ macro
/Zephyr-Core-3.7.0/tests/arch/x86/pagetables/src/
Dmain.c32 #define FLAGS_MASK (MMU_P | MMU_RW | MMU_US | MMU_PWT | MMU_PCD | \
/Zephyr-Core-3.7.0/arch/x86/core/
Dx86_mmu.c1264 entry_flags |= MMU_PWT; in flags_to_entry()