summaryrefslogtreecommitdiff
path: root/sys/inc/arch/amd64/lapic.h
AgeCommit message (Collapse)Author
24 hourskern/amd64: lapic: Add lapic_read_id() functionIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
27 hourskern/amd64: lapic: Add support for sending IPIsIan Moffett
This commit introduces an interface for sending inter-processor interrupts using the current Local APIC unit Signed-off-by: Ian Moffett <ian@osmora.org>
30 hourskern/amd64: lapic: Configure and calibrate timerIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
40 hourskern/amd64: cpu: Add initial Local APIC driverIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>