![]() |
Xyris
0.5
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | gdt_flush (uintptr_t gdt) |
void | tss_flush (void) |
Header for assembly functions defined in flush.s.
Definition in file Flush.h.
void gdt_flush | ( | uintptr_t | gdt | ) |
Flush the global descriptor table and use the one provided.
gdt | Address of global descriptor table to be used |
void tss_flush | ( | void | ) |
Flush the TSS when we (re)load into the kernel or into userspace.