MOS Source Code
|
#include "mos/x86/descriptors/descriptors.h"
#include <mos/platform/platform.h>
#include <mos/x86/x86_interrupt.h>
#include <mos/x86/x86_platform.h>
Go to the source code of this file.
Macros | |
#define | IDT_FLAG_P (1 << 7) |
#define | STS_IG32 0xE |
#define | STS_TG32 0xF |
Functions | |
static idt_entry_t idt[IDT_ENTRY_COUNT] | __aligned (16) |
__attribute__ ((sysv_abi)) | |
void | x86_init_percpu_idt () |
void | x86_idt_init () |
Variables | |
static idtr_t | idtr |
|
static |
Definition at line 36 of file idt.c.
Referenced by platform_ap_entry(), and platform_startup_early().
Definition at line 41 of file idt.c.
Referenced by platform_startup_early().
|
static |
Definition at line 10 of file idt.c.
Referenced by x86_idt_init(), and x86_init_percpu_idt().