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.
1 parent a9187de commit 6d94a46Copy full SHA for 6d94a46
src/structures/tss.rs
@@ -15,7 +15,7 @@ pub struct TaskStateSegment {
15
pub privilege_stack_table: [VirtAddr; 3],
16
reserved_2: u64,
17
/// The full 64-bit canonical forms of the interrupt stack table (IST) pointers.
18
- /// The stack pointers used to load the stack when an entry in the Interrupt Descriptor Table has an IST value other than 0.
+ /// The stack pointers used when an entry in the Interrupt Descriptor Table has an IST value other than 0.
19
pub interrupt_stack_table: [VirtAddr; 7],
20
reserved_3: u64,
21
reserved_4: u16,
0 commit comments