#include "userprog/gdt.h"#include <debug.h>#include "userprog/tss.h"#include "threads/mmu.h"#include "threads/palloc.h"#include "threads/vaddr.h"#include "intrinsic.h"
Classes | |
| struct | segment_desc |
| struct | segment_descriptor64 |
Macros | |
| #define | SEG64(type, base, lim, dpl) |
Functions | |
| void | gdt_init (void) |
Variables | |
| static struct segment_desc | gdt [SEL_CNT] |
| struct desc_ptr | gdt_ds |
| #define SEG64 | ( | type, | |
| base, | |||
| lim, | |||
| dpl | |||
| ) |
| void gdt_init | ( | void | ) |


|
static |