Public Types | Public Member Functions | Data Fields
idt_reg_x64_t Struct Reference

Public Types

using limit_type = uint16_t
 
using base_type = uint64_t *
 

Public Member Functions

 idt_reg_x64_t () noexcept
 
 idt_reg_x64_t (base_type b, limit_type l) noexcept
 

Data Fields

limit_type limit
 
base_type base
 

Detailed Description

Definition at line 39 of file idt_x64.h.

Member Typedef Documentation

◆ limit_type

using idt_reg_x64_t::limit_type = uint16_t

Definition at line 41 of file idt_x64.h.

◆ base_type

using idt_reg_x64_t::base_type = uint64_t *

Definition at line 42 of file idt_x64.h.

Constructor & Destructor Documentation

◆ idt_reg_x64_t() [1/2]

idt_reg_x64_t::idt_reg_x64_t ( )
inlinenoexcept

Definition at line 47 of file idt_x64.h.

◆ idt_reg_x64_t() [2/2]

idt_reg_x64_t::idt_reg_x64_t ( base_type  b,
limit_type  l 
)
inlinenoexcept

Definition at line 52 of file idt_x64.h.

Field Documentation

◆ limit

limit_type idt_reg_x64_t::limit

Definition at line 44 of file idt_x64.h.

◆ base

base_type idt_reg_x64_t::base

Definition at line 45 of file idt_x64.h.


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