PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
idt_desc_t Struct Reference
Kernel » CPU » IDT

IDT descriptor structure. More...

#include <idt.h>

Collaboration diagram for idt_desc_t:

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 45 of file idt.h.

Field Documentation

◆ size

uint16_t idt_desc_t::size

Size of the IDT in bytes - 1.

Definition at line 47 of file idt.h.

◆ offset

uint64_t idt_desc_t::offset

Address of the IDT.

Definition at line 48 of file idt.h.


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