Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/include/
Dx86_mmu.h41 #define MMU_PCD BITL(4) /** Page Cache Disable */ macro
/Zephyr-latest/tests/arch/x86/pagetables/src/
Dmain.c32 #define FLAGS_MASK (MMU_P | MMU_RW | MMU_US | MMU_PWT | MMU_PCD | \
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1261 entry_flags |= MMU_PCD; in flags_to_entry()