mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
x86 specialreg: reorder %cr3 bits masks definitions by value
(cherry picked from commit cc4b25f102)
This commit is contained in:
parent
03005c9195
commit
5a0da3fb38
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@
|
|||
#define CR0_NW 0x20000000 /* Not Write-through */
|
||||
#define CR0_CD 0x40000000 /* Cache Disable */
|
||||
|
||||
#define CR3_PCID_SAVE 0x8000000000000000
|
||||
#define CR3_PCID_MASK 0xfff
|
||||
#define CR3_PCID_MASK 0x0000000000000fff
|
||||
#define CR3_PCID_SAVE 0x8000000000000000
|
||||
|
||||
/*
|
||||
* Bits in PPro special registers
|
||||
|
|
|
|||
Loading…
Reference in a new issue