summaryrefslogtreecommitdiff
path: root/sys/include/arch/amd64/cdefs.h
AgeCommit message (Collapse)Author
3 dayskernel/amd64: Keep track of which cores are onlineIan Moffett
Give each core a bit that indicates whether the core is online or halted. We also provide a cpu_halt() which marks the core as offline. Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayskernel/amd64: cdefs: Remove unused includeIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-01kernel/amd64: cdefs: Add __invlpg() asm wrapperIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-05-27kernel: Add md_halt()Ian Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-04-17kernel/amd64: cdefs: Add more md_* macrosIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-04-17kernel: Enable interrupts upon sched entryIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-04-15kernel: Add per-arch cdefs.hIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>