PatchworkOS  da8a090
A non-POSIX operating system.
Loading...
Searching...
No Matches
lapic_t Struct Reference

Local APIC Structure. More...

#include <lapic.h>

Collaboration diagram for lapic_t:

Data Fields

uint64_t ticksPerMs
 Initialized to 0, set on first use of the APIC timer on the CPU.
 
lapic_id_t lapicId
 

Detailed Description

Local APIC Structure.

Represents each CPU's local APIC and local data.

Definition at line 122 of file lapic.h.

Field Documentation

◆ ticksPerMs

uint64_t lapic_t::ticksPerMs

Initialized to 0, set on first use of the APIC timer on the CPU.

Definition at line 124 of file lapic.h.

◆ lapicId

lapic_id_t lapic_t::lapicId

Definition at line 125 of file lapic.h.


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