summaryrefslogtreecommitdiff
path: root/sys/inc/arch/amd64/lapic.h
AgeCommit message (Collapse)Author
32 hourskern/amd64: lapic: Add lapic_read_id() functionIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
34 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>
37 hourskern/amd64: lapic: Configure and calibrate timerIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
48 hourskern/amd64: cpu: Add initial Local APIC driverIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>