We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce5c6ac + 802c292 commit fd55fa6Copy full SHA for fd55fa6
1 file changed
src/structures/idt.rs
@@ -1198,6 +1198,10 @@ bitflags! {
1198
/// access.
1199
const SHADOW_STACK = 1 << 6;
1200
1201
+ /// If this flag is set, it indicates that the page fault occured during HLAT paging
1202
+ /// (Intel-only).
1203
+ const HLAT = 1 << 7;
1204
+
1205
/// If this flag is set, it indicates that the page fault was caused by SGX access-control
1206
/// requirements (Intel-only).
1207
const SGX = 1 << 15;
0 commit comments