aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/uapi/asm/processor-flags.h')
-rw-r--r--arch/x86/include/uapi/asm/processor-flags.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/include/uapi/asm/processor-flags.h b/arch/x86/include/uapi/asm/processor-flags.h
index 79887abcb5e1..1361779f44fe 100644
--- a/arch/x86/include/uapi/asm/processor-flags.h
+++ b/arch/x86/include/uapi/asm/processor-flags.h
@@ -77,7 +77,8 @@
77#define X86_CR3_PWT _BITUL(X86_CR3_PWT_BIT) 77#define X86_CR3_PWT _BITUL(X86_CR3_PWT_BIT)
78#define X86_CR3_PCD_BIT 4 /* Page Cache Disable */ 78#define X86_CR3_PCD_BIT 4 /* Page Cache Disable */
79#define X86_CR3_PCD _BITUL(X86_CR3_PCD_BIT) 79#define X86_CR3_PCD _BITUL(X86_CR3_PCD_BIT)
80#define X86_CR3_PCID_MASK _AC(0x00000fff,UL) /* PCID Mask */ 80#define X86_CR3_PCID_NOFLUSH_BIT 63 /* Preserve old PCID */
81#define X86_CR3_PCID_NOFLUSH _BITULL(X86_CR3_PCID_NOFLUSH_BIT)
81 82
82/* 83/*
83 * Intel CPU features in CR4 84 * Intel CPU features in CR4