|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
#include <miniOS/types.h>

Go to the source code of this file.
Classes | |
| struct | tss_struct |
Functions | |
| struct tss_struct | __attribute__ ((__packed__)) |
| void | tss_set_rsp0 (uint64_t rsp0) |
Variables | |
| uint32_t | reserved1 |
| uint64_t | privileged_stack_table [3] |
| uint64_t | reserved2 |
| uint64_t | interrupt_stack_table [7] |
| uint64_t | reserved3 |
| uint16_t | reserved4 |
| uint16_t | io_map_base_addr |
| struct tss_struct __attribute__ | ( | (__packed__) | ) |
| void tss_set_rsp0 | ( | uint64_t | rsp0 | ) |
| uint64_t interrupt_stack_table[7] |
| uint16_t io_map_base_addr |
| uint64_t privileged_stack_table[3] |
| uint32_t reserved1 |
| uint64_t reserved2 |
| uint64_t reserved3 |
| uint16_t reserved4 |