mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
x86 specialreg: add bit masks definitions for LAM in %cr3
(cherry picked from commit 5999b74e963769cbd12eadbe1cebcd34fb312f01)
This commit is contained in:
parent
5a0da3fb38
commit
6f26bce468
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue