Home
last modified time | relevance | path

Searched refs:LAPIC_CPU (Results 1 – 4 of 4) sorted by relevance

/sys/include/
Dmp.h5 uint32_t LAPIC_CPU();
7 #define CPU LAPIC_CPU
/sys/amd64/include/
Dmp.h20 uint32_t LAPIC_CPU();
21 #define THISCPU LAPIC_CPU
Dlapic.h9 uint32_t LAPIC_CPU();
/sys/amd64/
Dlapic.c93 LAPIC_CPU() in LAPIC_CPU() function
191 if (LAPIC_CPU() == 0) { in LAPIC_Init()
205 kprintf("LAPIC: CPU %d found at 0x%016llx\n", LAPIC_CPU(), base); in LAPIC_Init()
217 if (LAPIC_CPU() == 0) { in LAPIC_Init()
264 kprintf("LAPIC %d\n", LAPIC_CPU()); in Debug_LAPIC()