Skip to content

Commit

Permalink
More precise comments in TaskStateSegment
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Dohrmann <[email protected]>
  • Loading branch information
mrjbom and Freax13 authored Oct 21, 2024
1 parent 79b21d6 commit b6a068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/tss.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use core::mem::size_of;
pub struct TaskStateSegment {
reserved_1: u32,
/// The full 64-bit canonical forms of the stack pointers (RSP) for privilege levels 0-2.
/// The stack pointers used to load the stack when a privilege level change occurs from a lower privilege level to a higher one.
/// The stack pointers used when a privilege level change occurs from a lower privilege level to a higher one.
pub privilege_stack_table: [VirtAddr; 3],
reserved_2: u64,
/// The full 64-bit canonical forms of the interrupt stack table (IST) pointers.
Expand Down

0 comments on commit b6a068c

Please sign in to comment.