Loading [MathJax]/extensions/tex2jax.js
CS350 COS
COS
All Data Structures Files Functions Variables Typedefs Macros
mp.h File Reference

Go to the source code of this file.

Macros

#define CPU   LAPIC_CPU
 

Functions

uint32_t LAPIC_CPU ()
 

Macro Definition Documentation

◆ CPU

#define CPU   LAPIC_CPU

Definition at line 7 of file mp.h.

Function Documentation

◆ LAPIC_CPU()

uint32_t LAPIC_CPU ( )

Definition at line 93 of file lapic.c.

94{
96 return LAPIC_Read(LAPIC_ID) >> 24;
97 else
98 return 0;
99}
bool lapicInitialized
Definition: lapic.c:65
uint32_t LAPIC_Read(uint16_t reg)
Definition: lapic.c:76
#define LAPIC_ID
Definition: lapic.c:22
Here is the caller graph for this function: