This commit adds the definition of the page attribute table (PAT)
configuration MSR.
Signed-off-by: Marc Rittinghaus <marc.rittinghaus@unikraft.io>
Reviewed-by: Marc Rittinghaus <marc.rittinghaus@unikraft.io>
Approved-by: Alexander Jung <alex@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #788
#define X86_MSR_CSTAR 0xc0000083
/* EFLAGS mask for syscall */
#define X86_MSR_SYSCALL_MASK 0xc0000084
+/* page attribute table configuration */
+#define X86_MSR_PAT 0x277
/* MSR EFER bits */
#define X86_EFER_SCE (1 << 0)