Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dpte.h54 #define X86_PG_NC_PWT 0x008 /* PWT Write through */ macro
70 #define X86_PG_PDE_CACHE (X86_PG_PDE_PAT | X86_PG_NC_PWT | X86_PG_NC_PCD)
71 #define X86_PG_PTE_CACHE (X86_PG_PTE_PAT | X86_PG_NC_PWT | X86_PG_NC_PCD)
H A Dpmap.h58 #define PG_NC_PWT X86_PG_NC_PWT