PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
apic.c File Reference
Include dependency graph for apic.c:

Go to the source code of this file.

Functions

static void apic_cpu_handler (cpu_t *cpu, const cpu_event_t *event)
 
uint64_t _module_procedure (const module_event_t *event)
 
 MODULE_INFO ("APIC Driver", "Kai Norberg", "A driver for the APIC, local APIC and IOAPIC", OS_VERSION, "MIT", "PNP0003")
 

Function Documentation

◆ apic_cpu_handler()

static void apic_cpu_handler ( cpu_t cpu,
const cpu_event_t event 
)
static

Definition at line 22 of file apic.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _module_procedure()

uint64_t _module_procedure ( const module_event_t event)

Definition at line 38 of file apic.c.

Here is the call graph for this function:

◆ MODULE_INFO()

MODULE_INFO ( "APIC Driver"  ,
"Kai Norberg"  ,
"A driver for the  APIC,
local APIC and IOAPIC"  ,
OS_VERSION  ,
"MIT"  ,
"PNP0003"   
)