Task State Segment - Use of TSS in Linux

Use of TSS in Linux

Although a TSS could be created for each task running on the computer, Linux only creates one TSS for each CPU and uses them for all tasks. Linux only uses the I/O port permission bitmap and inner stack features of the TSS. The other features are only needed for hardware task switches which Linux does not use.

Read more about this topic:  Task State Segment