Module x86_64::structures::tss

source ·
Expand description

Provides a type for the task state segment structure.

Structs§

  • In 64-bit mode the TSS holds information that is not directly related to the task-switch mechanism, but is used for finding kernel level stack if interrupts arrive while in kernel mode.