PatchworkOS
Loading...
Searching...
No Matches
idt_desc_t Struct Reference
Kernel » CPU » IDT

IDT descriptor structure. More...

#include <idt.h>

Data Fields

uint16_t size
 Size of the IDT in bytes - 1.
 
uint64_t offset
 Address of the IDT.
 

Detailed Description

IDT descriptor structure.

Used to load the IDT with the lidt instruction.

Definition at line 41 of file idt.h.

Field Documentation

◆ offset

uint64_t idt_desc_t::offset

Address of the IDT.

Definition at line 44 of file idt.h.

Referenced by idt_cpu_load().

◆ size

uint16_t idt_desc_t::size

Size of the IDT in bytes - 1.

Definition at line 43 of file idt.h.

Referenced by idt_cpu_load().


The documentation for this struct was generated from the following file: