1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

x86 specialreg: add bit masks definitions for LAM in %cr3

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2024-10-24 02:16:47 +03:00
parent cc4b25f102
commit 5999b74e96

View File

@ -52,6 +52,8 @@
#define CR0_CD 0x40000000 /* Cache Disable */
#define CR3_PCID_MASK 0x0000000000000fff
#define CR3_LAM_U57 0x2000000000000000
#define CR3_LAM_U48 0x4000000000000000
#define CR3_PCID_SAVE 0x8000000000000000
/*