Skip to content

Commit

Permalink
arch/x86_64:Add macros related to CPUID
Browse files Browse the repository at this point in the history
Signed-off-by: liwenxiang1 <[email protected]>
  • Loading branch information
xianglyc authored and raiden00pl committed Oct 10, 2024
1 parent d0779e0 commit fee7e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/x86_64/include/intel64/arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@
# define X86_64_CPUID_07_AVX512VL (1 << 31)
#define X86_64_CPUID_XSAVE 0x0d
#define X86_64_CPUID_TSC 0x15
#define X86_64_CPUID_EXTINFO 0x80000001
# define X86_64_CPUID_EXTINFO_RDTSCP (1 << 27)

/* MSR Definitions */

Expand Down

0 comments on commit fee7e0c

Please sign in to comment.