Include dependency graph for tss.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | tss_init (gdt_entry_t *gdt) |
| Initializes the TSS. More... | |
| void | tss_set_stack (uint32_t stack_pointer) |
| Sets the TSS's kernel stack which is used to handle interrupts. More... | |
| void | tss_load () |
| Loads the TSS into the TR register. More... | |