File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -420,9 +420,9 @@ void setup_protection_map(void);
420
420
#define PGSTE_HC_BIT 0x0020000000000000UL
421
421
#define PGSTE_GR_BIT 0x0004000000000000UL
422
422
#define PGSTE_GC_BIT 0x0002000000000000UL
423
- #define PGSTE_UC_BIT 0x0000800000000000UL /* user dirty (migration) */
424
- #define PGSTE_IN_BIT 0x0000400000000000UL /* IPTE notify bit */
425
- #define PGSTE_VSIE_BIT 0x0000200000000000UL /* ref'd in a shadow table */
423
+ #define PGSTE_UC_BIT 0x0000000000008000UL /* user dirty (migration) */
424
+ #define PGSTE_IN_BIT 0x0000000000004000UL /* IPTE notify bit */
425
+ #define PGSTE_VSIE_BIT 0x0000000000002000UL /* ref'd in a shadow table */
426
426
427
427
/* Guest Page State used for virtualization */
428
428
#define _PGSTE_GPS_ZERO 0x0000000080000000UL
You can’t perform that action at this time.
0 commit comments