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

(cherry picked from commit 5999b74e963769cbd12eadbe1cebcd34fb312f01)
This commit is contained in:
Konstantin Belousov 2024-10-24 02:16:47 +03:00
parent 5a0da3fb38
commit 6f26bce468

View file

@ -54,6 +54,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
/*